Uh oh!
There was an error while loading. Please reload this page.
fix(ci): use ubuntu-slim for trival jobs - #6599
Conversation
WalkthroughThis PR updates GitHub Actions workflow runner images across 14 CI workflow files from Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Comment |
7cac143 to
2576fb6CompareThere was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.github/workflows/link-check.yml:
- Around line 26-29: Confirm whether the change to the GitHub Actions job
"link-check" that sets runs-on: ubuntu-slim was intentional; if it was not,
revert to the previous runner (e.g., ubuntu-latest) or a self-hosted runner and
update the workflow accordingly; if it was intentional, add a brief comment
above the "link-check" job referencing lycheeverse/lychee-action and noting that
ubuntu-slim is in public preview and has a 1 vCPU/5 GB RAM and 15-minute
execution limit, then run the workflow locally or in a branch to verify
lycheeverse/lychee-action works under the constrained preview environment and
adjust timeouts/resources or switch runner if it fails.
🧹 Nitpick comments (1)
.github/workflows/lotus-api-bump.yml (1)
12-12: Ensurejq(and curl) exist on ubuntu-slim.Line 12 moves to
ubuntu-slim, but the script relies onjq. If the slim image doesn’t ship it, the job will fail. Consider installing it explicitly.Proposed hardening step
steps: - uses: actions/checkout@v6 + - name: Install system deps+ run: |+ sudo apt-get update+ sudo apt-get install -y jq curl - name: Update dependencies run: | TAG=$(curl --silent https://api.github.com/repos/filecoin-project/lotus/releases | jq -r 'first | .tag_name')
Uh oh!
There was an error while loading. Please reload this page.
2576fb6 to
2a81a1cCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary of changes
https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories
https://github.blog/changelog/2025-10-28-1-vcpu-linux-runner-now-available-in-github-actions-in-public-preview/
Changes introduced in this pull request:
Reference issue to close (if applicable)
Closes
Other information and links
Change checklist
Outside contributions
Summary by CodeRabbit