BUILD-12308 Migrate eligible jobs to self-hosted runners - #779
Merged
damien-urruty-sonarsource merged 4 commits intoSep 16, 2026
Merged
damien-urruty-sonarsource merged 4 commits into
damien-urruty-sonarsource merged 4 commits into
Conversation
✅ Deploy Preview for sonarqube-cli canceled.
|
Move eligible Linux workflows to SonarSource self-hosted runners. Keep macOS signing and generated agent workflows unchanged pending supported migration paths.
damien-urruty-sonarsource
force-pushed
the
fix/jkinavoormadam/BUILD-12308-migrateHostedRunners
branch
from
September 15, 2026 13:29
f452d3e to
762c6bf
Compare
|
damien-urruty-sonarsource
approved these changes
Sep 16, 2026
damien-urruty-sonarsource
deleted the
fix/jkinavoormadam/BUILD-12308-migrateHostedRunners
branch
September 16, 2026 08:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



BUILD-12308
Purpose
Self-hosted runners should be used in all cases except approved use cases where self-hosted runners do not work. They are more cost-efficient and faster than GitHub-hosted runners.
This PR migrates eligible Linux workflow jobs to SonarSource self-hosted runner labels, including automation, release, build, test, analysis, and promotion jobs. Existing Windows jobs already use Warp runners.
Retained jobs
sonar-xsbefore merge.The owning squad should validate these retained cases against the approved exceptions before merging.
Validation
git diff --checkactionlint; passed after excluding expected unknown-label diagnostics for SonarSource custom runner labels and unrelated pre-existing shellcheck findings.Tracking
Owning squad: please take over final workflow validation and merge this PR. Let us know if you encounter any issues.