Skip to content

Commit

Permalink
Merge branch '202111' into 202111-flex-counter-delay-status-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
liat-grozovik committed Jun 21, 2023
2 parents d4ade57 + 7c4bfed commit c389c76
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,20 @@ stages:
vmImage: ubuntu-20.04

container:
image: sonicdev-microsoft.azurecr.io:443/sonic-slave-buster:latest
image: sonicdev-microsoft.azurecr.io:443/sonic-slave-buster:202111

steps:
- task: DownloadPipelineArtifact@2
inputs:
source: specific
project: build
pipeline: 1
pipeline: 142
artifact: sonic-buildimage.vs
patterns: |
**/*.deb
**/*.whl
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
runBranch: 'refs/heads/202111'
displayName: "Download artifacts from latest sonic-buildimage build"

- script: |
Expand All @@ -60,7 +63,7 @@ stages:
pipeline: 9
artifact: sonic-swss-common
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
runBranch: 'refs/heads/202111'
displayName: "Download sonic swss common deb packages"

- script: |
Expand Down

0 comments on commit c389c76

Please sign in to comment.