Skip to content

Commit a8ae39d

Browse files
authored
[ci]: Increase pipeline build timeout from 12 hours to 15 hours (sonic-net#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>
1 parent ef457ab commit a8ae39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/azure-pipelines-job-groups.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ parameters:
1919
default: ''
2020
- name: 'timeoutInMinutes'
2121
type: 'number'
22-
default: 720
22+
default: 900
2323
- name: 'jobFilters'
2424
type: object
2525
default: ''

0 commit comments

Comments
 (0)