From 78eca357ac32fb48ae0f0bb1cb5e3c830cb2de78 Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Wed, 21 Aug 2019 20:47:20 +0000 Subject: [PATCH] CI: Update Airskiff full-site manifest location The location of the Airskiff site recently changed [0], causing the Airskiff job to fail. This change updates the "reduce site" playbook to match the job in treasuremap, thereby avoiding the directory which no longer exists. [0] https://review.opendev.org/674963 Change-Id: I660a02f43aff8c346df5229397353951d49986e7 Signed-off-by: Drew Walters --- tools/gate/playbooks/airskiff-reduce-site.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gate/playbooks/airskiff-reduce-site.yaml b/tools/gate/playbooks/airskiff-reduce-site.yaml index fcf1b3f8..c0953a38 100644 --- a/tools/gate/playbooks/airskiff-reduce-site.yaml +++ b/tools/gate/playbooks/airskiff-reduce-site.yaml @@ -17,6 +17,6 @@ - name: Overwrite Armada manifest shell: | mv tools/gate/manifests/full-site.yaml \ - site/airskiff/software/manifests/full-site.yaml + type/skiff/manifests/full-site.yaml args: chdir: "{{ zuul.projects['opendev.org/airship/treasuremap'].src_dir }}"