From 9de5b62ce426f43f5f49df131eae62460739be8e Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Fri, 26 Apr 2019 10:22:53 +0000 Subject: [PATCH] airskiff: Remove CI OSH-infra relative path Since [0] updated the Airskiff CI jobs to clone dependent projects, the relative OSH-infra path for the airskiff job no longer exists. This change removes it so that the CI can use the cloned path as specified in the airskiff deployment scripts. [0] https://review.opendev.org/651628 Change-Id: Idc6970c3048f0e2bcf2fabcf79693973bde3f389 --- .zuul.yaml | 2 -- tools/gate/playbooks/airskiff-deploy-gate.yaml | 1 - 2 files changed, 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 87990ea3d..a38cb375a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -103,8 +103,6 @@ - tools/gate/playbooks/airskiff-reduce-site.yaml run: tools/gate/playbooks/airskiff-deploy-gate.yaml post-run: tools/gate/playbooks/debug-report.yaml - vars: - OSH_INFRA_PATH: "../../openstack/openstack-helm-infra" irrelevant-files: - ^.*\.rst$ - ^doc/.*$ diff --git a/tools/gate/playbooks/airskiff-deploy-gate.yaml b/tools/gate/playbooks/airskiff-deploy-gate.yaml index 719ff45ee..17f6163f8 100644 --- a/tools/gate/playbooks/airskiff-deploy-gate.yaml +++ b/tools/gate/playbooks/airskiff-deploy-gate.yaml @@ -29,7 +29,6 @@ - name: Deploy Kubernetes with Minikube shell: | - export OSH_INFRA_PATH={{ OSH_INFRA_PATH }} ./tools/deployment/airskiff/developer/010-deploy-k8s.sh args: chdir: "{{ zuul.project.src_dir }}"