-
Notifications
You must be signed in to change notification settings - Fork 457
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI(check-build-tools-image): change build-tools image persistent tag (#…
…8059) ## Problem We don't rebuild `build-tools` image for changes in a workflow that builds this image itself (`.github/workflows/build-build-tools-image.yml`) or in a workflow that determines which tag to use (`.github/workflows/check-build-tools-image.yml`) ## Summary of changes - Use a hash of `Dockerfile.build-tools` and workflow files as a persistent tag instead of using a commit sha.
- Loading branch information
Showing
2 changed files
with
7 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b6e1c09
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.
3310 tests run: 3172 passed, 0 failed, 138 skipped (full report)
Flaky tests (2)
Postgres 14
test_pageserver_restarts_under_worload
: releasetest_subscriber_restart
: releaseCode coverage* (full report)
functions
:32.4% (6831 of 21065 functions)
lines
:50.0% (53148 of 106317 lines)
* collected from Rust tests only
b6e1c09 at 2024-06-17T13:07:34.206Z :recycle: