diff --git a/.azure-pipelines/build-docker-sonic-vs-template.yml b/.azure-pipelines/build-docker-sonic-vs-template.yml index e751694c8..e07cf5f09 100644 --- a/.azure-pipelines/build-docker-sonic-vs-template.yml +++ b/.azure-pipelines/build-docker-sonic-vs-template.yml @@ -39,7 +39,9 @@ jobs: pipeline: 9 artifact: ${{ parameters.swss_common_artifact_name }} runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' + runBranch: 'refs/heads/202106' + allowPartiallySucceededBuilds: true + allowFailedBuilds: true displayName: "Download sonic swss common deb packages" - task: DownloadPipelineArtifact@2 inputs: @@ -53,10 +55,10 @@ jobs: inputs: source: specific project: build - pipeline: 1 + pipeline: 142 artifact: sonic-buildimage.vs runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' + runBranch: 'refs/heads/202106' displayName: "Download sonic buildimage" - script: | echo $(Build.DefinitionName).$(Build.BuildNumber) diff --git a/.azure-pipelines/build-swss-template.yml b/.azure-pipelines/build-swss-template.yml index 9a0098c43..7b5cbdfc1 100644 --- a/.azure-pipelines/build-swss-template.yml +++ b/.azure-pipelines/build-swss-template.yml @@ -67,7 +67,9 @@ jobs: pipeline: 9 artifact: ${{ parameters.swss_common_artifact_name }} runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' + runBranch: 'refs/heads/202106' + allowPartiallySucceededBuilds: true + allowFailedBuilds: true displayName: "Download sonic swss common deb packages" - task: DownloadPipelineArtifact@2 inputs: diff --git a/.azure-pipelines/build-template.yml b/.azure-pipelines/build-template.yml index e4a179679..ce09c4160 100644 --- a/.azure-pipelines/build-template.yml +++ b/.azure-pipelines/build-template.yml @@ -85,7 +85,9 @@ jobs: pipeline: 9 artifact: ${{ parameters.swss_common_artifact_name }} runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' + runBranch: 'refs/heads/202106' + allowPartiallySucceededBuilds: true + allowFailedBuilds: true displayName: "Download sonic swss common deb packages" - script: | sudo dpkg -i libswsscommon_1.0.0_${{ parameters.arch }}.deb diff --git a/.azure-pipelines/test-docker-sonic-vs-template.yml b/.azure-pipelines/test-docker-sonic-vs-template.yml index b0a22c86c..251644ba0 100644 --- a/.azure-pipelines/test-docker-sonic-vs-template.yml +++ b/.azure-pipelines/test-docker-sonic-vs-template.yml @@ -27,7 +27,9 @@ jobs: pipeline: 9 artifact: sonic-swss-common.amd64.ubuntu20_04 runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' + runBranch: 'refs/heads/202106' + allowPartiallySucceededBuilds: true + allowFailedBuilds: true displayName: "Download sonic swss common deb packages" - checkout: self diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a786b0997..7e35b3c29 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,6 +12,7 @@ resources: repositories: - repository: sonic-swss type: github + ref: refs/heads/202106 name: Azure/sonic-swss endpoint: build