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
This commit is contained in:
Drew Walters 2019-04-26 10:22:53 +00:00
parent f3d0cc7533
commit 9de5b62ce4
2 changed files with 0 additions and 3 deletions

View File

@ -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/.*$

View File

@ -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 }}"