From 51a6fb64ede87aac2618720976d18d1bd5264c84 Mon Sep 17 00:00:00 2001 From: Danny van Velzen Date: Tue, 31 Oct 2023 10:18:22 -0700 Subject: [PATCH] Remove redundant pipeline yaml. It is now replaced iwth azure-pipelines-ci.yml and azure-pipelines-pr.yml --- azure-pipelines.yml | 64 --------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index b6229bb0250d0..0000000000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,64 +0,0 @@ -pr: - - master - -# There's a separate pipeline for CI which also uses this file, but with a trigger override in the UI -# https://dev.azure.com/uifabric/fabricpublic/_apps/hub/ms.vss-ciworkflow.build-ci-hub?_a=edit-build-definition&id=164&view=Tab_Triggers -trigger: none - -variables: - - ${{ if not(startsWith(variables['Build.SourceBranch'], 'refs/heads/')) }}: - - name: sinceArg - value: --since $(targetBranch) - - - group: fabric-variables - - - template: .devops/templates/variables.yml - -resources: - repositories: - - repository: 1esPipelines - type: git - name: 1ESPipelineTemplates/1ESPipelineTemplates - ref: refs/tags/release - -extends: - template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines - parameters: - pool: - name: Azure-Pipelines-1ESPT-ExDShared - image: windows-latest - os: windows # We need windows because compliance task only run on windows. - customBuildTags: null # send empty tags since it is not supported on GH repo's for PR's - customLogIssues: null # send empty tags since it is not supported on GH repo's for PR's - stages: - - stage: main - jobs: - - job: BuildTestLint - pool: - name: '1ES-Host-Ubuntu' - image: '1ES-PT-Ubuntu-20.04' - os: linux - workspace: - clean: all - steps: - - template: .devops/templates/build-test-lint.yml@self - - - job: DeployE2E - displayName: Deploy and E2E - workspace: - clean: all - pool: - name: '1ES-Host-Ubuntu' - image: '1ES-PT-Ubuntu-20.04' - os: linux - templateContext: - outputs: - - output: pipelineArtifact - targetPath: $(System.DefaultWorkingDirectory)/apps/pr-deploy-site/dist - artifactName: web - steps: - - template: .devops/templates/deployE2E.yml@self - - - script: | - rm apps/pr-deploy-site/dist/public-docsite-v9/storybook/407.13419a99614bf685f100.manager.bundle.js - displayName: 'Remove false positive file'