DRAFT TEST ONLY - ADO pipeline trigger validation - #9038
Conversation
|
/azp run ext-azure-ai-agents-live |
|
No pipelines are associated with this pull request. |
🔗 Linked Issue RequiredThanks for the contribution! Please link a GitHub issue to this PR by adding |
There was a problem hiding this comment.
Pull request overview
This is an intentionally-draft test PR whose stated purpose is to validate that the ext-azure-ai-agents-live Azure DevOps pipeline can be triggered from a GitHub PR comment and runs against the PR branch. The only code change is a new reference document, PIPELINE_REFERENCE.md, placed alongside the existing README.md in the azure.ai.agents extension's live E2E test directory. It summarizes the pipeline (name, YAML path, flow, deploy modes, defaults), how to trigger it via /azp run, the weekly schedule, success criteria, cleanup behavior, and reviewer notes.
Changes:
- Adds a contributor/reviewer quick-reference for the Tier 2 live E2E pipeline, including the
/azp run ext-azure-ai-agents-livetrigger flow. - Documents the weekly schedule,
code/container/bothdeploy modes,azure-sdk-tests/eastus2defaults, andazd down --force --purge+DeleteAftercleanup behavior.
I verified the doc's claims: the flow, deploy modes, service connection, location, and the embedded schedules: block all match eng/pipelines/ext-azure-ai-agents-live.yml, and the azd down --force --purge teardown and TestTier2Live/code/container success criteria match the E2E test files.
|
/azp run azure-dev - live - ext - azure.ai.agents |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
|
Closing this earlier pipeline trigger test PR. A new focused test PR will be opened after narrowing the trigger path criteria. |
Purpose
This is a draft test PR used to validate that the
ext-azure-ai-agents-liveAzure DevOps pipeline can be manually triggered from a GitHub PR comment and that the run uses the PR branch.References
eng/pipelines/ext-azure-ai-agents-live.ymlcli/azd/extensions/azure.ai.agents/tests/e2e-live/PIPELINE_REFERENCE.mdHow to trigger
Comment on this PR:
The expected pipeline is
ext-azure-ai-agents-livein ADO definition8268.Expected result
The live Tier 2 E2E golden path should pass for both deploy modes:
This test PR is intentionally draft and is for pipeline validation/reference only.