From 4d339008bd0f193724356caaaad65981e7af04cc Mon Sep 17 00:00:00 2001 From: Arnau Verdaguer Date: Wed, 17 Dec 2025 13:16:58 +0100 Subject: [PATCH] Remove os_must_gather timeout on wntp jobs Currently this value is using an int value, but it should be a string value. This causes that on those jobs the must_gather is not collected. Dropping the value as relying on the default 30m should be enough. Signed-off-by: Arnau Verdaguer --- zuul.d/whitebox_neutron_tempest_jobs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/zuul.d/whitebox_neutron_tempest_jobs.yaml b/zuul.d/whitebox_neutron_tempest_jobs.yaml index 4e5b442e0c..711821085a 100644 --- a/zuul.d/whitebox_neutron_tempest_jobs.yaml +++ b/zuul.d/whitebox_neutron_tempest_jobs.yaml @@ -15,7 +15,6 @@ deployment by running whitebox-neutron-tempest-plugin tests. vars: cifmw_run_test_role: test_operator - cifmw_os_must_gather_timeout: 28800 cifmw_test_operator_timeout: 14400 cifmw_block_device_size: 40G cifmw_test_operator_tempest_concurrency: 6