Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ tests:
GOOGLE_CLOUD_LOCATION: global
GOOGLE_CLOUD_PROJECT: ocp-mcp-server-team
TASK_PASS_RATE: "0.8"
VERIFY_TIMEOUT: 300s
test:
- chain: openshift-mcp-server-mcpchecker-eval-vertex
workflow: ipi-aws
Expand All @@ -85,6 +86,7 @@ tests:
GOOGLE_CLOUD_LOCATION: us-east5
GOOGLE_CLOUD_PROJECT: ocp-mcp-server-team
TASK_PASS_RATE: "0.8"
VERIFY_TIMEOUT: 300s
test:
- chain: openshift-mcp-server-mcpchecker-eval-vertex
workflow: ipi-aws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ tests:
GEMINI_USE_VERTEX: "1"
GOOGLE_CLOUD_LOCATION: global
GOOGLE_CLOUD_PROJECT: ocp-mcp-server-team
VERIFY_TIMEOUT: 300s
test:
- chain: openshift-mcp-server-mcpchecker-eval-vertex
workflow: ipi-aws
Expand All @@ -55,6 +56,7 @@ tests:
GEMINI_USE_VERTEX: ""
GOOGLE_CLOUD_LOCATION: us-east5
GOOGLE_CLOUD_PROJECT: ocp-mcp-server-team
VERIFY_TIMEOUT: 300s
test:
- chain: openshift-mcp-server-mcpchecker-eval-vertex
workflow: ipi-aws
Expand All @@ -67,6 +69,7 @@ tests:
EVAL_CONFIG: evals/core-eval-testing/builtin-openai/eval-core.yaml
EVAL_LABEL_SELECTOR: suite=core
TASK_PASS_RATE: "0.8"
VERIFY_TIMEOUT: 300s
test:
- chain: openshift-mcp-server-mcpchecker-eval-model-api
workflow: ipi-aws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ ref:
- name: ANTHROPIC_USE_VERTEX
default: ""
documentation: Set to "1" to route Anthropic Claude calls through Vertex AI
- name: VERIFY_TIMEOUT
default: ""
documentation: Optional override for task setup/verify script wait timeouts
(e.g. "300s") on slower environments; empty keeps each script's own default.
resources:
requests:
cpu: "2"
Expand Down