[ci]: bump up build timeout to 48 hours for armhf and arm64

Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
Guohan Lu 2021-06-22 09:49:49 -07:00
parent bc796e3ea4
commit 7d14a60620

View File

@ -65,7 +65,7 @@ jobs:
- name: centec-arm64 - name: centec-arm64
pool: sonicbld_8c pool: sonicbld_8c
timeoutInMinutes: 2160 timeoutInMinutes: 2880
variables: variables:
PLATFORM_ARCH: arm64 PLATFORM_ARCH: arm64
BUILD_OPTIONS: ${{ parameters.buildOptions }} SONIC_VERSION_CONTROL_COMPONENTS= BUILD_OPTIONS: ${{ parameters.buildOptions }} SONIC_VERSION_CONTROL_COMPONENTS=
@ -79,7 +79,7 @@ jobs:
- name: marvell-armhf - name: marvell-armhf
pool: sonicbld_8c pool: sonicbld_8c
timeoutInMinutes: 2160 timeoutInMinutes: 2880
variables: variables:
PLATFORM_ARCH: armhf PLATFORM_ARCH: armhf
BUILD_OPTIONS: ${{ parameters.buildOptions }} SONIC_VERSION_CONTROL_COMPONENTS= BUILD_OPTIONS: ${{ parameters.buildOptions }} SONIC_VERSION_CONTROL_COMPONENTS=