E2E - remove custom git, build latest chrome only

This commit is contained in:
Andrejs Cunskis 2022-08-21 17:38:09 +03:00
parent 10d4555776
commit fad37f305c
No known key found for this signature in database
GPG key ID: 87CB75083F227241

View file

@ -23,10 +23,11 @@ e2e-docker:
e2e-chrome:
extends:
- e2e-docker
variables:
CHROME: '103'
parallel:
matrix:
- RUBY: ['2.7', '3.0']
CHROME: ['101', '103']
ARCH: [ 'amd64', 'arm64' ]
# Image used for running full e2e test suite
@ -35,6 +36,5 @@ e2e-full:
- e2e-chrome
variables:
LFS: '2.9'
GIT: '2.33'
GCLOUD: '383'
KUBECTL: '1.23'