mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
E2E - remove custom git, build latest chrome only
This commit is contained in:
parent
10d4555776
commit
fad37f305c
1 changed files with 2 additions and 2 deletions
|
|
@ -23,10 +23,11 @@ e2e-docker:
|
||||||
e2e-chrome:
|
e2e-chrome:
|
||||||
extends:
|
extends:
|
||||||
- e2e-docker
|
- e2e-docker
|
||||||
|
variables:
|
||||||
|
CHROME: '103'
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUBY: ['2.7', '3.0']
|
- RUBY: ['2.7', '3.0']
|
||||||
CHROME: ['101', '103']
|
|
||||||
ARCH: [ 'amd64', 'arm64' ]
|
ARCH: [ 'amd64', 'arm64' ]
|
||||||
|
|
||||||
# Image used for running full e2e test suite
|
# Image used for running full e2e test suite
|
||||||
|
|
@ -35,6 +36,5 @@ e2e-full:
|
||||||
- e2e-chrome
|
- e2e-chrome
|
||||||
variables:
|
variables:
|
||||||
LFS: '2.9'
|
LFS: '2.9'
|
||||||
GIT: '2.33'
|
|
||||||
GCLOUD: '383'
|
GCLOUD: '383'
|
||||||
KUBECTL: '1.23'
|
KUBECTL: '1.23'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue