From 32ce3519e49bb0ca6bae5fd1725dd6fccc3e6c18 Mon Sep 17 00:00:00 2001 From: zanejohnson-azure Date: Tue, 16 Jun 2026 22:20:50 -0700 Subject: [PATCH] fix(ci): remove dependsOn from manually-triggered Stage_1 ADO rejects manually-triggered stages that also declare dependsOn (Manually triggered stages cannot have dependencies). Stage_1 already defaults to depending on the preceding Wait_After_Canary stage, so the explicit dependsOn was redundant; trigger: manual preserves the human gate before any prod1/stable push. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .pipelines/ci-arc-k8s-extension-prod-release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pipelines/ci-arc-k8s-extension-prod-release.yaml b/.pipelines/ci-arc-k8s-extension-prod-release.yaml index abb1154e2..d011806c4 100644 --- a/.pipelines/ci-arc-k8s-extension-prod-release.yaml +++ b/.pipelines/ci-arc-k8s-extension-prod-release.yaml @@ -608,8 +608,6 @@ extends: delayForMinutes: 1500 - stage: Stage_1 displayName: ci-arc-k8s-extension-all-regions-prod-release(MCR) - dependsOn: - - Wait_After_Canary trigger: manual pool: name: Azure-Pipelines-CI-Test-EO