Skip to content

Commit 20bb31f

Browse files
committed
Increase wait_timeout for removing storage
On some infras, the CI job is failing because it gets timeout, where it is removed 30 seconds later. The error looks like: TASK [ci_local_storage : Remove the cifmw_cls_namespace namespace task path: /home/zuul/src/github.com/openstack-k8s-operators/ci-framework/roles/ci_local_storage/tasks/cleanup.yml:58 fatal: [localhost]: FAILED! => changed: true duration: 120 method: delete msg: '"Namespace" "openstack": Timed out waiting on resource' result: apiVersion: v1 kind: Namespace Increase timeout from 120 to 300. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
1 parent 659f4ef commit 20bb31f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roles/ci_local_storage/tasks/cleanup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@
6464
kind: Namespace
6565
name: "{{ cifmw_cls_namespace }}"
6666
wait: true
67+
wait_timeout: 300

0 commit comments

Comments
 (0)