
It moves jobs which do not require secrets. Change-Id: I251a5cba21adb7ebe954d41b29b5661a647c0de7
20 lines
502 B
YAML
20 lines
502 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: apply-helm-charts
|
|
description: Deploy a Kubernetes cluster and apply charts.
|
|
vars:
|
|
helm_version: *helm_version
|