chore(release-profile): seed advisory.yaml (mode=release advisory tier)#276
Closed
Jammy2211 wants to merge 1 commit into
Closed
chore(release-profile): seed advisory.yaml (mode=release advisory tier)#276Jammy2211 wants to merge 1 commit into
Jammy2211 wants to merge 1 commit into
Conversation
… advisory tier) Declare the known-slow real-search scripts that flake around the mode=release per-script timeout cap (the re-val #3/#4 flip-flop population). With the advisory tier (PyAutoBuild#153 / PyAutoHeart#75), a timeout on these still runs+reports but is advisory (YELLOW), not release-blocking; a timeout on any undeclared script is still RED. Inert until PyAutoBuild#153 (the run_python advisory loader) merges. Workspace seed for PyAutoHeart#74. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator
Author
|
Closing in favour of the simpler On reflection the advisory tier is more machinery than warranted here. Its core premise — that Instead, the affected slow real-search scripts will be added to each workspace's |
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
Seed
config/build/advisory.yaml— the workspace half of the PyAutoHeartmode=releaseadvisory tier (PyAutoHeart#74).Declares the known-slow real-search scripts (real Nautilus fits + finite-difference JAX gradients) that flake around the per-script timeout cap — the 2026-07-13 re-val #3/#4 flip-flop population. With the tier (PyAutoBuild#153 / PyAutoHeart#75), a timeout on a declared script still runs+reports but is advisory (YELLOW), not release-blocking; a timeout on any undeclared script is still RED. Unlike a
no_runSLOW-skip, these scripts keep running, so coverage is preserved and the list converges.Inert until PyAutoBuild#153 merges (the
run_python.pyadvisory loader). Library-first: this waits behind Build#153 + Heart#75.Test Plan
.py-anchored and verified to match exactly one real script.mode=releaserun records these astimeout_advisory(nottimeout) if they exceed the cap.Generated by the PyAutoLabs agent workflow.