[ci]: Increase pipeline build timeout from 12 hours to 15 hours (#9200)
With a Bullseye upgrade, a change that requires everything to get rebuilt (including the slave containers) takes about 12 hours (the vs job that builds the virtual switch image as well as the PTF container sometimes times out towards the end). Part of this is because the kernel is now built after all of the sonic containers (kernel is built in a Bullseye slave, the docker containers are built in a Buster slave). Another part is because during the ptf container build, for some reason, all of the docker containers are rebuilt. Therefore, to make sure PRs don't time out after Bullseye gets merged in, bump up the timeout from 12 hours to 15 hours. This should be enough for the builds to complete. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
ef457ab13f
commit
a8ae39d65b
@ -19,7 +19,7 @@ parameters:
|
||||
default: ''
|
||||
- name: 'timeoutInMinutes'
|
||||
type: 'number'
|
||||
default: 720
|
||||
default: 900
|
||||
- name: 'jobFilters'
|
||||
type: object
|
||||
default: ''
|
||||
|
Loading…
Reference in New Issue
Block a user