Add image for cng deployment

This commit is contained in:
Andrejs Cunskis 2024-02-07 05:11:19 +00:00 committed by Balasankar 'Balu' C
parent 9bba95420a
commit 45f078d6f1
5 changed files with 54 additions and 1 deletions

View file

@ -12,6 +12,8 @@
- "scripts/install-gcloud"
- "scripts/install-git"
- "scripts/install-kubectl"
- "scripts/install-kind"
- "scripts/install-helm"
- "scripts/install-lfs"
- "scripts/install-ruby"
- ".gitlab/ci/e2e.images.yml"
@ -44,6 +46,19 @@ e2e-chrome:
BUNDLER: ['2.4', '2.5']
CHROME: ['119', '120']
e2e-cng:
extends:
- e2e-docker
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:
extends: