feat: execute WP7-02 independent model matrices
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 54s
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 54s
This commit is contained in:
@@ -15,9 +15,6 @@ internal static partial class ControlledExternalValidationLauncher
|
||||
|
||||
private static readonly HashSet<string> ValueOptions =
|
||||
[
|
||||
"--candidate-record",
|
||||
"--config-manifest",
|
||||
"--evidence-dir",
|
||||
"--max-real-calls",
|
||||
"--model",
|
||||
"--run-id",
|
||||
@@ -71,9 +68,6 @@ internal static partial class ControlledExternalValidationLauncher
|
||||
|| !AllowedModels.Contains(values.GetValueOrDefault("--model") ?? string.Empty)
|
||||
|| !SafeRunId().IsMatch(values.GetValueOrDefault("--run-id") ?? string.Empty)
|
||||
|| values.GetValueOrDefault("--max-real-calls") != "120"
|
||||
|| !values.ContainsKey("--candidate-record")
|
||||
|| !values.ContainsKey("--config-manifest")
|
||||
|| !values.ContainsKey("--evidence-dir")
|
||||
|| !switches.SetEquals(SwitchOptions))
|
||||
{
|
||||
throw new ArgumentException("external_validator_argument_invalid");
|
||||
|
||||
Reference in New Issue
Block a user