0506323c2b
Fix a few problems noticed when using this in project-config: * Ignore apt-get warning in configure-mirrors * All tasks should be named in upload-logs, emit-job-header * use git_config in mirror-workspace-git-repos * Ignore git warnings in mirror-workspace-git-repos Change-Id: Ibcdc8d5a42fb081b5faa0cc89460e4cf88d369ba
12 lines
367 B
YAML
12 lines
367 B
YAML
- name: Set zuul-log-path fact
|
|
include_role:
|
|
name: set-zuul-log-path-fact
|
|
|
|
- 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 available at {{ zuul_log_url }}/{{ zuul_log_path }}"
|
|
when: zuul_log_url is defined and zuul_log_path is defined
|