From a8482a2a246fa013ff8a0d2ee74483b9e5908947 Mon Sep 17 00:00:00 2001 From: jenny <63012604+JennyPng@users.noreply.github.com> Date: Wed, 12 Aug 2026 14:59:59 -0700 Subject: [PATCH 1/2] docs: disable public conda validation pipeline note - Update conda-release.md to reflect that the public conda validation pipeline has been disabled - Note that the internal validation pipeline remains active and will validate changes during the build phase - This clarifies expectations for PR review during the conda release process Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- doc/dev/conda-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/conda-release.md b/doc/dev/conda-release.md index be179ab05277..ac4e628b8561 100644 --- a/doc/dev/conda-release.md +++ b/doc/dev/conda-release.md @@ -52,7 +52,7 @@ The auto-generated PR includes: ### Review, Approve, and Cleanup (manual) 1. **Review the PR.** Check the report in the pipeline output for any packages that encountered unexpected behavior and may need manual fixes. - - The PR triggers a [public build](https://dev.azure.com/azure-sdk/public/_build?definitionId=8092) which validates the changes to the Conda recipes. + - ⚠️ **Note:** The public conda validation pipeline has been disabled. The internal validation pipeline remains active and will validate changes during the build phase. 2. **Merge the PR** into `main`. From 06a76f053879710272aa1c5b0f4d8d7e33d5ae09 Mon Sep 17 00:00:00 2001 From: jenny <63012604+JennyPng@users.noreply.github.com> Date: Wed, 12 Aug 2026 15:16:00 -0700 Subject: [PATCH 2/2] docs: validate conda recipe changes via internal pipeline Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- doc/dev/conda-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/conda-release.md b/doc/dev/conda-release.md index ac4e628b8561..a0550cbf7521 100644 --- a/doc/dev/conda-release.md +++ b/doc/dev/conda-release.md @@ -52,7 +52,7 @@ The auto-generated PR includes: ### Review, Approve, and Cleanup (manual) 1. **Review the PR.** Check the report in the pipeline output for any packages that encountered unexpected behavior and may need manual fixes. - - ⚠️ **Note:** The public conda validation pipeline has been disabled. The internal validation pipeline remains active and will validate changes during the build phase. + - To validate the Conda recipe changes, manually queue a run of the internal **[Conda Build/Release Pipeline](https://dev.azure.com/azure-sdk/internal/_build?definitionId=6321)** against the PR branch. 2. **Merge the PR** into `main`.