-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9372 from neondatabase/rc/2024-10-14
Storage & Compute release 2024-10-14
- Loading branch information
Showing
335 changed files
with
5,383 additions
and
2,786 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: Report Workflow Stats | ||
|
||
on: | ||
workflow_run: | ||
workflows: | ||
- Add `external` label to issues and PRs created by external users | ||
- Benchmarking | ||
- Build and Test | ||
- Build and Test Locally | ||
- Build build-tools image | ||
- Check Permissions | ||
- Check build-tools image | ||
- Check neon with extra platform builds | ||
- Cloud Regression Test | ||
- Create Release Branch | ||
- Handle `approved-for-ci-run` label | ||
- Lint GitHub Workflows | ||
- Notify Slack channel about upcoming release | ||
- Periodic pagebench performance test on dedicated EC2 machine in eu-central-1 region | ||
- Pin build-tools image | ||
- Prepare benchmarking databases by restoring dumps | ||
- Push images to ACR | ||
- Test Postgres client libraries | ||
- Trigger E2E Tests | ||
- cleanup caches by a branch | ||
types: [completed] | ||
|
||
jobs: | ||
gh-workflow-stats: | ||
name: Github Workflow Stats | ||
runs-on: ubuntu-22.04 | ||
permissions: | ||
actions: read | ||
steps: | ||
- name: Export GH Workflow Stats | ||
uses: neondatabase/[email protected] | ||
with: | ||
DB_URI: ${{ secrets.GH_REPORT_STATS_DB_RW_CONNSTR }} | ||
DB_TABLE: "gh_workflow_stats_neon" | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GH_RUN_ID: ${{ github.event.workflow_run.id }} |
Validating CODEOWNERS rules …
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
Oops, something went wrong.
ec94acd
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.
4600 tests run: 4432 passed, 0 failed, 168 skipped (full report)
Test coverage report is not available
ec94acd at 2024-10-14T14:36:57.312Z :recycle: