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:
Rémy Coutable 2022-05-16 19:23:34 +00:00
commit 925b96f9e2

View file

@ -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: