Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ jobs:
secrets: inherit
with:
runner_type: altinity-on-demand, altinity-regression-tester
commit: 5b33d6455572ebc652e72d28a02d8d8c72d76186
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
arch: release
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
timeout_minutes: 300
Expand All @@ -455,7 +455,7 @@ jobs:
secrets: inherit
with:
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
commit: 5b33d6455572ebc652e72d28a02d8d8c72d76186
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
arch: aarch64
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
timeout_minutes: 300
Expand Down
9 changes: 9 additions & 0 deletions tests/broken_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,14 @@
},
"test_storage_rabbitmq/test.py::test_rabbitmq_sharding_between_queues_publish": {
"reason": "INVESTIGATE - Timeout on TSAN"
},
"test_storage_s3_queue/test_4.py::test_alter_settings": {
"reason": "INVESTIGATE - Flaky test"
},
"test_storage_s3_queue/test_4.py::test_registry": {
"reason": "INVESTIGATE - Flaky test"
},
"03032_dynamically_resize_filesystem_cache_2": {
"reason": "KNOWN - Flaky upstream"
}
}
2 changes: 2 additions & 0 deletions tests/ci/ci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,12 @@ class CI:
),
JobNames.INTEGRATION_TEST_ASAN_OLD_ANALYZER: CommonJobConfigs.INTEGRATION_TEST.with_properties(
required_builds=[BuildNames.PACKAGE_ASAN],
timeout=3 * 3600,
num_batches=8,
),
JobNames.INTEGRATION_TEST_TSAN: CommonJobConfigs.INTEGRATION_TEST.with_properties(
required_builds=[BuildNames.PACKAGE_TSAN],
timeout=3 * 3600,
num_batches=8,
),
JobNames.INTEGRATION_TEST_AARCH64: CommonJobConfigs.INTEGRATION_TEST.with_properties(
Expand Down
Loading