mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Build arm64 e2e test images
This commit is contained in:
parent
b077fdc5fd
commit
7417a0b199
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ e2e:
|
|||
parallel:
|
||||
matrix:
|
||||
- RUBY: [ '2.7', '3.0' ]
|
||||
ARCH: [ 'amd64', 'arm64' ]
|
||||
|
||||
# Image with ruby, bundler and docker
|
||||
e2e-docker:
|
||||
|
|
@ -26,6 +27,7 @@ e2e-chrome:
|
|||
matrix:
|
||||
- RUBY: ['2.7', '3.0']
|
||||
CHROME: ['101', '103']
|
||||
ARCH: [ 'amd64', 'arm64' ]
|
||||
|
||||
# Image used for running full e2e test suite
|
||||
e2e-full:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue