ci: run check-arbitrary-configs on github-hosted runners (release-12.1)#8629
Merged
Merged
Conversation
The 1ES self-hosted pool (1es-gha-citusdata-pool) is no longer dispatching, leaving the required check-arbitrary-configs jobs stuck QUEUED indefinitely and blocking every release-12.1 PR. main already runs this job on ubuntu-latest; this backports that config so the required AC checks execute on GitHub-hosted runners. Required-check names are unchanged (derived from the job name), so branch protection is unaffected. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-12.1 #8629 +/- ##
================================================
- Coverage 89.65% 89.65% -0.01%
================================================
Files 276 276
Lines 59790 59804 +14
Branches 7471 7473 +2
================================================
+ Hits 53605 53616 +11
- Misses 4041 4042 +1
- Partials 2144 2146 +2 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The 1ES self-hosted pool (
1es-gha-citusdata-pool) is no longer dispatching jobs, so the requiredcheck-arbitrary-configsjobs sitQUEUEDindefinitely. This blocks every open release-12.1 PR (#8519, #8328, #8306, #8626, #8627) from merging despite all other required checks passing.Fix
Flip the
test-arbitrary-configsjob'sruns-onfrom the dead self-hosted 1ES pool toubuntu-latest— a one-line backport of the config already shipping onmain.Why it is safe
mainalready runs this exact job/suite/container onubuntu-latest.PG14 - check-arbitrary-configs-0, ...) derive from the jobname:, notruns-on, so branch protection is unaffected.Rollout
Merge this first, then "Update branch" on the 5 open PRs so they inherit the fix and their AC checks run on github-hosted runners.
Unblocks the release-12.1 serial-merge queue.