b8e57ffc60
This change adds a new job to run the shake build system. Change-Id: Iffaf4e0675d91033b1b5d66c52d501f6bdc8acaf
17 lines
438 B
YAML
17 lines
438 B
YAML
- block:
|
|
- name: Run shake
|
|
command: "shake --report={{ report_location }}"
|
|
vars:
|
|
report_location: "{{ ansible_user_dir }}/zuul-output/logs/{{ shake_report_name }}"
|
|
args:
|
|
chdir: "{{ zuul_work_dir }}"
|
|
|
|
always:
|
|
- name: Return report to Zuul
|
|
zuul_return:
|
|
data:
|
|
zuul:
|
|
artifacts:
|
|
- name: "Shake report"
|
|
url: "{{ shake_report_name }}"
|