-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): check if target branch is too old #11246
Conversation
|
BenchmarksBenchmark execution time: 2024-11-14 03:22:08 Comparing candidate commit 6a112bd in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 388 metrics, 2 unstable metrics. |
/merge |
🚂 MergeQueue: waiting for PR to be ready This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals. Use |
This pull request was closed. If you need support, contact us on Slack #devflow! |
/merge |
🚂 MergeQueue: waiting for PR to be ready This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals. Use |
🚂 MergeQueue: pull request added to the queue The median merge time in Use |
Devflow running:
|
/merge |
Devflow running:
|
/merge |
Devflow running:
|
We want to avoid backporting to release branches <=2.12, since the new release pipeline via GitLab is from 2.13 and anything older still uses the old GitHub Actions build pipeline. However, this does not run all tests the same way the GitLab pipeline does. In order to ensure consistent releases and testing on our releases, we should avoid backporting to <=2.12 unless there are specific asks.
This PR adds a GitHub actions check that sees if the target branch for a PR is <=2.12 (using regex). If it is, then it will fail the check and leave a comment on the PR. Making the check required will be a repo configuration (not in this PR).
See test PR with comment here: #11249
See test job failing on a 2.12 backport PR here
Checklist
Reviewer Checklist