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
2 changes: 1 addition & 1 deletion eng/common/pipelines/live-eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extends:
# Shared mock/live builder; select the live tier (real Cli MCP).
mcpSetupTemplate: /eng/common/pipelines/templates/steps/eval-mcp-setup.yml
TestType: live
vallyRoot: tools/azsdk-cli/Azure.Sdk.Tools.Vally
vallyRoot: azsdk-evals
evalGlobs:
- 'evals/workflow-scenarios/live/*.eval.yaml'
# Run each shard under AzureCLI@2 so the real MCP's DevOps calls are authenticated.
Expand Down
8 changes: 4 additions & 4 deletions eng/common/pipelines/workflow-eval.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Hermetic workflow-scenario eval CI: runs the unit-tool + mock workflow-scenario evals in
# tools/azsdk-cli/Azure.Sdk.Tools.Vally against the mock MCP (live tier runs in live-eval.yml).
# azsdk-evals against the mock MCP (live tier runs in live-eval.yml).

trigger:
branches:
include:
- main
paths:
include:
- tools/azsdk-cli/Azure.Sdk.Tools.Vally/**
- azsdk-evals/**
- tools/azsdk-cli/Azure.Sdk.Tools.Mock/**
# Cli tool catalog + skills feed the eval results, so changes here must retrigger.
- tools/azsdk-cli/Azure.Sdk.Tools.Cli/**
Expand All @@ -25,7 +25,7 @@ pr:
- main
paths:
include:
- tools/azsdk-cli/Azure.Sdk.Tools.Vally/**
- azsdk-evals/**
- tools/azsdk-cli/Azure.Sdk.Tools.Mock/**
- tools/azsdk-cli/Azure.Sdk.Tools.Cli/**
- .github/skills/**
Expand All @@ -48,7 +48,7 @@ extends:
# Shared mock/live builder; select the mock tier.
mcpSetupTemplate: /eng/common/pipelines/templates/steps/eval-mcp-setup.yml
TestType: mock
vallyRoot: tools/azsdk-cli/Azure.Sdk.Tools.Vally
vallyRoot: azsdk-evals
# Per-shard job timeout (report-only tier).
shardTimeoutInMinutes: 20
# Pass-rate gate for `vally eval`. This tier is report-only (failOnFailedTests defaults false),
Expand Down
2 changes: 2 additions & 0 deletions eng/common/scripts/allow-relative-links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
AGENTS.md
# Allow relative links for all files under the eng folder (e.g. engineering system scripts and templates).
eng/**
# Allow relative links for the top-level eval suite (azsdk-evals is a cross-cutting asset at repo root).
azsdk-evals/**
Loading
Loading