mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'alipniagov-add-ruby-3-to-e2e-images' into 'master'
Build e2e images with Ruby 3 Closes gitlab#362515 See merge request gitlab-org/gitlab-build-images!541
This commit is contained in:
commit
925b96f9e2
1 changed files with 3 additions and 1 deletions
|
|
@ -5,11 +5,13 @@ e2e-base:
|
|||
variables:
|
||||
DEBIAN: bullseye
|
||||
GIT: '2.33'
|
||||
RUBY: '2.7'
|
||||
BUNDLER: '2.3'
|
||||
CHROME: '101'
|
||||
extends:
|
||||
- .build_and_push
|
||||
parallel:
|
||||
matrix:
|
||||
- RUBY: [ '2.7', '3.0' ]
|
||||
|
||||
# Image used for running full e2e test suite
|
||||
e2e-full:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue