We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7341453 commit 705eebaCopy full SHA for 705eeba
.zuul.d/config.yaml
@@ -50,11 +50,19 @@
50
- job:
51
name: scs-check-iaas
52
parent: scs-check-scs2-main
53
+ # timeout:
54
+ # a) leave room for long-running tests (mostly when some cloud is unreachable)
55
+ # b) keep in mind that this job covers ALL test subjects (at most 4 in parallel)
56
+ timeout: 3600
57
vars:
58
preset: iaas
59
60
name: scs-check-kaas
61
62
63
+ # a) these tests take a lot of time, I'm afraid, particularly Sonobuoy
64
65
+ timeout: 7200
66
67
preset: kaas
68
iaas: false
0 commit comments