mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add image for cng deployment
This commit is contained in:
parent
9bba95420a
commit
45f078d6f1
5 changed files with 54 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue