Merge "Collect logs in post-run"

This commit is contained in:
Zuul 2018-09-13 21:51:21 +00:00 committed by Gerrit Code Review
commit 74006222a0
1 changed files with 13 additions and 0 deletions

View File

@ -6,3 +6,16 @@
command: "shred -u {{ vault_key_path }}"
args:
removes: "{{ vault_key_path }}"
- name: Run the log collection script
shell: |
source scripts/scripts-library.sh
gate_job_exit_tasks
become: yes
become_user: root
args:
chdir: "{{ lsn_ci_src_path }}/openstack-ansible"
executable: /bin/bash
environment:
GATE_EXIT_LOG_COPY: true
GATE_LOG_DIR: "{{ lsn_ci_src_path }}/logs"
GATE_EXIT_RUN_ARA: false