Skip to content

Move distro install-validation workflows in from fogproject-install-validation - #11

Open
darksidemilk wants to merge 4 commits into
mainfrom
migrate-install-validation-workflows
Open

Move distro install-validation workflows in from fogproject-install-validation#11
darksidemilk wants to merge 4 commits into
mainfrom
migrate-install-validation-workflows

Conversation

@darksidemilk

Copy link
Copy Markdown
Member

Summary

  • Moves reusable_distro_workflow.yml, the four distro_*.yml wrappers, and run_all_distros.yml here verbatim from FOGProject/fogproject-install-validation — no logic changes, only relocation.
  • Simplifies stable-releases.yml's run-install-tests / check-all-tests-completed-successfully jobs: since run_all_distros.yml now lives in this same repo, they no longer need a GitHub App token scoped to the other repo — they use the default GITHUB_TOKEN (this repo already has default_workflow_permissions: write).
  • Updates CLAUDE.md to 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 on fogproject-install-validation removes the old copies and should only be merged after this one is merged and run_all_distros.yml has been verified working here via a manual workflow_dispatch run.

Test plan

  • All workflow YAML in this repo parses (yaml.safe_load over every file in .github/workflows/)
  • After merge: manually trigger run_all_distros.yml via workflow_dispatch here and confirm at least one distro job completes successfully end-to-end
  • Confirm stable-releases.yml's job graph still looks correct (gh workflow view stable-releases.yml)

🤖 Generated with Claude Code

darksidemilk and others added 3 commits July 30, 2026 13:57
…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>
…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>
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.

1 participant