chore: rename env profiles to profile_smoke/profile_release (#161 step 6)#323
Merged
Conversation
…p 6) config/build/env_vars.yaml -> profile_smoke.yaml and env_vars_release.yaml -> profile_release.yaml (pure renames; header self-references updated). Vendored run_smoke.py prefers the canonical name with a legacy fallback until the stage-3 cleanup. Repo-local references updated. Tooling accepts both names since PyAutoHands#183 / PyAutoHeart#101. 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
Step 6 (stage 2) of the env-profile migration (PyAutoHands#181):
config/build/env_vars.yaml→profile_smoke.yamlandconfig/build/env_vars_release.yaml→profile_release.yaml. Pure renames — defaults/overrides/keys byte-identical; only header-comment self-references updated. The vendored.github/scripts/run_smoke.pyprefers the canonical name with a legacy fallback that dies at the stage-3 cleanup. All repo-local references updated; a repo-wide grep confirms the fallback line is the only old-name reference left.Scripts Changed
config/build/env_vars.yaml→config/build/profile_smoke.yaml(pure rename)config/build/env_vars_release.yaml→config/build/profile_release.yaml(pure rename).github/scripts/run_smoke.py— canonical name preferred, legacy fallback until stage 3Upstream PR
Tooling accepts both names since PyAutoLabs/PyAutoHands#183 and PyAutoLabs/PyAutoHeart#101 (both merged) — no breakage window.
Test Plan
yaml.safe_loadclean_testrepos:resolve_clean()over every script — renamed profile vsorigin/mainold file → 0 env diffs (byte-identical resolution); strict validator 0 errors / 0 warningsHeart gate
Continuation of today's #181 work under the same human-acknowledged pre-existing RED. Merge order-free among stage-2 PRs (stage 1 already merged).
Generated by the PyAutoLabs agent workflow.
🤖 Generated with Claude Code