Add full-sweep-enabled label to split sweep tiers#1039
Open
n0madsky wants to merge 1 commit intoSemiAnalysisAI:mainfrom
Open
Add full-sweep-enabled label to split sweep tiers#1039n0madsky wants to merge 1 commit intoSemiAnalysisAI:mainfrom
n0madsky wants to merge 1 commit intoSemiAnalysisAI:mainfrom
Conversation
Split the single `sweep-enabled` CI label into two tiers: - `sweep-enabled`: standard sweep with only the two configured concurrency endpoints per parallelism config (new default for test-config) - `full-sweep-enabled`: full sweep with all intermediate concurrency points (previous sweep-enabled behavior) Push-to-main always gets full sweep. Explicit `--conc` values remain authoritative and bypass the standard reduction. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ddde488 to
fbfc566
Compare
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
sweep-enabledCI label into two tiers:sweep-enabled(standard sweep with only the two configured concurrency endpoints per parallelism config) andfull-sweep-enabled(full sweep with all intermediate concurrency points — the previoussweep-enabledbehavior).--concvalues remain authoritative and bypass the standard reduction.--fullflag totest-configsubcommand and forwards it throughprocess_changelog.pyandrun-sweep.yml.Test plan
pytest test_generate_sweep_configs.py)sweep-enabledlabel triggers standard sweep (endpoint-only concurrency) on a test PRfull-sweep-enabledlabel triggers full intermediate concurrency sweep on a test PRCloses #967
🤖 Generated with Claude Code