Add arm capability without pushing and building images

This commit is contained in:
Andrejs Cunskis 2022-09-22 08:17:17 +00:00 committed by Balasankar 'Balu' C
parent a467eeb36d
commit 0be7ce1245
16 changed files with 51 additions and 66 deletions

View file

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