CI: Build image after Docker installed in airskiff

The airskiff pipeline attempts to build the Armada Docker image before
Docker is installed. This change moves the order of the airskiff
pipeline tasks to build the Armada image AFTER Docker has been installed
by the OpenStack-Helm minikube script.

Change-Id: I3d531213c4787b7bbbc875a0257738a299359b1f
Signed-off-by: Drew Walters <andrew.walters@att.com>
This commit is contained in:
Drew Walters 2019-10-02 16:29:09 -05:00
parent d593bdbffe
commit 19c2b1e299
1 changed files with 7 additions and 7 deletions

View File

@ -21,13 +21,6 @@
args:
chdir: "{{ zuul.projects['opendev.org/airship/treasuremap'].src_dir }}"
- name: Build Armada with submitted changes
shell: |
make images
args:
chdir: "{{ zuul.project.src_dir }}"
become: yes
- name: Deploy Kubernetes with Minikube
shell: |
./tools/deployment/airskiff/developer/010-deploy-k8s.sh
@ -41,6 +34,13 @@
chdir: "{{ zuul.projects['opendev.org/airship/treasuremap'].src_dir }}"
become: yes
- name: Build Armada with submitted changes
shell: |
make images
args:
chdir: "{{ zuul.project.src_dir }}"
become: yes
- name: Deploy Airship components using Armada
shell: |
mkdir ~/.kube