zuul-jobs/roles/shake-build/tasks/main.yaml
Tristan Cacqueray b8e57ffc60 shake-build: add shake build system job
This change adds a new job to run the shake build system.

Change-Id: Iffaf4e0675d91033b1b5d66c52d501f6bdc8acaf
2020-05-28 12:48:16 +00:00

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 }}"