eval: migrate foundry skill e2e workflow to azure pipelines - #3018
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the GitHub Actions-based Microsoft Foundry E2E evaluation workflow and its associated report-generation prompt as part of migrating the Foundry Skill E2E pipeline execution to Azure Pipelines/Azure DevOps.
Changes:
- Deleted the GitHub Actions workflow that ran Foundry E2E Vally evals and generated/published the report.
- Deleted the issue-comment dispatcher workflow that triggered the E2E eval via
/foundry-e2e. - Removed the Copilot CLI prompt file that was used to generate the Markdown eval report.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
tests/prompts/microsoft-foundry-e2e-eval-report.prompt.md |
Removed the Copilot CLI prompt used for generating the Foundry E2E eval report in GitHub Actions. |
.github/workflows/microsoft-foundry-e2e-eval.yml |
Deleted the GitHub Actions workflow that executed the Foundry E2E Vally eval suite and published results. |
.github/workflows/microsoft-foundry-e2e-eval-comment.yml |
Deleted the GitHub Actions workflow that dispatched the E2E eval run from PR issue comments. |
JasonYeMSFT (JasonYeMSFT)
approved these changes
Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #3010
We have migrated the Foundry Skill E2E workflow to Azure Pipelines, so the related GitHub workflows can now be deleted. We are still using eval.yaml, the Vally executor, and all other vally related components in github-copilot-for-azure; only the pipeline has been moved to Azure DevOps.
Checklist
cd tests && npm test)fix:,feat:,feature:,chore:,misc:,test:,eval:tests/,npm run test:integration -- <skill>ornpm run test:vally -- --skill <skill>)Related Issues