test: run the clean-clone reproduce smoke for one SKU with a realistic budget - #55
Merged
Merged
Conversation
…c budget The scheduled live gate shelled ./reproduce for all four SKUs with a five-minute budget written when the default was the receipts check. The default is now the full re-derivation over the retained history window, which takes well over five minutes per SKU on a hosted runner, so the smoke timed out daily. The in-process live tests already re-derive every SKU; this check exists to prove the launch command itself. Run it for one SKU and give it half an hour of headroom. Signed-off-by: hobbyistz <293619914+hobbyistz@users.noreply.github.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.
The scheduled live gate shells
./reproducefor each public SKU with a five-minute budget that predates the full re-derivation default. That re-derivation reads the whole retained history window before it prices a day, so it takes well over five minutes per SKU on a hosted runner and the smoke has timed out on every scheduled run since 2026-09-11, while every push and pull-request run stayed green.The in-process live tests already re-derive every SKU. This check exists to prove the launch command itself from a clean clone, so it now runs for one SKU with half an hour of headroom.
Validation: ruff passes; the rewritten test passes locally against the public front (one SKU, 96 observations matched, about 11 minutes under load).
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.