From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.754.1637719323806304331 for ; Tue, 23 Nov 2021 18:02:04 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=BN1z3L2p; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [10.0.0.19] (c-73-27-179-174.hsd1.fl.comcast.net [73.27.179.174]) by linux.microsoft.com (Postfix) with ESMTPSA id 922B220D4D8B; Tue, 23 Nov 2021 18:02:02 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 922B220D4D8B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1637719323; bh=VWZqVP/oYNqA7VtXJcGgORE1w/rBZ/JOcQuVfMdJ9do=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=BN1z3L2ptn9PinwNvH+7UsX73OY1zlEpp49tiYXxFGblp2Gy2q19++gZD8DFvQ9Ay JwCv1qcZCN7xy0/jPixftuuy4svTz7NzJwQMPMw6RNmkyhO8JZl7ATI+/s+0pobPYt tI0okogpsoX471Cxz6qSHaWBIH7AA1JdAmSBSDs0= Message-ID: Date: Tue, 23 Nov 2021 21:02:02 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1 Subject: Re: [edk2-devel] [Patch 1/1] .azurepipelines/templates: Update max pipeline job time to 2 hours To: devel@edk2.groups.io, michael.d.kinney@intel.com Cc: Sean Brogan , Bret Barkelew , Liming Gao , Michael Kubacki References: <20211124004444.1938-1-michael.d.kinney@intel.com> From: "Michael Kubacki" In-Reply-To: <20211124004444.1938-1-michael.d.kinney@intel.com> Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reviewed-by: Michael Kubacki On 11/23/2021 7:44 PM, Michael D Kinney wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3750 > > Large patches that modify a large number of files(e.g uncrustify) > take longer to process through CI checks such as ECC. Increase > the max job time from 1 hour to 2 hours to accommodate larger patch > series. > > Cc: Sean Brogan > Cc: Bret Barkelew > Cc: Liming Gao > Cc: Michael Kubacki > Signed-off-by: Michael D Kinney > --- > .azurepipelines/templates/pr-gate-build-job.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipelines/templates/pr-gate-build-job.yml > index d5b16c127f58..244cffdbfaba 100644 > --- a/.azurepipelines/templates/pr-gate-build-job.yml > +++ b/.azurepipelines/templates/pr-gate-build-job.yml > @@ -17,7 +17,7 @@ parameters: > jobs: > > - job: Build_${{ parameters.tool_chain_tag }} > - > + timeoutInMinutes: 120 > #Use matrix to speed up the build process > strategy: > matrix: >