diff --git a/test/e2e/config/hetzner-ci.yaml b/test/e2e/config/hetzner-ci.yaml index 0a2870f6c..d5c50e8e0 100644 --- a/test/e2e/config/hetzner-ci.yaml +++ b/test/e2e/config/hetzner-ci.yaml @@ -159,3 +159,4 @@ intervals: default/wait-control-plane: ["20m", "10s"] ## wait until first control plane is ready default/wait-worker-nodes: ["20m", "10s"] ## wait until all workers are ready from the moment when the control plane is ready default/wait-delete-cluster: ["20m", "10s"] ## wait until cluster is deleted + default/wait-deployment-available: ["20s", "1s"] ## wait until deployment with unevictable pods is available (upgrade test) diff --git a/test/e2e/config/hetzner.yaml b/test/e2e/config/hetzner.yaml index 6b4d6502b..b24908724 100644 --- a/test/e2e/config/hetzner.yaml +++ b/test/e2e/config/hetzner.yaml @@ -165,3 +165,4 @@ intervals: default/wait-control-plane: ["20m", "10s"] ## wait until first control plane is ready default/wait-worker-nodes: ["20m", "10s"] ## wait until all workers are ready from the moment when the control plane is ready default/wait-delete-cluster: ["20m", "10s"] ## wait until cluster is deleted + default/wait-deployment-available: ["20s", "1s"] ## wait until deployment with unevictable pods is available (upgrade test)