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.web10.102155.1680616550226671860 for ; Tue, 04 Apr 2023 06:55:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=UXvGi80S; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [192.168.4.22] (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 19D40210DD98; Tue, 4 Apr 2023 06:55:48 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 19D40210DD98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1680616549; bh=6VQm5DWkDzANz5KJ6mwBcbgi6e0+W4XqBw/uwtv8PTc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=UXvGi80SI7Yft8YukqWEh7noVEHg+iihhggmdwdfCorJdckNBtQY/zXkkklQzV3cf vFeA4qqDDDTqOO2GVkViSE2162AxWmTwHaYqhnll44mszEkCGQhusKwY/gzh8b0nK7 i4+Mo7+rSkSNNwF1dbk/OnBMHReKyOCy6TSTBBNo= Message-ID: <6a8a83c3-ae9f-5acd-d370-8457132328d1@linux.microsoft.com> Date: Tue, 4 Apr 2023 09:55:47 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: [edk2-devel] [Patch 0/2] Balance CI Execution Times To: devel@edk2.groups.io, michael.d.kinney@intel.com Cc: Sean Brogan , Liming Gao References: <20230404042441.130-1-michael.d.kinney@intel.com> From: "Michael Kubacki" In-Reply-To: <20230404042441.130-1-michael.d.kinney@intel.com> Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit For the series: Reviewed-by: Michael Kubacki On 4/4/2023 12:24 AM, Michael D Kinney wrote: > MdeModulePkg and CryptoPkg have double the CodeQL analysis > time of all other packages. Split these packages up to perform > separate analysis of IA32 and X64. > > CryptoPkg has double the build time of all other packages. > Split CryptoPkg up matching the style applied to MdeModulePkg. > > Cc: Sean Brogan > Cc: Michael Kubacki > Cc: Liming Gao > Signed-off-by: Michael D Kinney > > Michael D Kinney (2): > .github.workflows: Split MdeModulePkg and CryptoPkg analysis > .azurepilelines/templates: Split CryptoPkg builds > > .../templates/pr-gate-build-job.yml | 7 +- > .github/workflows/codeql-analysis.yml | 64 ++++++++++++------- > 2 files changed, 47 insertions(+), 24 deletions(-) >