Skip to content

Support publishing adhoc integration test results - #2197

Merged
JasonYeMSFT (JasonYeMSFT) merged 2 commits into
microsoft:mainfrom
JasonYeMSFT:chuye/adhoc-test-data
May 8, 2026
Merged

Support publishing adhoc integration test results#2197
JasonYeMSFT (JasonYeMSFT) merged 2 commits into
microsoft:mainfrom
JasonYeMSFT:chuye/adhoc-test-data

Conversation

@JasonYeMSFT

Copy link
Copy Markdown
Member

Description

This would allow people to run adhoc integration tests and collect the test artifacts.

Checklist

  • Tests pass locally (cd tests && npm test)
  • If modifying skill descriptions: verified routing correctness with integration tests (npm run test:skills:integration -- <skill>)
  • If modifying skill USE FOR / DO NOT USE FOR / PREFER OVER clauses: confirmed no routing regressions for competing skills

Related Issues

Copilot AI review requested due to automatic review settings May 8, 2026 16:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds support for publishing ad-hoc (manually triggered) integration test reports to an Azure Storage account specified at dispatch time, enabling easier collection of integration test artifacts outside the scheduled runs.

Changes:

  • Adds a workflow_dispatch input to accept an optional target Azure Storage account for report publishing.
  • Uploads the generated per-skill report bundle to the specified Storage account when the workflow is manually run.
Show a summary per file
File Description
.github/workflows/test-all-integration.yml Adds a manual-run-only storage account input and a conditional publish step to upload reports to that account.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

Comment thread .github/workflows/test-all-integration.yml Outdated
Comment thread .github/workflows/test-all-integration.yml Outdated
Comment thread .github/workflows/test-all-integration.yml Outdated
Comment thread .github/workflows/test-all-integration.yml Outdated
@JasonYeMSFT
JasonYeMSFT (JasonYeMSFT) merged commit ac8c77f into microsoft:main May 8, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants