Fix layout
Current inheritance model we use site -> type -> global is currently violated inheriting in global phases from type/gating. Also makes capd job voting. Change-Id: I9dd6e8b9050fa37b7f38690aebf4fcae71771b80 Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
parent
6cdf28fb40
commit
419300b277
@ -1,6 +1,5 @@
|
||||
resources:
|
||||
- phases.yaml
|
||||
- ../type/gating
|
||||
- executors.yaml
|
||||
- cluster-map.yaml
|
||||
- ../function/clusterctl
|
||||
|
@ -1,5 +1,5 @@
|
||||
resources:
|
||||
- ../../../phases
|
||||
- ../../../type/gating/phases
|
||||
- ../../../function/airshipctl-base-catalogues
|
||||
patchesJson6902:
|
||||
- target:
|
||||
|
@ -1,6 +1,6 @@
|
||||
resources:
|
||||
- ../kubeconfig
|
||||
- ../../../phases
|
||||
- ../../../type/gating/phases
|
||||
- ../target/catalogues
|
||||
- catalogue.yaml
|
||||
transformers:
|
||||
|
@ -1,2 +1,3 @@
|
||||
resources:
|
||||
- ../../../phases
|
||||
- plan.yaml
|
@ -215,7 +215,7 @@
|
||||
- CLUSTER=ephemeral-cluster KIND_CONFIG=./tools/deployment/templates/kind-cluster-with-extramounts ./tools/deployment/kind/start_kind.sh
|
||||
- ./tools/deployment/23_pull_documents.sh
|
||||
- ./tools/deployment/25_deploy_gating.sh
|
||||
voting: false
|
||||
voting: true
|
||||
- job:
|
||||
name: airship-airshipctl-docker-kubebench-conformance
|
||||
attempts: 1
|
||||
|
Loading…
Reference in New Issue
Block a user