mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
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:
commit
d7eb085b57
2 changed files with 5 additions and 3 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue