@@ -195,7 +195,6 @@ functions:
195
195
196
196
run-tests :
197
197
- command : subprocess.exec
198
- type : test
199
198
params :
200
199
binary : bash
201
200
env :
@@ -204,6 +203,7 @@ functions:
204
203
args : [*task-runner, setup-test]
205
204
- command : subprocess.exec
206
205
type : test
206
+ retry_on_failure : true
207
207
params :
208
208
binary : bash
209
209
args : [*task-runner, "${DEFAULT_TASK}" ]
@@ -300,7 +300,6 @@ functions:
300
300
params :
301
301
role_arn : " ${aws_test_secrets_role}"
302
302
- command : subprocess.exec
303
- type : test
304
303
params :
305
304
binary : bash
306
305
include_expansions_in_env : [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
@@ -309,6 +308,7 @@ functions:
309
308
args : [*task-runner, setup-test]
310
309
- command : subprocess.exec
311
310
type : test
311
+ retry_on_failure : true
312
312
params :
313
313
binary : bash
314
314
args : [*task-runner, --silent, evg-test-enterprise-auth]
@@ -318,7 +318,6 @@ functions:
318
318
params :
319
319
role_arn : " ${aws_test_secrets_role}"
320
320
- command : subprocess.exec
321
- type : test
322
321
params :
323
322
binary : bash
324
323
include_expansions_in_env : [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
@@ -327,6 +326,7 @@ functions:
327
326
args : [*task-runner, setup-test]
328
327
- command : subprocess.exec
329
328
type : test
329
+ retry_on_failure : true
330
330
params :
331
331
binary : bash
332
332
args : [*task-runner, --silent, evg-test-enterprise-auth]
@@ -336,7 +336,6 @@ functions:
336
336
params :
337
337
role_arn : " ${aws_test_secrets_role}"
338
338
- command : subprocess.exec
339
- type : test
340
339
params :
341
340
binary : bash
342
341
include_expansions_in_env : [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
@@ -345,13 +344,13 @@ functions:
345
344
args : [*task-runner, setup-test]
346
345
- command : subprocess.exec
347
346
type : test
347
+ retry_on_failure : true
348
348
params :
349
349
binary : bash
350
350
args : [*task-runner, test-atlas-connect]
351
351
352
352
run-ocsp-test :
353
353
- command : subprocess.exec
354
- type : test
355
354
params :
356
355
binary : bash
357
356
env :
@@ -362,14 +361,14 @@ functions:
362
361
args : [*task-runner, setup-test]
363
362
- command : subprocess.exec
364
363
type : test
364
+ retry_on_failure : true
365
365
params :
366
366
binary : bash
367
367
include_expansions_in_env : [OCSP_TLS_SHOULD_SUCCEED]
368
368
args : [*task-runner, evg-test-ocsp]
369
369
370
370
run-versioned-api-test :
371
371
- command : subprocess.exec
372
- type : test
373
372
params :
374
373
binary : bash
375
374
env :
@@ -379,13 +378,13 @@ functions:
379
378
args : [*task-runner, setup-test]
380
379
- command : subprocess.exec
381
380
type : test
381
+ retry_on_failure : true
382
382
params :
383
383
binary : bash
384
384
args : [*task-runner, evg-test-versioned-api]
385
385
386
386
run-load-balancer-tests :
387
387
- command : subprocess.exec
388
- type : test
389
388
params :
390
389
binary : bash
391
390
include_expansions_in_env : [SINGLE_MONGOS_LB_URI, MULTI_MONGOS_LB_URI, AUTH, SSL, MONGO_GO_DRIVER_COMPRESSOR]
@@ -394,13 +393,13 @@ functions:
394
393
args : [*task-runner, setup-test]
395
394
- command : subprocess.exec
396
395
type : test
396
+ retry_on_failure : true
397
397
params :
398
398
binary : bash
399
399
args : [*task-runner, evg-test-load-balancers]
400
400
401
401
run-atlas-data-lake-test :
402
402
- command : subprocess.exec
403
- type : test
404
403
params :
405
404
binary : " bash"
406
405
env :
@@ -411,6 +410,7 @@ functions:
411
410
args : [*task-runner, setup-test]
412
411
- command : subprocess.exec
413
412
type : test
413
+ retry_on_failure : true
414
414
params :
415
415
binary : " bash"
416
416
args : [*task-runner, evg-test-atlas-data-lake]
@@ -582,7 +582,6 @@ functions:
582
582
583
583
run-kms-tls-test :
584
584
- command : subprocess.exec
585
- type : test
586
585
params :
587
586
binary : " bash"
588
587
env :
@@ -592,14 +591,14 @@ functions:
592
591
args : [*task-runner, setup-test]
593
592
- command : subprocess.exec
594
593
type : test
594
+ retry_on_failure : true
595
595
params :
596
596
binary : " bash"
597
597
include_expansions_in_env : [KMS_TLS_TESTCASE]
598
598
args : [*task-runner, evg-test-kms]
599
599
600
600
run-kmip-tests :
601
601
- command : subprocess.exec
602
- type : test
603
602
params :
604
603
binary : " bash"
605
604
env :
@@ -609,6 +608,7 @@ functions:
609
608
args : [*task-runner, setup-test]
610
609
- command : subprocess.exec
611
610
type : test
611
+ retry_on_failure : true
612
612
params :
613
613
binary : " bash"
614
614
env :
@@ -617,7 +617,6 @@ functions:
617
617
618
618
run-retry-kms-requests :
619
619
- command : subprocess.exec
620
- type : test
621
620
params :
622
621
binary : " bash"
623
622
env :
@@ -627,6 +626,7 @@ functions:
627
626
args : [*task-runner, setup-test]
628
627
- command : subprocess.exec
629
628
type : test
629
+ retry_on_failure : true
630
630
params :
631
631
binary : " bash"
632
632
env :
0 commit comments