Skip to content

ci: switch runners from blacksmith to GitHub-hosted (take 2) - #12

Merged
yuanchenglu merged 1 commit into
developfrom
fix/ci-runners-2
Jul 29, 2026
Merged

ci: switch runners from blacksmith to GitHub-hosted (take 2)#12
yuanchenglu merged 1 commit into
developfrom
fix/ci-runners-2

Conversation

@yuanchenglu

Copy link
Copy Markdown
Owner

将 CI runner 从 blacksmith-4vcpu-ubuntu-2404 切换到 GitHub-hosted ubuntu-latest。
修复 beta workflow 因 Blacksmith runner 不可用而一直 stuck 在 queued 的问题。

1 commit: 6d3a159

All CI workflows were using blacksmith-4vcpu-* runners that
don't exist or aren't available, causing all runs to stay in
'queued' status indefinitely. Switch to standard ubuntu-latest
and windows-latest runners.

Affected: test.yml, pr-management.yml, typecheck.yml
@github-actions

Copy link
Copy Markdown

The following comment was made by an LLM, it may be inaccurate:

@yuanchenglu
yuanchenglu merged commit 053200a into develop Jul 29, 2026
9 of 18 checks passed
@yuanchenglu
yuanchenglu deleted the fix/ci-runners-2 branch July 29, 2026 05:54

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6d3a159c0d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

jobs:
check-duplicates:
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Move the beta workflow off the unavailable runner

When the Blacksmith runner is unavailable—the failure mode this commit is intended to address—the hourly and manually dispatched beta sync still remains queued because .github/workflows/beta.yml line 10 continues to use blacksmith-4vcpu-ubuntu-2404. Updating these other jobs therefore does not restore the beta workflow; include its sync job in the runner migration.

Useful? React with 👍 / 👎.

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