Upstream job logic for Helm
Change-Id: I6717adb1bec4a345066bae94a09f59e6a3ae4a74
This commit is contained in:
parent
80287b9e43
commit
2859cf47bb
3
playbooks/helm/pre.yaml
Normal file
3
playbooks/helm/pre.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- role: use-buildset-registry
|
@ -11,9 +11,20 @@
|
||||
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
|
||||
dependencies:
|
||||
- name: opendev-buildset-registry
|
||||
soft: false
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user