commit 8e751c8535c5f8ee24bd5b48eb8efdb2313a23e4 Author: Drew Walters Date: Tue Sep 22 18:32:15 2020 +0000 Add CI test site This change introduces a lightweight CI test site. All infrastructure-related phases point to airshipctl and use the existing gating infrastructure while all workload-related phases point to openstack-helm-deployments. This allows openstack-helm-deployments to utilize the airshipctl testing harness and test workloads provided by this repository. Change-Id: Ib2a75b548cf9e4a88a2153e79da87fb180b7db6d Signed-off-by: Drew Walters diff --git a/manifests/site/test-site/metadata.yaml b/manifests/site/test-site/metadata.yaml new file mode 100644 index 0000000..80050ec --- /dev/null +++ b/manifests/site/test-site/metadata.yaml @@ -0,0 +1,2 @@ +phase: + path: openstack-helm-deployments/manifests/site/test-site/phases diff --git a/manifests/site/test-site/phases/kustomization.yaml b/manifests/site/test-site/phases/kustomization.yaml new file mode 100644 index 0000000..2fd051b --- /dev/null +++ b/manifests/site/test-site/phases/kustomization.yaml @@ -0,0 +1,4 @@ +# NOTE(drewwalters96): This kustomization entrypoint inherits all phases +# defined in airshipctl. +resources: + - ../../../../../airshipctl/manifests/phases