Skip to content

Commit 9858e3d

Browse files
Merge branch 'main' into fix/sec-urllib-260
2 parents e6392ce + a3b061e commit 9858e3d

6 files changed

Lines changed: 232 additions & 177 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)