Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI(deploy): fix git tag/release creation (#10119)
## Problem When moving the comment on proxy-releases from the yaml doc into a javascript code block, I missed converting the comment marker from `#` to `//`. ## Summary of changes Correctly convert comment marker.
- Loading branch information
59ef701
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.
7121 tests run: 6824 passed, 0 failed, 297 skipped (full report)
Flaky tests (3)
Postgres 17
test_nbtree_pagesplit_cycleid
: release-arm64test_pageserver_small_inmemory_layers[False]
: debug-x86-64Postgres 14
test_pgdata_import_smoke[None-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]
: release-arm64Code coverage* (full report)
functions
:31.4% (8403 of 26732 functions)
lines
:48.1% (66643 of 138650 lines)
* collected from Rust tests only
59ef701 at 2024-12-13T01:41:38.640Z :recycle: