@@ -374,39 +374,39 @@ jobs:
374
374
uses : ./.github/workflows/reusable_test.yml
375
375
with :
376
376
test_name : Stress test (asan)
377
- runner_type : stress -tester
377
+ runner_type : func -tester
378
378
data : ${{ needs.RunConfig.outputs.data }}
379
379
StressTestTsan :
380
380
needs : [RunConfig, BuilderDebTsan]
381
381
if : ${{ !failure() && !cancelled() }}
382
382
uses : ./.github/workflows/reusable_test.yml
383
383
with :
384
384
test_name : Stress test (tsan)
385
- runner_type : stress -tester
385
+ runner_type : func -tester
386
386
data : ${{ needs.RunConfig.outputs.data }}
387
387
StressTestMsan :
388
388
needs : [RunConfig, BuilderDebMsan]
389
389
if : ${{ !failure() && !cancelled() }}
390
390
uses : ./.github/workflows/reusable_test.yml
391
391
with :
392
392
test_name : Stress test (msan)
393
- runner_type : stress -tester
393
+ runner_type : func -tester
394
394
data : ${{ needs.RunConfig.outputs.data }}
395
395
StressTestUBsan :
396
396
needs : [RunConfig, BuilderDebUBsan]
397
397
if : ${{ !failure() && !cancelled() }}
398
398
uses : ./.github/workflows/reusable_test.yml
399
399
with :
400
400
test_name : Stress test (ubsan)
401
- runner_type : stress -tester
401
+ runner_type : func -tester
402
402
data : ${{ needs.RunConfig.outputs.data }}
403
403
StressTestDebug :
404
404
needs : [RunConfig, BuilderDebDebug]
405
405
if : ${{ !failure() && !cancelled() }}
406
406
uses : ./.github/workflows/reusable_test.yml
407
407
with :
408
408
test_name : Stress test (debug)
409
- runner_type : stress -tester
409
+ runner_type : func -tester
410
410
data : ${{ needs.RunConfig.outputs.data }}
411
411
# ############################################################################################
412
412
# ############################ INTEGRATION TESTS #############################################
@@ -417,31 +417,31 @@ jobs:
417
417
uses : ./.github/workflows/reusable_test.yml
418
418
with :
419
419
test_name : Integration tests (asan)
420
- runner_type : stress -tester
420
+ runner_type : func -tester
421
421
data : ${{ needs.RunConfig.outputs.data }}
422
422
IntegrationTestsAnalyzerAsan :
423
423
needs : [RunConfig, BuilderDebAsan]
424
424
if : ${{ !failure() && !cancelled() }}
425
425
uses : ./.github/workflows/reusable_test.yml
426
426
with :
427
427
test_name : Integration tests (asan, old analyzer)
428
- runner_type : stress -tester
428
+ runner_type : func -tester
429
429
data : ${{ needs.RunConfig.outputs.data }}
430
430
IntegrationTestsTsan :
431
431
needs : [RunConfig, BuilderDebTsan]
432
432
if : ${{ !failure() && !cancelled() }}
433
433
uses : ./.github/workflows/reusable_test.yml
434
434
with :
435
435
test_name : Integration tests (tsan)
436
- runner_type : stress -tester
436
+ runner_type : func -tester
437
437
data : ${{ needs.RunConfig.outputs.data }}
438
438
IntegrationTestsRelease :
439
439
needs : [RunConfig, BuilderDebRelease]
440
440
if : ${{ !failure() && !cancelled() }}
441
441
uses : ./.github/workflows/reusable_test.yml
442
442
with :
443
443
test_name : Integration tests (release)
444
- runner_type : stress -tester
444
+ runner_type : func -tester
445
445
data : ${{ needs.RunConfig.outputs.data }}
446
446
FinishCheck :
447
447
if : ${{ !cancelled() }}
0 commit comments