From 1b65f3db5a513e452b500258a48846a838dbcdb6 Mon Sep 17 00:00:00 2001 From: lguohan Date: Tue, 12 Jan 2021 11:13:45 -0800 Subject: [PATCH] [ci]: use sonicbld pool (#1594) Signed-off-by: Guohan Lu --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 04e850cdb09c..f4f7583debd2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -72,7 +72,7 @@ jobs: - job: displayName: "arm64" timeoutInMinutes: 180 - pool: sonic + pool: sonicbld container: image: sonicdev-microsoft.azurecr.io:443/sonic-slave-buster-arm64:latest @@ -132,7 +132,7 @@ jobs: - job: displayName: "armhf" timeoutInMinutes: 180 - pool: sonic + pool: sonicbld container: image: sonicdev-microsoft.azurecr.io:443/sonic-slave-buster-armhf:latest