Skip to content

ci: migrate ubuntu-latest -> self-hosted runner#30

Open
forrestlinfeng wants to merge 1 commit into
mainfrom
chore/ci-self-hosted-migrate
Open

ci: migrate ubuntu-latest -> self-hosted runner#30
forrestlinfeng wants to merge 1 commit into
mainfrom
chore/ci-self-hosted-migrate

Conversation

@forrestlinfeng

@forrestlinfeng forrestlinfeng commented Jun 11, 2026

Copy link
Copy Markdown

Routes Linux CI jobs to the EvoMap self-hosted runner (evomap-shoot, Debian 12, 8 cores, 31G RAM).

Affected files in this repo:

  • .github/workflows/check-links.yml
  • .github/workflows/monitor.yml
  • .github/workflows/update-stars.yml

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 revert on 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-latest to the EvoMap self-hosted runner via runs-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.

@forrestlinfeng forrestlinfeng force-pushed the chore/ci-self-hosted-migrate branch from 35b64c7 to 1ebbe4c Compare June 11, 2026 03:24
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.
@forrestlinfeng forrestlinfeng force-pushed the chore/ci-self-hosted-migrate branch from 1ebbe4c to e4a2d9c Compare June 11, 2026 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant