mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 11:02:55 +01:00
Add git and lfs to cng image
This commit is contained in:
parent
339c0cb32c
commit
f4b5ed1a8c
1 changed files with 6 additions and 3 deletions
|
|
@ -49,15 +49,18 @@ e2e-chrome:
|
||||||
e2e-cng:
|
e2e-cng:
|
||||||
extends:
|
extends:
|
||||||
- e2e-docker
|
- e2e-docker
|
||||||
|
variables:
|
||||||
|
GIT: '2.36'
|
||||||
|
LFS: '2.9'
|
||||||
|
KUBECTL: '1.23'
|
||||||
|
HELM: '3.14'
|
||||||
|
KIND: '0.20'
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- OS: ['debian:bookworm']
|
- OS: ['debian:bookworm']
|
||||||
RUBY: ['3.1', '3.2']
|
RUBY: ['3.1', '3.2']
|
||||||
BUNDLER: ['2.5']
|
BUNDLER: ['2.5']
|
||||||
CHROME: ['120']
|
CHROME: ['120']
|
||||||
HELM: ['3.14']
|
|
||||||
KIND: ['0.20']
|
|
||||||
KUBECTL: ['1.23']
|
|
||||||
|
|
||||||
# Image used for running full e2e test suite
|
# Image used for running full e2e test suite
|
||||||
e2e-full:
|
e2e-full:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue