Add Chrome 103 variant of GitLab images

Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
Balasankar "Balu" C 2022-07-06 18:03:17 +05:30
parent 77dac3298b
commit 8ec48f3103
No known key found for this signature in database
GPG key ID: B77D2E2E23735427
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: ['99', '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: