Skip to content

Commit ff13687

Browse files
committed
Do not print some env_op_images and e2e-collect-logs tasks
The tasks gives a lot of output, where later you can find it in log file. Signed-off-by: Daniel Pawlik <[email protected]>
1 parent a7af7d8 commit ff13687

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/playbooks/e2e-collect-logs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
environment:
3939
ANSIBLE_LOG_PATH: "{{ ansible_user_dir }}/ci-framework-data/logs/e2e-collect-logs-must-gather.log"
4040

41-
- name: "Run ci/playbooks/e2e-collect-logs.yml on CRC host"
41+
- name: "Run ci/playbooks/collect-logs.yml on CRC host"
4242
hosts: crc
4343
gather_facts: false
4444
tasks:

roles/env_op_images/tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
--all-namespaces
5454
-o yaml
5555
register: _csvs_out
56+
no_log: "{{ cifmw_nolog | default(true) | bool }}"
5657

5758
- name: Get the images name
5859
ansible.builtin.shell: >
@@ -140,6 +141,7 @@
140141
loop: "{{ selected_pods }}"
141142
loop_control:
142143
label: "{{ item.metadata.name }}"
144+
no_log: "{{ cifmw_nolog | default(true) | bool }}"
143145

144146
- name: Write images to file
145147
vars:

0 commit comments

Comments
 (0)