Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ci/playbooks/e2e-collect-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
-e "@scenarios/centos-9/base.yml"
args:
chdir: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/ci-framework"
environment:
ANSIBLE_LOG_PATH: "{{ ansible_user_dir }}/ci-framework-data/logs/e2e-collect-logs-must-gather.log"

- name: "Run ci/playbooks/collect-logs.yml on CRC host"
hosts: crc
Expand Down
2 changes: 1 addition & 1 deletion roles/cifmw_setup/tasks/run_logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- name: Try to load parameters files
block:
- name: Check directory availabilty
- name: Check directory availability
register: param_dir
ansible.builtin.stat:
path: "{{ cifmw_basedir }}/artifacts/parameters"
Expand Down