Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI(build-build-tools): fix unexpected cancellations (#9357)
## Problem When `Dockerfile.build-tools` gets changed, several PRs catch up with it and some might get unexpectedly cancelled workflows because of GitHub's concurrency model for workflows. See the comment in the code for more details. It should be possible to revert it after https://github.com/orgs/community/discussions/41518 (I don't expect it anytime soon, but I subscribed) ## Summary of changes - Do not queue `build-build-tools-image` workflows in the concurrency group
- Loading branch information
31b7703
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5289 tests run: 5071 passed, 1 failed, 217 skipped (full report)
Failures on Postgres 16
test_storage_controller_heartbeats[failure0]
: release-x86-64Flaky tests (3)
Postgres 16
test_storage_controller_metadata_health[None]
: release-x86-64test_tenant_import[None-local_fs]
: release-x86-64Postgres 14
test_subscriber_restart
: release-x86-64Code coverage* (full report)
functions
:31.4% (7546 of 24027 functions)
lines
:49.2% (60359 of 122711 lines)
* collected from Rust tests only
31b7703 at 2024-10-14T13:02:45.395Z :recycle: