Skip to content

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

Merged
SamirM-BE merged 1 commit intomasterfrom
feat/sonartech/BUILD-8875-changeRunnersNames
Aug 27, 2025
Merged

BUILD-8875: Migrate to standardized GitHub runner names#336
SamirM-BE merged 1 commit intomasterfrom
feat/sonartech/BUILD-8875-changeRunnersNames

Conversation

@SonarTech
Copy link
Copy Markdown
Contributor

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 as a code owner August 22, 2025 13:23
@sonarqubecloud
Copy link
Copy Markdown

🤖 Pull Request summary

Updates all GitHub Actions workflows to use new runner type for consistency.

• Replaces ubuntu-24.04-large with github-ubuntu-latest-s across all workflow files
• Affects 12 workflow files including build, tests, releases, and publishing pipelines
• Changes runner specification for 15 total jobs

Review focus: Verify the new runner type github-ubuntu-latest-s is available and has adequate resources for all job types, especially the resource-intensive ones like builds and integration tests.

💬 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

@SamirM-BE SamirM-BE enabled auto-merge (rebase) August 27, 2025 06:41
@SamirM-BE SamirM-BE merged commit 0c65fe2 into master Aug 27, 2025
15 of 16 checks passed
@SamirM-BE SamirM-BE deleted the feat/sonartech/BUILD-8875-changeRunnersNames branch August 27, 2025 06:41
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.

2 participants