Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .azure-pipelines/build-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,12 @@ jobs:
project: build
pipeline: Azure.sonic-swss-common
artifact: ${{ parameters.swss_common_artifact_name }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/${{ parameters.swss_common_branch }}'
# PINNED to sonic-swss-common PR #1222 build 1164874 (CI-unification migration
# validation): build against the migration swss-common (stock apt libnl,
# published build-env/). Revert to latestFromBranch / runBranch:
# refs/heads/${{ parameters.swss_common_branch }} before merge.
runVersion: 'specific'
runId: '1164874'
path: $(Build.ArtifactStagingDirectory)/download
allowPartiallySucceededBuilds: true
displayName: "Download sonic swss common deb packages"
Expand Down
8 changes: 6 additions & 2 deletions .azure-pipelines/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,12 @@ jobs:
project: build
pipeline: Azure.sonic-swss-common
artifact: ${{ parameters.swss_common_artifact_name }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/${{ parameters.swss_common_branch }}'
# PINNED to sonic-swss-common PR #1222 build 1164874 (CI-unification migration
# validation): build against the migration swss-common (stock apt libnl,
# published build-env/). Revert to latestFromBranch / runBranch:
# refs/heads/${{ parameters.swss_common_branch }} before merge.
runVersion: 'specific'
runId: '1164874'
allowPartiallySucceededBuilds: true
path: $(Build.ArtifactStagingDirectory)/download/swsscommon
patterns: |
Expand Down
8 changes: 6 additions & 2 deletions .azure-pipelines/test-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,12 @@ jobs:
project: build
pipeline: Azure.sonic-swss-common
artifact: sonic-swss-common.amd64.ubuntu22_04
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/${{ parameters.swss_common_branch }}'
# PINNED to sonic-swss-common PR #1222 build 1164874 (CI-unification migration
# validation): build against the migration swss-common (stock apt libnl,
# published build-env/). Revert to latestFromBranch / runBranch:
# refs/heads/${{ parameters.swss_common_branch }} before merge.
runVersion: 'specific'
runId: '1164874'
path: $(Build.ArtifactStagingDirectory)/download
allowPartiallySucceededBuilds: true
displayName: "Download sonic swss common deb packages"
Expand Down
Loading