From 296f71a2e6216b8c3da46f4dc9ec598f8f6e30ee Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Tue, 18 Nov 2025 11:59:01 +0100 Subject: [PATCH] [os_must_gather] Increase default timeout to 30 minutes Earlier default timeout (10m) was not enough for some jobs and the must gather command was not killed gracefully. After we added timeout with addition 15 minutes, the CI jobs seems to be more stable and the job results seems to have the logs. It is because the value "fits" needed time, but we don't have time reservation. Let's set 30 minutes just in case. Signed-off-by: Daniel Pawlik --- roles/os_must_gather/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/os_must_gather/defaults/main.yml b/roles/os_must_gather/defaults/main.yml index aa7b8b9b1e..458c1c08a9 100644 --- a/roles/os_must_gather/defaults/main.yml +++ b/roles/os_must_gather/defaults/main.yml @@ -23,7 +23,7 @@ cifmw_os_must_gather_image_registry: "quay.rdoproject.org/openstack-k8s-operator cifmw_os_must_gather_output_dir: "{{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}" cifmw_os_must_gather_output_log_dir: "{{ cifmw_os_must_gather_output_dir }}/logs/openstack-must-gather" cifmw_os_must_gather_repo_path: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/openstack-must-gather" -cifmw_os_must_gather_timeout: "10m" +cifmw_os_must_gather_timeout: "30m" cifmw_os_must_gather_additional_namespaces: "kuttl,openshift-storage,openshift-marketplace,openshift-operators,sushy-emulator,tobiko" cifmw_os_must_gather_namespaces: - openstack-operators