Skip to content
Merged
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
190 changes: 95 additions & 95 deletions evals/azure-app-onboard-prereq/eval.yaml

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions evals/azure-app-onboard/e2e-appservice-depth.eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,18 @@ stimuli:
# `earlyTerminate` fires at the deploy completion line ("the onboarding pipeline is finished"); deploy
# commands + deploy-audit.log + schema-valid deploy-result.json (status "succeeded") all complete by then.
- name: "Deploy Depth - Audit Log And Result Schema"
prompt: "I'm new to Azure. Can you get my existing app running without me setting up infrastructure?"
turns:
- "I'm new to Azure. Can you get my existing app running without me setting up infrastructure?"
- "Just go with defaults, cheapest option, using my current subscription."
- "Yes, proceed with scaffolding."
- "Yes, deploy to Azure now."
- "Yes, confirm the deployment."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
environment:
commands:
- git init -q
Expand All @@ -52,17 +63,6 @@ stimuli:
# Halt at the deploy completion line — blocks post-handoff mutation, after every handoff grader.
earlyTerminate: '[{"type":"assistant-message-match","contentPattern":"(?i:onboarding pipeline is\\s+(finished|complete|done))"}]'
systemPrompt: '{"mode":"append","content":"Use a pseudo-random resource group name (suffix with random characters) to avoid collisions with existing resource groups."}'
followUp:
- "Just go with defaults, cheapest option, using my current subscription."
- "Yes, proceed with scaffolding."
- "Yes, deploy to Azure now."
- "Yes, confirm the deployment."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
graders:
# azure-app-onboard MUST be invoked
- type: skill-invocation
Expand Down
24 changes: 12 additions & 12 deletions evals/azure-app-onboard/e2e-appservice-free.eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,18 @@ stimuli:
# LAST handoff emit, so no false-positive on scaffold/checklist text. All deploy commands + artifacts
# complete by then; it blocks post-handoff drift.
- name: "Fast Track - HTML Site Free Tier"
prompt: "I have an app in GitHub — can you deploy it to Azure for me?"
turns:
- "I have an app in GitHub — can you deploy it to Azure for me?"
- "Just go with defaults using my current subscription."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
environment:
commands:
- git init -q
Expand All @@ -51,17 +62,6 @@ stimuli:
# Halt at the deploy completion line — blocks post-handoff mutation, after every handoff grader.
earlyTerminate: '[{"type":"assistant-message-match","contentPattern":"(?i:onboarding pipeline is\\s+(finished|complete|done))"}]'
systemPrompt: '{"mode":"append","content":"Use a pseudo-random resource group name (suffix with random characters) to avoid collisions with existing resource groups."}'
followUp:
- "Just go with defaults using my current subscription."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
graders:
# azure-app-onboard MUST be invoked
- type: skill-invocation
Expand Down
24 changes: 12 additions & 12 deletions evals/azure-app-onboard/e2e-container-apps.eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,18 @@ stimuli:
# `earlyTerminate` fires at the deploy completion line ("the onboarding pipeline is finished"); `az acr build`
# / `docker build` + ingress URL (azurecontainerapps.io) all complete before it.
- name: "Deploy - Wetty Code To Container Apps"
prompt: "I have an app in GitHub — can you deploy it to Azure for me?"
turns:
- "I have an app in GitHub — can you deploy it to Azure for me?"
- "Just go with defaults using my current subscription."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
environment:
commands:
- git init -q
Expand All @@ -50,17 +61,6 @@ stimuli:
# Halt at the deploy completion line — blocks post-handoff mutation, after every handoff grader.
earlyTerminate: '[{"type":"assistant-message-match","contentPattern":"(?i:onboarding pipeline is\\s+(finished|complete|done))"}]'
systemPrompt: '{"mode":"append","content":"Use a pseudo-random resource group name (suffix with random characters) to avoid collisions with existing resource groups."}'
followUp:
- "Just go with defaults using my current subscription."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
- "Yes."
graders:
# azure-app-onboard MUST be invoked
- type: skill-invocation
Expand Down
Loading
Loading