Skip to content

Commit

Permalink
ci: retry k8s node recovery tests (#25109)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrainer-materialize authored Feb 9, 2024
1 parent 2e6cccc commit 7c25caa
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ci/nightly/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,11 @@ steps:
- id: k8s-node-recovery-storage-on-failing
label: "K8s recovery: storage on failing node"
timeout_in_minutes: 30
# TODO: #25108 (k8s node recovery tests flaky)
retry:
automatic:
- exit_status: 1
limit: 1
agents:
queue: linux-aarch64
artifact_paths: junit_*.xml
Expand All @@ -884,6 +889,12 @@ steps:
- id: k8s-node-recovery-compute-on-failing
label: "K8s recovery: compute on failing node"
timeout_in_minutes: 30
# TODO: #25108 (k8s node recovery tests flaky)
retry:
automatic:
- exit_status: 1
limit:
1
agents:
queue: linux-aarch64
artifact_paths: junit_*.xml
Expand All @@ -900,6 +911,11 @@ steps:
- id: k8s-node-recovery-replicated-compute-on-failing
label: "K8s recovery: replicated compute on failing node"
timeout_in_minutes: 30
# TODO: #25108 (k8s node recovery tests flaky)
retry:
automatic:
- exit_status: 1
limit: 1
agents:
queue: linux-aarch64
artifact_paths: junit_*.xml
Expand All @@ -916,6 +932,11 @@ steps:
- id: k8s-node-recovery-envd-on-failing
label: "K8s recovery: envd on failing node"
timeout_in_minutes: 30
# TODO: #25108 (k8s node recovery tests flaky)
retry:
automatic:
- exit_status: 1
limit: 1
agents:
queue: linux-aarch64
artifact_paths: junit_*.xml
Expand Down

0 comments on commit 7c25caa

Please sign in to comment.