mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add chrome v123 to e2e and gitlab images
This commit is contained in:
parent
19ce50799c
commit
ec3390307a
4 changed files with 10 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ e2e:
|
|||
- .e2e
|
||||
parallel:
|
||||
matrix:
|
||||
- OS: ["debian:bullseye", "debian:bookworm"]
|
||||
- OS: ["debian:bookworm"]
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
BUNDLER: ['2.4', '2.5']
|
||||
|
||||
|
|
@ -41,10 +41,10 @@ e2e-chrome:
|
|||
- e2e-docker
|
||||
parallel:
|
||||
matrix:
|
||||
- OS: ["debian:bullseye", "debian:bookworm"]
|
||||
- OS: ["debian:bookworm"]
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
BUNDLER: ['2.4', '2.5']
|
||||
CHROME: ['120']
|
||||
CHROME: ['120', '123']
|
||||
|
||||
e2e-cng:
|
||||
extends:
|
||||
|
|
@ -60,7 +60,7 @@ e2e-cng:
|
|||
- OS: ['debian:bookworm']
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
BUNDLER: ['2.5']
|
||||
CHROME: ['120']
|
||||
CHROME: ['120', '123']
|
||||
|
||||
# Image used for running full e2e test suite
|
||||
e2e-full:
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ gitlab:
|
|||
RUBY: ['3.0.patched', '3.1.patched', '3.2.patched']
|
||||
POSTGRESQL: ['13', '14', '15', '16']
|
||||
GOLANG: ['1.20', '1.21', '1.22']
|
||||
CHROME: ['120']
|
||||
CHROME: ['120', '123']
|
||||
|
||||
# Used by GitLab's compile-production-assets and compile-test-assets jobs
|
||||
gitlab-assets:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue