Skip to content
Draft
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 @@ -45,8 +45,12 @@ jobs:
pipeline: Azure.sonic-swss-common
artifact: ${{ parameters.swss_common_artifact_name }}
path: $(Build.ArtifactStagingDirectory)/download
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/$(BUILD_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/$(BUILD_BRANCH) before merge.
runVersion: 'specific'
runId: '1164874'
allowPartiallySucceededBuilds: true
displayName: "Download sonic swss common deb packages"
- task: DownloadPipelineArtifact@2
Expand Down
8 changes: 6 additions & 2 deletions .azure-pipelines/build-swss-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,12 @@ jobs:
project: build
pipeline: Azure.sonic-swss-common
artifact: ${{ parameters.swss_common_artifact_name }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/$(BUILD_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/$(BUILD_BRANCH) before merge.
runVersion: 'specific'
runId: '1164874'
allowPartiallySucceededBuilds: true
path: $(Build.ArtifactStagingDirectory)/download
patterns: |
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 @@ -220,8 +220,12 @@ jobs:
project: build
pipeline: Azure.sonic-swss-common
artifact: ${{ parameters.swss_common_artifact_name }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/$(BUILD_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/$(BUILD_BRANCH) before merge.
runVersion: 'specific'
runId: '1164874'
allowPartiallySucceededBuilds: true
path: $(Build.ArtifactStagingDirectory)/download
displayName: "Download sonic swss common deb packages"
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 @@ -54,8 +54,12 @@ jobs:
pipeline: Azure.sonic-swss-common
artifact: sonic-swss-common.amd64.ubuntu22_04
path: $(Build.ArtifactStagingDirectory)/download
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/$(BUILD_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/$(BUILD_BRANCH) before merge.
runVersion: 'specific'
runId: '1164874'
allowPartiallySucceededBuilds: true
displayName: "Download sonic swss common deb packages"
- task: DownloadPipelineArtifact@2
Expand Down
Loading