diff --git a/.zuul.d/playbooks-deploy/post.yml b/.zuul.d/playbooks-deploy/post.yml index 1357285..87afab9 100644 --- a/.zuul.d/playbooks-deploy/post.yml +++ b/.zuul.d/playbooks-deploy/post.yml @@ -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