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:
444444 secrets : inherit
445445 with :
446446 runner_type : altinity-on-demand, altinity-regression-tester
447- commit : 5b33d6455572ebc652e72d28a02d8d8c72d76186
447+ commit : 5723e20cbc49b347114c7b90c7316a44dafa5328
448448 arch : release
449449 build_sha : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
450450 timeout_minutes : 300
@@ -455,7 +455,7 @@ jobs:
455455 secrets : inherit
456456 with :
457457 runner_type : altinity-on-demand, altinity-regression-tester-aarch64
458- commit : 5b33d6455572ebc652e72d28a02d8d8c72d76186
458+ commit : 5723e20cbc49b347114c7b90c7316a44dafa5328
459459 arch : aarch64
460460 build_sha : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
461461 timeout_minutes : 300
Original file line number Diff line number Diff line change 277277 },
278278 "test_storage_rabbitmq/test.py::test_rabbitmq_sharding_between_queues_publish" : {
279279 "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"
280289 }
281290}
Original file line number Diff line number Diff line change @@ -378,10 +378,12 @@ class CI:
378378 ),
379379 JobNames .INTEGRATION_TEST_ASAN_OLD_ANALYZER : CommonJobConfigs .INTEGRATION_TEST .with_properties (
380380 required_builds = [BuildNames .PACKAGE_ASAN ],
381+ timeout = 3 * 3600 ,
381382 num_batches = 8 ,
382383 ),
383384 JobNames .INTEGRATION_TEST_TSAN : CommonJobConfigs .INTEGRATION_TEST .with_properties (
384385 required_builds = [BuildNames .PACKAGE_TSAN ],
386+ timeout = 3 * 3600 ,
385387 num_batches = 8 ,
386388 ),
387389 JobNames .INTEGRATION_TEST_AARCH64 : CommonJobConfigs .INTEGRATION_TEST .with_properties (
You can’t perform that action at this time.
0 commit comments