Merge branch 'add-chrome-103-variants-of-gitlab-images' into 'master'

Add Chrome 103 variant of GitLab images

See merge request gitlab-org/gitlab-build-images!567
This commit is contained in:
Rémy Coutable 2022-07-06 18:04:12 +00:00
commit d7eb085b57
2 changed files with 5 additions and 3 deletions

View file

@ -22,8 +22,10 @@ e2e-docker:
e2e-chrome:
extends:
- e2e-docker
variables:
CHROME: '101'
parallel:
matrix:
- RUBY: ['2.7', '3.0']
CHROME: ['101', '103']
# Image used for running full e2e test suite
e2e-full:

View file

@ -16,7 +16,7 @@ gitlab:
POSTGRESQL: ['11', '12', '13']
GOLANG: ['1.17', '1.18']
NODE: ['16.14']
CHROME: ['99', '101']
CHROME: ['101', '103']
# Used by GitLab's compile-production-assets and compile-test-assets jobs
gitlab-assets: