BUILD-10864: Migrate docker-a3s workflows to sonar-m-docker#6730
Draft
BUILD-10864: Migrate docker-a3s workflows to sonar-m-docker#6730
Conversation
Contributor
Ruling Report✅ No changes to ruling expected issues in this PR |
- Replace github-ubuntu-latest-m runner with sonar-m-docker - Add config-npm@v1 action for Repox npm registry (self-hosted runners block direct npmjs access) - Remove manual "Configure npm registry" step and ARTIFACTORY_ACCESS_TOKEN vault secret (now handled by config-npm@v1)
d234a88 to
546fd7d
Compare
|
c32a8f2 to
a363064
Compare
Migrate all remaining GitHub Actions workflows from github-ubuntu-latest-s/m to sonar-m-docker self-hosted runner. Affected workflows: - build.yml: migrate all Linux jobs; replace manual vault+npm-config steps in populate_npm_cache_steps anchor with SonarSource/ci-github-actions/config-npm@v1 - LabelEslintPlugin.yml, PullRequestClosed.yml, PullRequestCreated.yml - RequestReview.yml, SubmitReview.yml - bump-versions.yml, dogfood.yml, release_eslint_plugin.yml - update-eslint-plugin-changelog.yml Note: populate_npm_cache_win job stays on github-windows-latest-s (Windows). Note: runner-environment input in automated-release.yml is a workflow call parameter, not a runs-on — intentionally left unchanged.
a363064 to
e32820f
Compare
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-10864: Migrate docker-a3s workflows to sonar-m-docker
Both
docker-a3s.yml(AWS) anddocker-a3s-repox.yml(Repox) workflows build and push Docker images, making them candidates for thesonar-m-dockerself-hosted rootless DinD runner.Changes
github-ubuntu-latest-mwithsonar-m-dockerin thebuild_and_publishjob of both workflowsSonarSource/ci-github-actions/config-npm@v1afterjdx/mise-actionto route npm traffic through the internal Repox registry (self-hosted runners block direct npmjs access)ARTIFACTORY_ACCESS_TOKENvault secret — both are now handled byconfig-npm@v1The
get_build_numberjob in each workflow does not use Docker and remains ongithub-ubuntu-latest-s.