Skip to content

Commit

Permalink
Revert partial build temporary work-around (#2037)
Browse files Browse the repository at this point in the history
*Revert the WA to unblock swss-common build as part of #2033
  • Loading branch information
prsunny authored Nov 19, 2021
1 parent c31a362 commit 046bfcf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .azure-pipelines/build-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
artifact: ${{ parameters.swss_common_artifact_name }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/202012'
allowPartiallySucceededBuilds: true
allowFailedBuilds: true
displayName: "Download sonic swss common deb packages"
- task: DownloadPipelineArtifact@2
inputs:
Expand All @@ -51,8 +49,6 @@ jobs:
artifact: ${{ parameters.sairedis_artifact_name }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/202012'
allowPartiallySucceededBuilds: true
allowFailedBuilds: true
displayName: "Download sonic sairedis deb packages"
- task: DownloadPipelineArtifact@2
inputs:
Expand Down
2 changes: 0 additions & 2 deletions .azure-pipelines/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:
artifact: ${{ parameters.swss_common_artifact_name }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/202012'
allowPartiallySucceededBuilds: true
allowFailedBuilds: true
path: '$(Build.SourcesDirectory)/${{ parameters.swss_common_artifact_name }}'
displayName: "Download sonic swss common deb packages"
- task: DownloadPipelineArtifact@2
Expand Down
2 changes: 0 additions & 2 deletions .azure-pipelines/test-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
artifact: sonic-swss-common.amd64.ubuntu20_04
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/202012'
allowPartiallySucceededBuilds: true
allowFailedBuilds: true
displayName: "Download sonic swss common deb packages"

- script: |
Expand Down

0 comments on commit 046bfcf

Please sign in to comment.