Skip to content

Commit

Permalink
Add 202205 and 202211 to PR checker (#40)
Browse files Browse the repository at this point in the history
Why I did it
Backport GNMI native write to 202205 branch.

How I did it
Add 202205 and 202211 to pr checkout for sonic-host-services.

How to verify it
PR checker pipeline.
  • Loading branch information
ganglyu authored Feb 13, 2023
1 parent 2807404 commit 5523a03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

trigger:
- master
- 202205
- 202211

resources:
repositories:
Expand Down Expand Up @@ -82,7 +84,7 @@ stages:
pipeline: 9
artifact: sonic-swss-common
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
runBranch: 'refs/heads/$(sourceBranch)'
displayName: "Download sonic swss common deb packages"

- script: |
Expand Down

0 comments on commit 5523a03

Please sign in to comment.