From a8ae39d65b073fb1c1bae4f4a828e0e5b80baf67 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Tue, 9 Nov 2021 07:35:18 -0800 Subject: [PATCH] [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 --- .azure-pipelines/azure-pipelines-job-groups.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines-job-groups.yml b/.azure-pipelines/azure-pipelines-job-groups.yml index 1a4dbb79cc..021185ccf5 100644 --- a/.azure-pipelines/azure-pipelines-job-groups.yml +++ b/.azure-pipelines/azure-pipelines-job-groups.yml @@ -19,7 +19,7 @@ parameters: default: '' - name: 'timeoutInMinutes' type: 'number' - default: 720 + default: 900 - name: 'jobFilters' type: object default: ''