chore(ci): Migrate workflows to Blacksmith runners - #457
Conversation
概览此 PR 将五个 GitHub Actions 工作流的运行程序从通用 改动CI 运行程序迁移
预估代码审查工作量🎯 1 (简单) | ⏱️ ~5 分钟 🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
Pull request overview
Updates selected GitHub Actions workflows to run on Blacksmith Ubuntu 24.04 runners (including migrating the ARM layer job to a Blacksmith ARM runner tag), reapplying the earlier migration from #451 onto the current main branch.
Changes:
- Switched several workflow jobs from
ubuntu-latestto Blacksmith Ubuntu 24.04 runner tags. - Updated the layer workflow’s ARM matrix entry to use
blacksmith-4vcpu-ubuntu-2404-arm. - Migrated the layer “check” job to a Blacksmith runner.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/renovate.yml | Renovate job now runs on blacksmith-2vcpu-ubuntu-2404. |
| .github/workflows/pr.yml | PR “check” job now runs on blacksmith-4vcpu-ubuntu-2404. |
| .github/workflows/oocana-node.yml | Action test job now runs on blacksmith-4vcpu-ubuntu-2404. |
| .github/workflows/layer.yml | ARM matrix entry moved to Blacksmith ARM tag; layer-check moved to Blacksmith runner. |
| .github/workflows/install.yml | Install compatibility check job now runs on blacksmith-2vcpu-ubuntu-2404. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.