project-config/playbooks/translation/propose-translation-update.yaml
Andreas Jaeger ca7a4f4ff4 Collect testrepository.subunit.gz for translations
The show up in openstack-health, we need to publish the subunit file.
The file is written by the subunit files, so only publish it.

Change-Id: Ia2a4060c7e6ae3a5f9b8a8e8540c1d2c331850b1
2017-11-27 08:17:58 +01:00

16 lines
422 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: "src/{{ zuul.project.canonical_name }}"
- hosts: all
roles:
- fetch-translations-stestr-output