From 0c20cc6200c6d7fee7710c26cfd783d09bd6cbae Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Wed, 21 Aug 2019 20:45:52 +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: I4d82093cb8042e60f947b6e53a7817bebad518d8 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 }}"