From 18f24371b0ae4146f2b160fe84045890f3b8bd37 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Saenz Date: Mon, 14 Oct 2024 11:08:15 -0400 Subject: [PATCH] [CI] Remove the APIScan stage since we have a pipeline to run it. In the process of ensuring that we can run tests a single time, we are removing all extra stages from the CI. We have move the APIScan to the following pipelines. - CI Pipeline: https://devdiv.visualstudio.com/DevDiv/_build?definitionId=24050&_a=summary - PR Pipeline: https://devdiv.visualstudio.com/DevDiv/_build?definitionId=24049 --- tools/devops/automation/templates/main-stage.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/devops/automation/templates/main-stage.yml b/tools/devops/automation/templates/main-stage.yml index f8b10cb71838..9a53e3f0e5de 100644 --- a/tools/devops/automation/templates/main-stage.yml +++ b/tools/devops/automation/templates/main-stage.yml @@ -186,14 +186,6 @@ parameters: stages: - - ${{ if eq(parameters.runGovernanceTests, true) }}: - - template: ./governance/stage.yml - parameters: - isPR: ${{ parameters.isPR }} - repositoryAlias: ${{ parameters.repositoryAlias }} - commit: ${{ parameters.commit }} - stageDisplayNamePrefix: ${{ parameters.stageDisplayNamePrefix }} - - stage: configure_build displayName: '${{ parameters.stageDisplayNamePrefix }}Configure' dependsOn: ${{ parameters.dependsOn }}