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
This commit is contained in:
David Moreau Simard 2020-07-21 22:42:25 -04:00
parent 0de864f72f
commit a2831d7a6c
No known key found for this signature in database
GPG Key ID: 7D4729EC4E64E8B7
1 changed files with 9 additions and 7 deletions

View File

@ -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