Allow more domains & more files for ci-analysis#65850
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Expands the network allowlist for the test quarantine GitHub agentic workflow so it can fetch additional Azure/Helix-related artifacts, and adds missing reference documentation files to the ci-analysis skill to better document how to run and interpret the analysis script.
Changes:
- Allow additional outbound domains in the quarantine workflow firewall (to support Helix/AzDO artifact access).
- Regenerate the compiled workflow lock file to reflect the updated allowlist.
- Add
ci-analysisreference docs covering script modes, analysis workflow, failure interpretation, and recommendation generation.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/test-quarantine.md | Adds new allowed domains to the workflow firewall allowlist. |
| .github/workflows/test-quarantine.lock.yml | Updates compiled workflow metadata and propagated allowlist strings/flags. |
| .github/skills/ci-analysis/references/script-modes.md | Documents script modes and key parameters. |
| .github/skills/ci-analysis/references/analysis-workflow.md | Documents the recommended analysis workflow steps. |
| .github/skills/ci-analysis/references/failure-interpretation.md | Adds guidance on interpreting failures/cancellations and recovery patterns. |
| .github/skills/ci-analysis/references/recommendation-generation.md | Adds a structured approach for synthesizing recommendations from the script summary output. |
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.
Allow the quarantine workflow to access helix logs, and add missing files from the ci-analysis skill