Skip to content

Commit

Permalink
[CI] lengthen time limit for arm platform (sonic-net#8295)
Browse files Browse the repository at this point in the history
#### Why I did it
Building image for arm platform needs more time.
#### How I did it
lengthen time limit from 1.5 days to 2 days
  • Loading branch information
liushilongbuaa authored and Carl Keene committed Aug 7, 2021
1 parent 808d688 commit fd842e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: centec-arm64
pool: sonicbld_8c
timeoutInMinutes: 2160
timeoutInMinutes: 2880
variables:
PLATFORM_ARCH: arm64

Expand All @@ -79,7 +79,7 @@ jobs:

- name: marvell-armhf
pool: sonicbld_8c
timeoutInMinutes: 2160
timeoutInMinutes: 2880
variables:
PLATFORM_ARCH: armhf

Expand Down

0 comments on commit fd842e8

Please sign in to comment.