BUILD-10889: Migrate GitHub Actions workflows to sonar-*-public runners#5547
Draft
BUILD-10889: Migrate GitHub Actions workflows to sonar-*-public runners#5547
Conversation
sonar-java is a public repository with no Docker usage, so all Linux runner migrations use the sonar-*-public family instead of sonar-m-docker. Changes: - build.yml: replace github-ubuntu-latest-m/l/s with sonar-m-public, sonar-l-public (test-analyze), sonar-s-public (promote); update ruling-qa matrix Linux entries to sonar-m-public (Windows entries unchanged) - PrepareNextIteration.yml, PullRequestCreated.yml, ToggleLockBranch.yml, releasability.yaml, RequestReview.yml, SubmitReview.yml, dogfood.yml, mark-prs-stale.yml, ReleasabilityCheck.yml, pr-cleanup.yml, slack_notify.yml, PullRequestClosed.yml, UpdateRuleMetadata.yml: github-ubuntu-latest-s → sonar-xs-public - unified-dogfooding.yml: github-ubuntu-latest-l → sonar-l-public - automated-release.yml: runner-environment input intentionally unchanged (it is a workflow call input, not a runs-on label)
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-10889: Migrate GitHub Actions workflows to sonar-*-public runners
sonar-java is a public repository with no Docker usage. All Linux runner migrations use the
sonar-*-publicfamily instead ofsonar-m-docker.Changes
build.ymlbuildjob:github-ubuntu-latest-m→sonar-m-publicruling-qamatrix: Linux entriesgithub-ubuntu-latest-m→sonar-m-public(Windows entries unchanged)plugin-qa:github-ubuntu-latest-m→sonar-m-publicsanity:github-ubuntu-latest-m→sonar-m-publictest-analyze:github-ubuntu-latest-l→sonar-l-publiccustom-rules-license-check:github-ubuntu-latest-m→sonar-m-publicautoscan:github-ubuntu-latest-m→sonar-m-publicpromote:github-ubuntu-latest-s→sonar-s-publicOther workflows (13 files)
github-ubuntu-latest-s→sonar-xs-public:PrepareNextIteration.yml,PullRequestCreated.yml,ToggleLockBranch.yml,releasability.yaml,RequestReview.yml,SubmitReview.yml,dogfood.yml,mark-prs-stale.yml,ReleasabilityCheck.yml,pr-cleanup.yml,slack_notify.yml,PullRequestClosed.yml,UpdateRuleMetadata.ymlunified-dogfooding.yml:github-ubuntu-latest-l→sonar-l-publicNot changed
automated-release.yml: therunner-environment: "github-ubuntu-latest-s"field is a workflow call input passed toSonarSource/release-github-actions, not aruns-onlabel — intentionally left unchanged.