From df62e9cb22723fd9c907a6943f64a1217422871f Mon Sep 17 00:00:00 2001 From: Shilong Liu Date: Thu, 17 Jun 2021 00:41:42 +0800 Subject: [PATCH] [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 --- .azure-pipelines/docker-sonic-mgmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/docker-sonic-mgmt.yml b/.azure-pipelines/docker-sonic-mgmt.yml index 4dc9aee9bb..89e3f6838f 100644 --- a/.azure-pipelines/docker-sonic-mgmt.yml +++ b/.azure-pipelines/docker-sonic-mgmt.yml @@ -32,7 +32,7 @@ stages: - stage: Build jobs: - job: Build - pool: sonicbld + pool: sonictest timeoutInMinutes: 360 steps: - template: cleanup.yml