Skip to content

BUILD-8875: Migrate to standardized GitHub runner names#63

Merged
matemoln merged 1 commit intomasterfrom
feat/sonartech/BUILD-8875-changeRunnersNames
Sep 2, 2025
Merged

BUILD-8875: Migrate to standardized GitHub runner names#63
matemoln merged 1 commit intomasterfrom
feat/sonartech/BUILD-8875-changeRunnersNames

Conversation

@SonarTech
Copy link
Copy Markdown
Contributor

@SonarTech SonarTech commented Aug 22, 2025

BUILD-8875

GitHub Actions Runner Migration

This PR updates GitHub Actions workflows to use our new standardized runner naming convention.

Changes

  • Updates runner names in workflow files to new standardized format
  • No functional changes to your CI/CD pipelines
  • All existing functionality remains identical

Runner Mappings

Old Runner New Runner
sonar-runner-large github-ubuntu-latest-s
ubuntu-latest-large github-ubuntu-latest-s
windows-latest-large github-windows-latest-s
ubuntu-24.04-large github-ubuntu-latest-s
sonar-runner-large-arm github-ubuntu-24.04-arm-s
ubuntu-24.04-arm-large github-ubuntu-24.04-arm-s

What You Need to Do

  1. Review the changes in this PR
  2. Merge when ready - no additional action required
  3. Old runners will remain available during transition

Additional Information

For more details about GitHub Actions runners and their specifications, see our GitHub Actions Runner Documentation.

This is an automated migration. Questions? Contact the Engineering Experience squad.

@SonarTech SonarTech requested a review from a team August 22, 2025 13:23
@jayadeep-km-sonarsource jayadeep-km-sonarsource force-pushed the feat/sonartech/BUILD-8875-changeRunnersNames branch from a3d781f to 105c7e0 Compare August 27, 2025 05:58
@matemoln matemoln force-pushed the feat/sonartech/BUILD-8875-changeRunnersNames branch from 105c7e0 to 77ee381 Compare September 2, 2025 10:21
@matemoln matemoln force-pushed the feat/sonartech/BUILD-8875-changeRunnersNames branch from 77ee381 to 87a39d4 Compare September 2, 2025 16:07
@matemoln matemoln enabled auto-merge (squash) September 2, 2025 16:07
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Sep 2, 2025

🤖 Pull Request summary

Updates GitHub Actions to use new runner labels across all workflows.

• Removes deprecated runner labels (ubuntu-24.04, ubuntu-24.04-large, sonar-runner-large) from actionlint config
• Migrates 7 workflows from deprecated runners to github-ubuntu-latest-s runner
• Affects PR automation, pre-commit, Slack notifications, and shell script testing workflows

Review focus: Verify the new github-ubuntu-latest-s runner has equivalent capabilities to the deprecated runners, especially for the pre-commit workflow that previously used sonar-runner-large.

💬 Please send your feedback

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@matemoln matemoln merged commit ba0d6ab into master Sep 2, 2025
8 of 9 checks passed
@matemoln matemoln deleted the feat/sonartech/BUILD-8875-changeRunnersNames branch September 2, 2025 16:09
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.

3 participants