Move distro install-validation workflows in from fogproject-install-validation - #11
Open
darksidemilk wants to merge 4 commits into
Open
Move distro install-validation workflows in from fogproject-install-validation#11darksidemilk wants to merge 4 commits into
darksidemilk wants to merge 4 commits into
Conversation
…alidation Centralizes reusable_distro_workflow.yml, the distro_*.yml wrappers, and run_all_distros.yml here alongside the other release-automation workflows. Simplifies stable-releases.yml's run-install-tests / check-all-tests-completed-successfully jobs to dispatch/poll the now-local run_all_distros.yml with the default GITHUB_TOKEN instead of a GitHub App token scoped to the separate repo. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Ports c89fdf4 from fogproject-install-validation@main, made after this migration branch was cut. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Missed this subfolder in the initial migration commit — these distro wrappers are intentionally excluded from run_all_distros.yml's release-gating matrix (non-recursive glob) but still need to move alongside everything else. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
3 tasks
…flows Using the default GITHUB_TOKEN for these same-repo jobs attributed their runs to github-actions[bot] instead of the fog GitHub App bot, breaking attribution consistency with the rest of this repo's centralized workflows. Document this as the standing convention in CLAUDE.md: every job here uses a repo-scoped App token, even same-repo ones. Co-Authored-By: Claude Sonnet 5 <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
reusable_distro_workflow.yml, the fourdistro_*.ymlwrappers, andrun_all_distros.ymlhere verbatim fromFOGProject/fogproject-install-validation— no logic changes, only relocation.stable-releases.yml'srun-install-tests/check-all-tests-completed-successfullyjobs: sincerun_all_distros.ymlnow lives in this same repo, they no longer need a GitHub App token scoped to the other repo — they use the defaultGITHUB_TOKEN(this repo already hasdefault_workflow_permissions: write).CLAUDE.mdto document the moved workflows and drop references to the now-obsolete cross-repo dependency.This is the first half of centralizing FOG's install-validation workflows into
fog-workflows. Companion PR onfogproject-install-validationremoves the old copies and should only be merged after this one is merged andrun_all_distros.ymlhas been verified working here via a manualworkflow_dispatchrun.Test plan
yaml.safe_loadover every file in.github/workflows/)run_all_distros.ymlviaworkflow_dispatchhere and confirm at least one distro job completes successfully end-to-endstable-releases.yml's job graph still looks correct (gh workflow view stable-releases.yml)🤖 Generated with Claude Code