currently every contributor uses sweep-enabled label which fully sweeps the entire search space on every PR to validate their changes, even tho small changes, low risk ones which clogs on clusters.
proposal to add an full-sweep-enabled label that does the full sweeps & change sweep-enabled label to only sweep 2 points per paralllelism config (min conc, max conc) + do evals.
this way the PR author can decide for themselves to do full-sweep-enabled label PR that require that level of validation & just do sweep-enabled on PRs which dont need that level of validation.
currently every contributor uses
sweep-enabledlabel which fully sweeps the entire search space on every PR to validate their changes, even tho small changes, low risk ones which clogs on clusters.proposal to add an
full-sweep-enabledlabel that does the full sweeps & changesweep-enabledlabel to only sweep 2 points per paralllelism config (min conc, max conc) + do evals.this way the PR author can decide for themselves to do
full-sweep-enabledlabel PR that require that level of validation & just dosweep-enabledon PRs which dont need that level of validation.