zuul-jobs/zuul.d/jobs.yaml
jmarchel 51027a94d5 Add role for collecting pods logs
Change-Id: I83f86839d15e61f815428ff7218b2a0a685c6791
Co-Authored-By: Radosław Piliszek <rpiliszek@7bulls.com>
2023-09-22 12:10:11 +00:00

29 lines
748 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
post-run: playbooks/kubernetes/post.yaml
vars:
helm_version: *helm_version
kubernetes_runtime: cri-o