Merge branch 'andrey-cng-lfs' into 'master'

Add git and lfs to cng image

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/790

Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
This commit is contained in:
Stan Hu 2024-03-20 13:56:19 +00:00
commit 472c25354d

View file

@ -49,15 +49,18 @@ e2e-chrome:
e2e-cng:
extends:
- e2e-docker
variables:
GIT: '2.36'
LFS: '2.9'
KUBECTL: '1.23'
HELM: '3.14'
KIND: '0.20'
parallel:
matrix:
- OS: ['debian:bookworm']
RUBY: ['3.1', '3.2']
BUNDLER: ['2.5']
CHROME: ['120']
HELM: ['3.14']
KIND: ['0.20']
KUBECTL: ['1.23']
# Image used for running full e2e test suite
e2e-full: