[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:
Shilong Liu 2021-06-17 00:41:42 +08:00 committed by GitHub
parent 4205fabef8
commit df62e9cb22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ stages:
- stage: Build
jobs:
- job: Build
pool: sonicbld
pool: sonictest
timeoutInMinutes: 360
steps:
- template: cleanup.yml