
The run job ended and did not upload the subunit file in case of failure. Move the subunit upload into it's own post-run script so that it runs everytime. Change-Id: I42c3f52e995e8c3c47efbf07c48eaaf66dbfa59b
11 lines
345 B
YAML
11 lines
345 B
YAML
- hosts: all
|
|
roles:
|
|
- prep-zanata
|
|
- legacy-zuul-git-prep-upper-constraints
|
|
|
|
tasks:
|
|
- name: Run propose_translation_update.sh script
|
|
command: "{{ ansible_user_dir }}/scripts/propose_translation_update.sh {{ zuul.project.short_name }} {{ zuul.branch }} {{ zuul.job }}"
|
|
args:
|
|
chdir: "{{ zuul.project.src_dir }}"
|