From a2831d7a6c5083cb1c5c84862c5e6bd83c3dbcd4 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Tue, 21 Jul 2020 22:42:25 -0400 Subject: [PATCH] zuul: temporarily disable ara-report in post logs The role no longer works since a change that now prohibits local execution on the executor [1] and this makes the jobs hit POST_FAILURE. It is not critical so disable it while we figure it out. [1]: https://review.opendev.org/#/c/742229/ Change-Id: I127463ae0fa6661e72d77d5af960062f7abdf134 --- tests/zuul_post_logs.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/tests/zuul_post_logs.yaml b/tests/zuul_post_logs.yaml index 37e1da97..277e51f1 100644 --- a/tests/zuul_post_logs.yaml +++ b/tests/zuul_post_logs.yaml @@ -52,10 +52,12 @@ url: "server/static/index.html" when: groups['all'] | length == 1 -- name: Generate Zuul ARA report - hosts: localhost - vars: - ara_report_type: html - ara_report_path: ara-report - roles: - - ara-report +# Temporarily disable this to prevent "Executing local code is prohibited" +# https://review.opendev.org/#/c/742229/ +#- name: Generate Zuul ARA report +# hosts: localhost +# vars: +# ara_report_type: html +# ara_report_path: ara-report +# roles: +# - ara-report