-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI(pre-merge-checks): add required checks (#9700)
## Problem The Merge queue doesn't work because it expects certain jobs, which we don't have in the `pre-merge-checks` workflow. But it turns out we can just create jobs/checks with the same names in any workflow that we run. ## Summary of changes - Add `conclusion` jobs - Create `neon-cloud-e2e` status check - Add a bunch of `if`s to handle cases with no relevant changes found and prepare the workflow to run rust checks in the future - List the workflow in `report-workflow-stats` to collect stats about it
- Loading branch information
Showing
2 changed files
with
55 additions
and
7 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
2fcac0e
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.
5446 tests run: 5205 passed, 9 failed, 232 skipped (full report)
Failures on Postgres 16
test_pgbench_intensive_init_workload[neon_off-github-actions-selfhosted-1000]
: release-x86-64test_sharded_ingest[github-actions-selfhosted-1]
: release-x86-64test_compaction[github-actions-selfhosted]
: release-x86-64test_download_churn[github-actions-selfhosted-1-tokio-epoll-uring-30]
: release-x86-64test_download_churn[github-actions-selfhosted-1-std-fs-30]
: release-x86-64test_download_churn[github-actions-selfhosted-10-tokio-epoll-uring-30]
: release-x86-64test_download_churn[github-actions-selfhosted-10-std-fs-30]
: release-x86-64test_download_churn[github-actions-selfhosted-100-tokio-epoll-uring-30]
: release-x86-64test_download_churn[github-actions-selfhosted-100-std-fs-30]
: release-x86-64Flaky tests (1)
Postgres 17
test_readonly_node_gc
: debug-x86-64Code coverage* (full report)
functions
:31.7% (7868 of 24806 functions)
lines
:49.4% (62278 of 126036 lines)
* collected from Rust tests only
2fcac0e at 2024-11-09T02:51:49.886Z :recycle: