Tristan Cacqueray 5854500179 shake-build: add shake_target variable
This change enable user to specify custom shake target.

Change-Id: I1feb24cd2c66e58da130079e85de844dfd5c6792
2020-08-05 21:08:37 +00:00

17 lines
457 B
YAML

- block:
- name: Run shake
command: "shake --report={{ report_location }} {{ shake_target }}"
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 }}"