Merge "Updated OSH-Infra SHA for airskiff"

This commit is contained in:
Zuul 2019-04-26 00:08:10 +00:00 committed by Gerrit Code Review
commit f3d0cc7533
2 changed files with 6 additions and 6 deletions

View File

@ -103,12 +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
required-projects:
- name: airship/armada
- name: airship/deckhand
- name: airship/pegleg
- name: airship/shipyard
- name: openstack/openstack-helm-infra
vars:
OSH_INFRA_PATH: "../../openstack/openstack-helm-infra"
irrelevant-files:

View File

@ -21,6 +21,12 @@
chdir: "{{ zuul.project.src_dir }}"
become: yes
- name: Clone dependencies
shell: |
./tools/deployment/airskiff/developer/005-clone-dependencies.sh
args:
chdir: "{{ zuul.project.src_dir }}"
- name: Deploy Kubernetes with Minikube
shell: |
export OSH_INFRA_PATH={{ OSH_INFRA_PATH }}