refactor(evals): isolate workflow evals and target specific models

This commit is contained in:
cocosheng-g
2026-02-03 21:02:55 -05:00
parent a3b7f5d5e1
commit ff4e816a70
6 changed files with 1247 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
/**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
// The models that workflow evals should target.
// These workflows (triage, dedup) run in GitHub Actions using the default CLI model.
// We restrict evals to this model to avoid noise from other models in the nightly matrix.
export const WORKFLOW_TARGET_MODELS = ['gemini-2.5-pro'];