* Open CI failure on CodeQL / Analyze @ 2022-11-11 1:24 gaoliming 2022-11-11 1:39 ` [edk2-devel] " Michael Kubacki 2022-11-11 1:40 ` Michael D Kinney 0 siblings, 2 replies; 5+ messages in thread From: gaoliming @ 2022-11-11 1:24 UTC (permalink / raw) To: michael.kubacki Cc: michael.d.kinney, 'Michael Kubacki', 'Michael Kubacki', devel [-- Attachment #1: Type: text/plain, Size: 138 bytes --] Michael: Can you help check this failure in open CI? The failure is in https://github.com/tianocore/edk2/pull/3611 Thanks Liming [-- Attachment #2: Type: text/html, Size: 1973 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] Open CI failure on CodeQL / Analyze 2022-11-11 1:24 Open CI failure on CodeQL / Analyze gaoliming @ 2022-11-11 1:39 ` Michael Kubacki 2022-11-11 1:40 ` Michael D Kinney 1 sibling, 0 replies; 5+ messages in thread From: Michael Kubacki @ 2022-11-11 1:39 UTC (permalink / raw) To: gaoliming, devel [-- Attachment #1: Type: text/plain, Size: 44 bytes --] I'm looking at it now. Thanks, Michael [-- Attachment #2: Type: text/html, Size: 56 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] Open CI failure on CodeQL / Analyze 2022-11-11 1:24 Open CI failure on CodeQL / Analyze gaoliming 2022-11-11 1:39 ` [edk2-devel] " Michael Kubacki @ 2022-11-11 1:40 ` Michael D Kinney 2022-11-11 1:46 ` Michael D Kinney 1 sibling, 1 reply; 5+ messages in thread From: Michael D Kinney @ 2022-11-11 1:40 UTC (permalink / raw) To: devel@edk2.groups.io, Gao, Liming, michael.kubacki@outlook.com, Kinney, Michael D Cc: Kubacki, Michael, 'Michael Kubacki' [-- Attachment #1: Type: text/plain, Size: 957 bytes --] The CodeQL GitHub Action: https://github.com/tianocore/edk2/blob/master/.github/workflows/codeql-analysis.yml Uses Windows-2019 image: https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md That image include Python 3.7.9. The latest version of Pytools required Python 3.9 or higher. The CodeQL GitHub Action YML file needs to be updated to install Python 3.9.x. Mike From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of gaoliming via groups.io Sent: Thursday, November 10, 2022 5:25 PM To: michael.kubacki@outlook.com Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Kubacki, Michael <michael.kubacki@microsoft.com>; 'Michael Kubacki' <mikuback@linux.microsoft.com>; devel@edk2.groups.io Subject: [edk2-devel] Open CI failure on CodeQL / Analyze Michael: Can you help check this failure in open CI? The failure is in https://github.com/tianocore/edk2/pull/3611 Thanks Liming [-- Attachment #2: Type: text/html, Size: 43405 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] Open CI failure on CodeQL / Analyze 2022-11-11 1:40 ` Michael D Kinney @ 2022-11-11 1:46 ` Michael D Kinney 2022-11-11 1:52 ` Michael Kubacki 0 siblings, 1 reply; 5+ messages in thread From: Michael D Kinney @ 2022-11-11 1:46 UTC (permalink / raw) To: devel@edk2.groups.io, Gao, Liming, michael.kubacki@outlook.com, Kinney, Michael D Cc: Kubacki, Michael, 'Michael Kubacki' [-- Attachment #1: Type: text/plain, Size: 1713 bytes --] here is a PR with proposed change to install Python 3.9 https://github.com/tianocore/edk2/pull/3626 Mike From: Kinney, Michael D <michael.d.kinney@intel.com> Sent: Thursday, November 10, 2022 5:40 PM To: devel@edk2.groups.io; Gao, Liming <gaoliming@byosoft.com.cn>; michael.kubacki@outlook.com; Kinney, Michael D <michael.d.kinney@intel.com> Cc: Kubacki, Michael <michael.kubacki@microsoft.com>; 'Michael Kubacki' <mikuback@linux.microsoft.com> Subject: RE: [edk2-devel] Open CI failure on CodeQL / Analyze The CodeQL GitHub Action: https://github.com/tianocore/edk2/blob/master/.github/workflows/codeql-analysis.yml Uses Windows-2019 image: https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md That image include Python 3.7.9. The latest version of Pytools required Python 3.9 or higher. The CodeQL GitHub Action YML file needs to be updated to install Python 3.9.x. Mike From: devel@edk2.groups.io<mailto:devel@edk2.groups.io> <devel@edk2.groups.io<mailto:devel@edk2.groups.io>> On Behalf Of gaoliming via groups.io Sent: Thursday, November 10, 2022 5:25 PM To: michael.kubacki@outlook.com<mailto:michael.kubacki@outlook.com> Cc: Kinney, Michael D <michael.d.kinney@intel.com<mailto:michael.d.kinney@intel.com>>; Kubacki, Michael <michael.kubacki@microsoft.com<mailto:michael.kubacki@microsoft.com>>; 'Michael Kubacki' <mikuback@linux.microsoft.com<mailto:mikuback@linux.microsoft.com>>; devel@edk2.groups.io<mailto:devel@edk2.groups.io> Subject: [edk2-devel] Open CI failure on CodeQL / Analyze Michael: Can you help check this failure in open CI? The failure is in https://github.com/tianocore/edk2/pull/3611 Thanks Liming [-- Attachment #2: Type: text/html, Size: 46868 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] Open CI failure on CodeQL / Analyze 2022-11-11 1:46 ` Michael D Kinney @ 2022-11-11 1:52 ` Michael Kubacki 0 siblings, 0 replies; 5+ messages in thread From: Michael Kubacki @ 2022-11-11 1:52 UTC (permalink / raw) To: Michael D Kinney, devel [-- Attachment #1: Type: text/plain, Size: 454 bytes --] Hi Mike, We have the Azure Pipeline on 3.10.6+ because of the following issue we encountered starting in Python 3.9.11. 3891 – Tar files fail with Python 3.9.11+ (tianocore.org) ( https://bugzilla.tianocore.org/show_bug.cgi?id=3891 ) I think it would be nice to align the Python version here for consistency with those pipelines. Though that shouldn't be an issue on the Windows agents currently being used for CodeQL. Thanks, Michael [-- Attachment #2: Type: text/html, Size: 512 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-11-11 1:52 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-11-11 1:24 Open CI failure on CodeQL / Analyze gaoliming 2022-11-11 1:39 ` [edk2-devel] " Michael Kubacki 2022-11-11 1:40 ` Michael D Kinney 2022-11-11 1:46 ` Michael D Kinney 2022-11-11 1:52 ` Michael Kubacki
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox