From 2dd1f176ce7f373bf02d256f39755799972bb035 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 2 Jun 2021 05:58:11 +1000 Subject: [PATCH] Add ARA artifact The ara-report role used to add this but it hasn't been updated for the latest ARA (I008b35562994f1205a4f66e53f93b9885a6b8754). Add it back here. Change-Id: I2d56e7cde32cd7adabb359a35ecdaa9f0880f7d5 --- playbooks/zuul/run-base-post.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/playbooks/zuul/run-base-post.yaml b/playbooks/zuul/run-base-post.yaml index 699fd47a6d..8bd90ab1dd 100644 --- a/playbooks/zuul/run-base-post.yaml +++ b/playbooks/zuul/run-base-post.yaml @@ -63,6 +63,14 @@ become: yes ignore_errors: true + - name: Add ARA artifact + zuul_return: + data: + zuul: + artifacts: + - name: ARA report + url: "bridge.openstack.org/ara-report/" + - name: Collect ansible configuration synchronize: dest: "{{ log_dir }}/etc"