Skip to content

Commit

Permalink
[ci] Update azp reference to support transfering organization from Az…
Browse files Browse the repository at this point in the history
…ure to sonic-net
  • Loading branch information
liushilongbuaa committed Aug 2, 2022
1 parent f2d7481 commit 33d5eb1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-UpgrateVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ resources:
repositories:
- repository: buildimage
type: github
name: Azure/sonic-buildimage
name: sonic-net/sonic-buildimage
ref: master
endpoint: build
endpoint: sonic-net

pool: sonicbld

Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/build-commonlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ resources:
repositories:
- repository: buildimage
type: github
name: Azure/sonic-buildimage
name: sonic-net/sonic-buildimage
ref: master
endpoint: build
endpoint: sonic-net

jobs:
- template: .azure-pipelines/template-commonlib.yml@buildimage
4 changes: 2 additions & 2 deletions .azure-pipelines/docker-sonic-slave-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ resources:
repositories:
- repository: buildimage
type: github
name: Azure/sonic-buildimage
name: sonic-net/sonic-buildimage
ref: master
endpoint: build
endpoint: sonic-net

schedules:
- cron: "0 8 * * *"
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/docker-sonic-slave-armhf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ resources:
repositories:
- repository: buildimage
type: github
name: Azure/sonic-buildimage
name: sonic-net/sonic-buildimage
ref: master
endpoint: build
endpoint: sonic-net

schedules:
- cron: "0 8 * * *"
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/docker-sonic-slave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ resources:
repositories:
- repository: buildimage
type: github
name: Azure/sonic-buildimage
name: sonic-net/sonic-buildimage
ref: master
endpoint: build
endpoint: sonic-net

schedules:
- cron: "0 8 * * *"
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ resources:
repositories:
- repository: buildimage
type: github
name: Azure/sonic-buildimage
name: sonic-net/sonic-buildimage
ref: master
endpoint: build
endpoint: sonic-net

trigger: none
pr: none
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ resources:
endpoint: sonic-net
- repository: buildimage
type: github
name: Azure/sonic-buildimage
endpoint: build
name: sonic-net/sonic-buildimage
endpoint: sonic-net
ref: master

variables:
Expand Down

0 comments on commit 33d5eb1

Please sign in to comment.