From 49b3ad481697adc7261442ff04218b4fad58f417 Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Tue, 12 Jan 2021 06:57:20 -0800 Subject: [PATCH] [ci]: use sonicbld pool Signed-off-by: Guohan Lu --- azure-pipelines.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dcaf7b04e..c3e324431 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -64,8 +64,7 @@ jobs: submodules: true - script: | ./autogen.sh - fakeroot dpkg-buildpackage -b -us -uc -Tbinary-syncd-vs - cp ../*.deb . + fakeroot dpkg-buildpackage -b -us -uc -Tbinary-syncd-vs -j$(nproc) && cp ../*.deb . displayName: "Compile sonic sairedis" - script: | make check || true @@ -77,7 +76,7 @@ jobs: - job: timeoutInMinutes: 180 displayName: "arm64" - pool: sonic + pool: sonicbld container: image: sonicdev-microsoft.azurecr.io:443/sonic-slave-buster-arm64:latest @@ -130,8 +129,7 @@ jobs: submodules: true - script: | ./autogen.sh - fakeroot dpkg-buildpackage -b -us -uc -Tbinary-syncd-vs -j$(nproc) - cp ../*.deb . + fakeroot dpkg-buildpackage -b -us -uc -Tbinary-syncd-vs -j$(nproc) && cp ../*.deb . displayName: "Compile sonic sairedis" - script: | make check || true @@ -143,7 +141,7 @@ jobs: - job: timeoutInMinutes: 180 displayName: "armhf" - pool: sonic + pool: sonicbld container: image: sonicdev-microsoft.azurecr.io:443/sonic-slave-buster-armhf:latest @@ -196,8 +194,7 @@ jobs: submodules: true - script: | ./autogen.sh - fakeroot dpkg-buildpackage -b -us -uc -Tbinary-syncd-vs -j$(nproc) - cp ../*.deb . + fakeroot dpkg-buildpackage -b -us -uc -Tbinary-syncd-vs -j$(nproc) && cp ../*.deb . displayName: "Compile sonic sairedis" - script: | make check || true