Drop multi-arch from reusable sonar workflows#61
Open
cmillett wants to merge 1 commit into
Open
Conversation
Companion to Woosmap/build-helper#122. Both reusable workflows now run a single arm64 job — matrix, ARCH_SUFFIX, manifest jobs, and follow-up deploy stages collapse to inline steps. - sonar_python_bender_build.yml: drop `multi_arch` input, collapse matrix to `ubuntu-24.04-arm`, delete `create_manifest` and `pr_deploy` jobs, run the existing PR Deploy step inline in `test_actions`. - sonar_docker_deployer.yml: drop `multi_arch` input, collapse matrix to `ubuntu-24.04-arm`, delete `create_release_manifest` and `deploy_develop` jobs, run the existing Deploy Develop step inline in `deploy_actions`. Caller repos still passing `multi_arch: true|false` will log a "not a valid input" warning but run successfully; per-caller cleanup is deferred to a follow-up sweep. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Companion to Woosmap/build-helper#122 / PR #123. Strips multi-arch (amd64 + arm64) plumbing from the two reusable workflows so they ship a single arm64 image natively.
sonar_python_bender_build.yml: dropmulti_archinput, collapse matrix toubuntu-24.04-arm, deletecreate_manifest+pr_deployjobs, run the existingPR Deploystep inline intest_actions.sonar_docker_deployer.yml: dropmulti_archinput, collapse matrix toubuntu-24.04-arm, deletecreate_release_manifest+deploy_developjobs, run the existingDeploy Developstep inline indeploy_actions.Caller compatibility
Roughly 30 caller repos still pass
multi_arch: true|false. After dropping the input, GitHub Actions emits a "not a valid input" warning at run time but does not fail the workflow. Per-caller cleanup is deferred to a follow-up org-wide sweep.Test plan
grep multi_arch|ARCH_SUFFIX|matrix.arch|create_manifest|create_release_manifestacross both files → 0 hitsdeploy_actionsreleases on arm64, deploys develop inline, runs SonarFollow-ups
build-helperpin in caller workflows to the newv9.xtag once build-helper#123 merges.multi_arch:argument from caller workflows.🤖 Generated with Claude Code