Add a role to emit an informative header for logs

It contains the URL of the change being tested as well as the location
the logs are going to be found in.

Change-Id: I28bcd1c004bc399d3404e3c6a1f44fdfe98cf97d
This commit is contained in:
Monty Taylor 2017-09-06 18:50:11 -05:00
parent 97d5602faa
commit 0d26a2544c
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -0,0 +1,7 @@
- debug:
msg: "Job {{ zuul.job }} triggered from {{ zuul.change_url }}"
when: zuul.change_url is defined
- debug:
msg: "At completion, logs for this job will be availble at {{ log_path }}"
when: log_path is defined