Loading .gitlab-ci.yml +7 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,13 @@ jobs:python: - local: tests/jobs/python.yml strategy: depend jobs:helm: stage: test trigger: include: - local: tests/jobs/helm.yaml strategy: depend # child pipelines to test our off-the-shelf pipelines pipelines:c: stage: test Loading k8s/generic.yml→k8s/generic.yaml +0 −0 File moved. View file k8s/helm/deploy.yml→k8s/helm/deploy.yaml +0 −0 File moved. View file tests/jobs/helm.yaml 0 → 100644 +15 −0 Original line number Diff line number Diff line --- include: local: k8s/helm/deploy.yaml variables: K8S_CONFIG_DIR: tests/mockup_projects/k8s/helm/deploy helm:deploy:test: extends: .helm variables: REPO_NAME: gitlab REPO_URL: https://charts.gitlab.io NAMESPACE: gitlab-runner RELEASE: gitlab-runner CHART: gitlab/gitlab-runner tests/mockup_projects/k8s/helm/deploy/values.yaml 0 → 100644 +11 −0 Original line number Diff line number Diff line --- gitlabUrl: https://gitlab.com/ runnerRegistrationToken: some_token rbac: create: true clusterWideAccess: false runners: name: Some Cluster Runner image: ubuntu:22.04 tags: kubernetes,cluster runUntagged: true Loading
.gitlab-ci.yml +7 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,13 @@ jobs:python: - local: tests/jobs/python.yml strategy: depend jobs:helm: stage: test trigger: include: - local: tests/jobs/helm.yaml strategy: depend # child pipelines to test our off-the-shelf pipelines pipelines:c: stage: test Loading
tests/jobs/helm.yaml 0 → 100644 +15 −0 Original line number Diff line number Diff line --- include: local: k8s/helm/deploy.yaml variables: K8S_CONFIG_DIR: tests/mockup_projects/k8s/helm/deploy helm:deploy:test: extends: .helm variables: REPO_NAME: gitlab REPO_URL: https://charts.gitlab.io NAMESPACE: gitlab-runner RELEASE: gitlab-runner CHART: gitlab/gitlab-runner
tests/mockup_projects/k8s/helm/deploy/values.yaml 0 → 100644 +11 −0 Original line number Diff line number Diff line --- gitlabUrl: https://gitlab.com/ runnerRegistrationToken: some_token rbac: create: true clusterWideAccess: false runners: name: Some Cluster Runner image: ubuntu:22.04 tags: kubernetes,cluster runUntagged: true