File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ jobs:
444
444
secrets : inherit
445
445
with :
446
446
runner_type : altinity-on-demand, altinity-regression-tester
447
- commit : 5b33d6455572ebc652e72d28a02d8d8c72d76186
447
+ commit : 5723e20cbc49b347114c7b90c7316a44dafa5328
448
448
arch : release
449
449
build_sha : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
450
450
timeout_minutes : 300
@@ -455,7 +455,7 @@ jobs:
455
455
secrets : inherit
456
456
with :
457
457
runner_type : altinity-on-demand, altinity-regression-tester-aarch64
458
- commit : 5b33d6455572ebc652e72d28a02d8d8c72d76186
458
+ commit : 5723e20cbc49b347114c7b90c7316a44dafa5328
459
459
arch : aarch64
460
460
build_sha : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
461
461
timeout_minutes : 300
Original file line number Diff line number Diff line change 277
277
},
278
278
"test_storage_rabbitmq/test.py::test_rabbitmq_sharding_between_queues_publish" : {
279
279
"reason" : " INVESTIGATE - Timeout on TSAN"
280
+ },
281
+ "test_storage_s3_queue/test_4.py::test_alter_settings" : {
282
+ "reason" : " INVESTIGATE - Flaky test"
283
+ },
284
+ "test_storage_s3_queue/test_4.py::test_registry" : {
285
+ "reason" : " INVESTIGATE - Flaky test"
286
+ },
287
+ "03032_dynamically_resize_filesystem_cache_2" : {
288
+ "reason" : " KNOWN - Flaky upstream"
280
289
}
281
290
}
Original file line number Diff line number Diff line change @@ -378,10 +378,12 @@ class CI:
378
378
),
379
379
JobNames .INTEGRATION_TEST_ASAN_OLD_ANALYZER : CommonJobConfigs .INTEGRATION_TEST .with_properties (
380
380
required_builds = [BuildNames .PACKAGE_ASAN ],
381
+ timeout = 3 * 3600 ,
381
382
num_batches = 8 ,
382
383
),
383
384
JobNames .INTEGRATION_TEST_TSAN : CommonJobConfigs .INTEGRATION_TEST .with_properties (
384
385
required_builds = [BuildNames .PACKAGE_TSAN ],
386
+ timeout = 3 * 3600 ,
385
387
num_batches = 8 ,
386
388
),
387
389
JobNames .INTEGRATION_TEST_AARCH64 : CommonJobConfigs .INTEGRATION_TEST .with_properties (
You can’t perform that action at this time.
0 commit comments