[CI] Fix azp built docker-sonic-mgmt image (#7890)
UserID is different with the image built by Jenkins if we build docker-sonic-mgmt in sonicbld pool. So we build this image in sonictest pool. There is a sonictmp user with UserID 1001. This will make docker image same as the image built in Jenkins
This commit is contained in:
parent
4205fabef8
commit
df62e9cb22
@ -32,7 +32,7 @@ stages:
|
||||
- stage: Build
|
||||
jobs:
|
||||
- job: Build
|
||||
pool: sonicbld
|
||||
pool: sonictest
|
||||
timeoutInMinutes: 360
|
||||
steps:
|
||||
- template: cleanup.yml
|
||||
|
Reference in New Issue
Block a user