Skip to content

Commit 76a5cba

Browse files
committed
[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 <dpawlik@redhat.com>
1 parent bb65d42 commit 76a5cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/os_must_gather/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cifmw_os_must_gather_image_registry: "quay.rdoproject.org/openstack-k8s-operator
2323
cifmw_os_must_gather_output_dir: "{{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}"
2424
cifmw_os_must_gather_output_log_dir: "{{ cifmw_os_must_gather_output_dir }}/logs/openstack-must-gather"
2525
cifmw_os_must_gather_repo_path: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/openstack-must-gather"
26-
cifmw_os_must_gather_timeout: "10m"
26+
cifmw_os_must_gather_timeout: "30m"
2727
cifmw_os_must_gather_additional_namespaces: "kuttl,openshift-storage,openshift-marketplace,openshift-operators,sushy-emulator,tobiko"
2828
cifmw_os_must_gather_namespaces:
2929
- openstack-operators

0 commit comments

Comments
 (0)