Skip to content

Commit

Permalink
[ci]: use sonicbld pool (sonic-net#766)
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan committed Jan 12, 2021
1 parent c6e418d commit b10b5dd
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b10b5dd

Please sign in to comment.