PyAutoScientist 3b-2: reusable smoke-tests workflow#52
Merged
Conversation
…ic (Heart#51) Co-Authored-By: Claude Fable 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
Heart#51: the reusable Smoke Tests workflow (docs-build.yml precedent). Owns the ceremony — dependency-chain clone at the matching branch, python matrix, base install, the workspace's own
.github/scripts/run_smoke.py, Slack on failure. Chain is an input and checkouts usegithub.repository_owner, so the workflow contains zero instance facts and organism forks reuse it unmodified. Per-workspace differences (extras, pins, version conditionals) stay workspace-owned in a new.github/scripts/smoke_install.shepilogue.Purely additive — nothing calls it until the workspace thin-caller PRs land (autolens_workspace first as the parity proof; workflow NAME stays "Smoke Tests" so required-workflow gating is untouched). Kills ~900 duplicated lines across 9 repos when the sweep completes.
Disclosed parity delta: PyAutoBuild is always cloned + on PYTHONPATH (the main-tier runners need it; the test/HowTo tier ignores it).
API Changes
None — additive CI config.
Test Plan
🤖 Generated with Claude Code