Skip to content

Commit b5e9954

Browse files
authored
Merge branch 'main' into fix/fix-pco1-secret
Signed-off-by: Kurt Garloff <kurt@garloff.de>
2 parents bd4bf1b + 2026289 commit b5e9954

4 files changed

Lines changed: 161 additions & 156 deletions

File tree

.zuul.d/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
# a) leave room for long-running tests (mostly when some cloud is unreachable)
5555
# b) keep in mind that this job covers ALL test subjects (at most 4 in parallel)
5656
timeout: 3600
57+
attempts: 2 # usually, retries are not too promising; better to save resources
5758
vars:
5859
preset: iaas
5960
- job:
@@ -63,6 +64,7 @@
6364
# a) these tests take a lot of time, I'm afraid, particularly Sonobuoy
6465
# b) keep in mind that this job covers ALL test subjects (at most 4 in parallel)
6566
timeout: 21600 # 6 hrs -- 5 hrs was almost sufficient (reports came through sometimes)
67+
attempts: 1 # this job is heavy, and retries aren't very promising
6668
vars:
6769
preset: kaas
6870
iaas: false

0 commit comments

Comments
 (0)