File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
ci/images/ci-runner/hack/bin Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,12 @@ spec:
115
115
- input : " $(tasks.deploy-cluster.status)"
116
116
operator : notin
117
117
values : ["None"]
118
+ - input : " $(tasks.plnsvc-setup.status)"
119
+ operator : notin
120
+ values : ["Failed"]
121
+ - input : " $(tasks.pipeline-service-tests.status)"
122
+ operator : notin
123
+ values : ["Failed"]
118
124
params :
119
125
- name : cluster-name
120
126
value : " $(tasks.generate-cluster-name.results.cluster-name)"
Original file line number Diff line number Diff line change @@ -188,6 +188,24 @@ spec:
188
188
- input : " $(tasks.deploy-cluster.status)"
189
189
operator : notin
190
190
values : ["None"]
191
+ - input : " $(tasks.plnsvc-setup.status)"
192
+ operator : notin
193
+ values : ["Failed"]
194
+ - input : " $(tasks.tests-before-upgrade.status)"
195
+ operator : notin
196
+ values : ["Failed"]
197
+ - input : " $(tasks.plnsvc-upgrade-setup.status)"
198
+ operator : notin
199
+ values : ["Failed"]
200
+ - input : " $(tasks.tests-post-upgrade.status)"
201
+ operator : notin
202
+ values : ["Failed"]
203
+ - input : " $(tasks.plnsvc-downgrade-setup.status)"
204
+ operator : notin
205
+ values : ["Failed"]
206
+ - input : " $(tasks.tests-post-downgrade.status)"
207
+ operator : notin
208
+ values : ["Failed"]
191
209
params :
192
210
- name : cluster-name
193
211
value : " $(tasks.generate-cluster-name.results.cluster-name)"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SCRIPT_DIR="$(
12
12
# shellcheck source=ci/images/ci-runner/hack/bin/utils.sh
13
13
source " $SCRIPT_DIR /utils.sh"
14
14
15
- MAX_DURATION_MINS=60
15
+ MAX_DURATION_MINS=120
16
16
EXCLUDE_CLUSTER=(local-cluster)
17
17
18
18
delete_cluster () {
You can’t perform that action at this time.
0 commit comments