Skip to content

chore: fix docker jobs on slim#6674

Merged
LesnyRumcajs merged 2 commits intomainfrom
fix-docker-jobs
Mar 2, 2026
Merged

chore: fix docker jobs on slim#6674
LesnyRumcajs merged 2 commits intomainfrom
fix-docker-jobs

Conversation

@LesnyRumcajs
Copy link
Copy Markdown
Member

@LesnyRumcajs LesnyRumcajs commented Mar 2, 2026

Summary of changes

I think the daemon is not running on ubuntu-slim, even though docker is installed.

See https://github.com/ChainSafe/forest/actions/runs/22583840934

Changes introduced in this pull request:

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

Outside contributions

  • I have read and agree to the CONTRIBUTING document.
  • I have read and agree to the AI Policy document. I understand that failure to comply with the guidelines will lead to rejection of the pull request.

Summary by CodeRabbit

  • Chores
    • Updated CI/CD workflows to run on a newer runner environment (updated OS/architecture) across several automated jobs, including Docker checks, checkpoints, and documentation update tasks.

@LesnyRumcajs LesnyRumcajs requested a review from a team as a code owner March 2, 2026 15:55
@LesnyRumcajs LesnyRumcajs requested review from hanabi1224 and sudo-shashank and removed request for a team March 2, 2026 15:55
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 2, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d303c87 and dedd471.

📒 Files selected for processing (3)
  • .github/workflows/checkpoints.yml
  • .github/workflows/docs-auto-update.yml
  • .github/workflows/docs-rpc-auto-update.yml

Walkthrough

Updated multiple GitHub Actions workflows to change the runner image from ubuntu-slim to ubuntu-24.04-arm. No other workflow steps, logic, or public/exported signatures were modified.

Changes

Cohort / File(s) Summary
GitHub Actions — Runner image updates
.github/workflows/docker-latest-tag.yml, .github/workflows/dockerfile-check.yml, .github/workflows/checkpoints.yml, .github/workflows/docs-auto-update.yml, .github/workflows/docs-rpc-auto-update.yml
Changed runs-on values from ubuntu-slim to ubuntu-24.04-arm for the listed jobs; no other step or control-flow changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

github_actions

Suggested reviewers

  • sudo-shashank
  • hanabi1224
  • akaladarshi
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title refers to fixing docker jobs but the actual changes upgrade all runner images from ubuntu-slim to ubuntu-24.04-arm across five workflows, not a direct fix on slim. Clarify whether the title should reflect the actual change (upgrading to ubuntu-24.04-arm) or if it accurately describes the intent of moving away from the problematic slim environment.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-docker-jobs

Comment @coderabbitai help to get the list of available commands and usage tips.

hanabi1224
hanabi1224 previously approved these changes Mar 2, 2026
@LesnyRumcajs LesnyRumcajs added this pull request to the merge queue Mar 2, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.52%. Comparing base (07c12a9) to head (dedd471).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

see 7 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 07c12a9...dedd471. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Merged via the queue into main with commit b362117 Mar 2, 2026
41 of 42 checks passed
@LesnyRumcajs LesnyRumcajs deleted the fix-docker-jobs branch March 2, 2026 16:56
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.

2 participants