Add Chrome 103 variant of GitLab images

This commit is contained in:
Balasankar 'Balu' C 2022-07-06 18:04:12 +00:00 committed by Rémy Coutable
parent 77dac3298b
commit 818eb50d5e
2 changed files with 5 additions and 3 deletions

View file

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

View file

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