@@ -204,6 +204,7 @@ jobs:
204
204
205
205
- name : consider debugging
206
206
if : failure() && github.event_name == 'pull_request'
207
+ timeout-minutes : 60
207
208
uses : ./.github/workflows/tmate_debug
208
209
209
210
raw-disk :
@@ -255,6 +256,7 @@ jobs:
255
256
256
257
- name : consider debugging
257
258
if : failure() && github.event_name == 'pull_request'
259
+ timeout-minutes : 60
258
260
uses : ./.github/workflows/tmate_debug
259
261
260
262
two-osds-in-device :
@@ -300,6 +302,7 @@ jobs:
300
302
301
303
- name : consider debugging
302
304
if : failure() && github.event_name == 'pull_request'
305
+ timeout-minutes : 60
303
306
uses : ./.github/workflows/tmate_debug
304
307
305
308
osd-with-metadata-device :
@@ -351,6 +354,7 @@ jobs:
351
354
352
355
- name : consider debugging
353
356
if : failure() && github.event_name == 'pull_request'
357
+ timeout-minutes : 60
354
358
uses : ./.github/workflows/tmate_debug
355
359
356
360
encryption :
@@ -447,6 +451,7 @@ jobs:
447
451
448
452
- name : consider debugging
449
453
if : failure() && github.event_name == 'pull_request'
454
+ timeout-minutes : 60
450
455
uses : ./.github/workflows/tmate_debug
451
456
452
457
pvc :
@@ -518,6 +523,7 @@ jobs:
518
523
519
524
- name : consider debugging
520
525
if : failure() && github.event_name == 'pull_request'
526
+ timeout-minutes : 60
521
527
uses : ./.github/workflows/tmate_debug
522
528
523
529
pvc-db :
@@ -565,6 +571,7 @@ jobs:
565
571
566
572
- name : consider debugging
567
573
if : failure() && github.event_name == 'pull_request'
574
+ timeout-minutes : 60
568
575
uses : ./.github/workflows/tmate_debug
569
576
570
577
pvc-db-wal :
@@ -615,6 +622,7 @@ jobs:
615
622
616
623
- name : consider debugging
617
624
if : failure() && github.event_name == 'pull_request'
625
+ timeout-minutes : 60
618
626
uses : ./.github/workflows/tmate_debug
619
627
620
628
encryption-pvc :
@@ -682,6 +690,7 @@ jobs:
682
690
683
691
- name : consider debugging
684
692
if : failure() && github.event_name == 'pull_request'
693
+ timeout-minutes : 60
685
694
uses : ./.github/workflows/tmate_debug
686
695
687
696
encryption-pvc-db :
@@ -731,6 +740,7 @@ jobs:
731
740
732
741
- name : consider debugging
733
742
if : failure() && github.event_name == 'pull_request'
743
+ timeout-minutes : 60
734
744
uses : ./.github/workflows/tmate_debug
735
745
736
746
encryption-pvc-db-wal :
@@ -781,6 +791,7 @@ jobs:
781
791
782
792
- name : consider debugging
783
793
if : failure() && github.event_name == 'pull_request'
794
+ timeout-minutes : 60
784
795
uses : ./.github/workflows/tmate_debug
785
796
786
797
encryption-pvc-kms-vault-token-auth :
@@ -859,6 +870,7 @@ jobs:
859
870
860
871
- name : consider debugging
861
872
if : failure() && github.event_name == 'pull_request'
873
+ timeout-minutes : 60
862
874
uses : ./.github/workflows/tmate_debug
863
875
864
876
encryption-pvc-kms-vault-k8s-auth :
@@ -919,6 +931,7 @@ jobs:
919
931
920
932
- name : consider debugging
921
933
if : failure() && github.event_name == 'pull_request'
934
+ timeout-minutes : 60
922
935
uses : ./.github/workflows/tmate_debug
923
936
924
937
lvm-pvc :
@@ -971,6 +984,7 @@ jobs:
971
984
972
985
- name : consider debugging
973
986
if : failure() && github.event_name == 'pull_request'
987
+ timeout-minutes : 60
974
988
uses : ./.github/workflows/tmate_debug
975
989
976
990
multi-cluster-mirroring :
@@ -1219,6 +1233,7 @@ jobs:
1219
1233
1220
1234
- name : consider debugging
1221
1235
if : failure() && github.event_name == 'pull_request'
1236
+ timeout-minutes : 60
1222
1237
uses : ./.github/workflows/tmate_debug
1223
1238
1224
1239
rgw-multisite-testing :
@@ -1245,6 +1260,7 @@ jobs:
1245
1260
1246
1261
- name : consider debugging
1247
1262
if : failure() && github.event_name == 'pull_request'
1263
+ timeout-minutes : 60
1248
1264
uses : ./.github/workflows/tmate_debug
1249
1265
1250
1266
encryption-pvc-kms-ibm-kp :
@@ -1274,6 +1290,7 @@ jobs:
1274
1290
1275
1291
- name : consider debugging
1276
1292
if : failure() && github.event_name == 'pull_request'
1293
+ timeout-minutes : 60
1277
1294
uses : ./.github/workflows/tmate_debug
1278
1295
1279
1296
multus-cluster-network :
@@ -1353,6 +1370,7 @@ jobs:
1353
1370
1354
1371
- name : consider debugging
1355
1372
if : failure() && github.event_name == 'pull_request'
1373
+ timeout-minutes : 60
1356
1374
uses : ./.github/workflows/tmate_debug
1357
1375
1358
1376
csi-hostnetwork-disabled :
@@ -1403,4 +1421,5 @@ jobs:
1403
1421
1404
1422
- name : consider debugging
1405
1423
if : failure() && github.event_name == 'pull_request'
1424
+ timeout-minutes : 60
1406
1425
uses : ./.github/workflows/tmate_debug
0 commit comments