Skip to content

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

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

ci: migrate ubuntu-latest -> self-hosted runner#6
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
Only runner labels change; workflow logic and secrets usage are the same, with the main risk being self-hosted runner availability or missing tooling.

Overview
Routes scheduled and manual GitHub Actions jobs off GitHub-hosted ubuntu-latest onto the org’s Linux x64 self-hosted runner via the repository variable vars.CI_LABEL_LINUX_X64.

The change is limited to the runs-on label in three workflows: Check Links, Weekly Monitor, and Update Star Counts. Triggers, permissions, Node setup, and script steps are unchanged.

Reviewed by Cursor Bugbot for commit 8cf97bf. 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 57d7600 to a0b332d Compare June 11, 2026 03:24

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit a0b332d. Configure here.

Comment thread .github/workflows/check-links.yml Outdated
jobs:
check:
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fork PRs on self-hosted runner

Medium Severity

Moving this job to self-hosted keeps the existing pull_request trigger, so workflows from fork PRs that touch data/projects.json can execute on the persistent EvoMap runner instead of an ephemeral GitHub-hosted VM, increasing exposure if untrusted contributors can open PRs.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a0b332d. Configure here.

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 a0b332d to 8cf97bf 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