mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Build e2e images with Ruby 3
This commit is contained in:
parent
08680b0e16
commit
06f9755d34
1 changed files with 3 additions and 1 deletions
|
|
@ -5,11 +5,13 @@ e2e-base:
|
||||||
variables:
|
variables:
|
||||||
DEBIAN: bullseye
|
DEBIAN: bullseye
|
||||||
GIT: '2.33'
|
GIT: '2.33'
|
||||||
RUBY: '2.7'
|
|
||||||
BUNDLER: '2.3'
|
BUNDLER: '2.3'
|
||||||
CHROME: '101'
|
CHROME: '101'
|
||||||
extends:
|
extends:
|
||||||
- .build_and_push
|
- .build_and_push
|
||||||
|
parallel:
|
||||||
|
matrix:
|
||||||
|
- RUBY: [ '2.7', '3.0' ]
|
||||||
|
|
||||||
# Image used for running full e2e test suite
|
# Image used for running full e2e test suite
|
||||||
e2e-full:
|
e2e-full:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue