ci: migrate ubuntu-latest -> self-hosted runner#30
Open
forrestlinfeng wants to merge 1 commit into
Open
Conversation
35b64c7 to
1ebbe4c
Compare
Routes Linux CI jobs via the org-level CI_LABEL_LINUX_X64 variable so the runner pool can be swapped in one place (e.g. emergency fall-back to ubuntu-latest if the self-hosted runner is down). Default value of the variable: ["self-hosted","Linux","X64"] -> evomap-shoot. Skipped files where ubuntu-latest is load-bearing (glibc pin, cross-platform matrix, deliberately paid runner) -- those are addressed separately.
1ebbe4c to
e4a2d9c
Compare
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.
Routes Linux CI jobs to the EvoMap self-hosted runner (evomap-shoot, Debian 12, 8 cores, 31G RAM).
Affected files in this repo:
Skipped across the org where ubuntu-latest is load-bearing (glibc pin, cross-platform matrix, deliberately paid runner).
If CI fails on this runner due to missing tooling, install via setup-* actions or open an issue. Revert with
git reverton this commit.Auto-merge is enabled — will land when required checks pass.
Note
Low Risk
Label-only runner change with no application or workflow logic edits; risk is mainly self-hosted runner availability and whether required tooling is present on that host.
Overview
Moves three scheduled/maintenance workflows from GitHub-hosted
ubuntu-latestto the EvoMap self-hosted runner viaruns-on: [self-hosted, Linux, X64].Affected workflows: Check Links (
.github/workflows/check-links.yml), Weekly Monitor (monitor.yml), and Update Star Counts (update-stars.yml). Triggers, Node 24 setup, scripts, and permissions are unchanged—only the execution environment changes.Reviewed by Cursor Bugbot for commit 1ebbe4c. Bugbot is set up for automated code reviews on this repo. Configure here.