Skip to content

Commit

Permalink
CI(release): tune Storage & Compute release PR title (#7870)
Browse files Browse the repository at this point in the history
## Problem

A title for automatic proxy release PRs is `Proxy release`, and for
storage & compute, it's just `Release`

## Summary of changes
- Amend PR title for Storage & Compute releases to "Storage & Compute
release"
  • Loading branch information
bayandin committed May 24, 2024
1 parent a3f5b83 commit 71a7fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
GH_TOKEN: ${{ secrets.CI_ACCESS_TOKEN }}
run: |
cat << EOF > body.md
## Release ${RELEASE_DATE}
## Storage & Compute release ${RELEASE_DATE}
**Please merge this Pull Request using 'Create a merge commit' button**
EOF
Expand Down

1 comment on commit 71a7fd9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3220 tests run: 3079 passed, 1 failed, 140 skipped (full report)


Failures on Postgres 14

  • test_basebackup_with_high_slru_count[github-actions-selfhosted-sequential-10-13-30]: release
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_basebackup_with_high_slru_count[release-pg14-github-actions-selfhosted-sequential-10-13-30]"
Flaky tests (2)

Postgres 14

  • test_pageserver_restarts_under_worload: release
  • test_synthetic_size_while_deleting: release

Code coverage* (full report)

  • functions: 31.4% (6449 of 20536 functions)
  • lines: 48.3% (49929 of 103300 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
71a7fd9 at 2024-05-24T14:31:55.835Z :recycle:

Please sign in to comment.