Skip to content

ci: Change docker build jobs to run on self-hosted runners#9834

Merged
ogabrielluiz merged 1 commit into
mainfrom
update-runs-on-in-workflows
Sep 12, 2025
Merged

ci: Change docker build jobs to run on self-hosted runners#9834
ogabrielluiz merged 1 commit into
mainfrom
update-runs-on-in-workflows

Conversation

@ogabrielluiz
Copy link
Copy Markdown
Contributor

@ogabrielluiz ogabrielluiz commented Sep 12, 2025

Update the GitHub Actions workflow to use self-hosted runners for build jobs instead of the default Ubuntu environment.

Summary by CodeRabbit

  • Chores
    • Migrated continuous integration build jobs to self-hosted runners, improving build performance, reliability, and control over the environment used to produce release artifacts. Enhances deployment cadence and consistency across branches and pull requests. This change affects only the CI infrastructure; end-users will not notice differences in features, performance, or compatibility.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Sep 12, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Switched GitHub Actions runners for two jobs in .github/workflows/docker-build.yml: build and build_components now run on self-hosted instead of ubuntu-latest. No other steps or logic changed.

Changes

Cohort / File(s) Summary of Changes
CI runner update
.github/workflows/docker-build.yml
Updated jobs.build.runs-on and jobs.build_components.runs-on from ubuntu-latest to self-hosted. No other modifications.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

enhancement, size:S

Suggested reviewers

  • mfortman11
  • jordanrfrazier

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 18a3966 and e74323a.

📒 Files selected for processing (1)
  • .github/workflows/docker-build.yml (2 hunks)
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-runs-on-in-workflows

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@ogabrielluiz ogabrielluiz merged commit 8c9d582 into main Sep 12, 2025
5 of 6 checks passed
@ogabrielluiz ogabrielluiz deleted the update-runs-on-in-workflows branch September 12, 2025 14:14
@sonarqubecloud
Copy link
Copy Markdown

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