Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Problem `benchmarks` is a long-running and non-blocking job. If, on Staging, a deploy-blocking job fails, restarting it requires cancelling any running `benchmarks` jobs, which is a waste of CI resources and requires a couple of extra clicks for a human to do. Ref: https://neondb.slack.com/archives/C059ZC138NR/p1739292995400899 ## Summary of changes - Run `benchmarks` after `deploy` job - Handle `benchmarks` run in PRs with `run-benchmarks` label but without `deploy` job.
- Loading branch information
3e8bf21
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.
1362 tests run: 1320 passed, 2 failed, 40 skipped (full report)
Failures on Postgres 17
test_neon_cli_basics
: release-x86-64-without-lfc, release-arm64-without-lfcTest coverage report is not available
3e8bf21 at 2025-02-14T02:30:09.472Z :recycle: