Radosław Piliszek 73570b3859 Drop dependencies for Helm
They are not inherited and thus not useful in here.

Change-Id: I368e77a334baf9a5b5e87310a2167fd6cdeab4eb
2023-06-06 16:40:01 +02:00

28 lines
703 B
YAML

- job:
name: nebulous-hadolint
description: Run Hadolint on Dockerfile(s).
pre-run: playbooks/hadolint/pre.yaml
run: playbooks/hadolint/run.yaml
- job:
name: nebulous-helm-lint
parent: helm-lint
description: Run helm lint on Helm charts.
vars:
helm_version: &helm_version "3.12.0"
- job:
name: nebulous-apply-helm-charts
parent: opendev-buildset-registry-consumer
- job:
name: nebulous-apply-helm-charts
parent: apply-helm-charts
description: Deploy a Kubernetes cluster and apply charts.
roles:
- zuul: zuul/zuul-jobs
pre-run: playbooks/helm/pre.yaml
vars:
helm_version: *helm_version
kubernetes_runtime: cri-o