* [edk2-devel] another broken PR
@ 2023-10-06 22:50 Ard Biesheuvel
2023-10-06 22:54 ` Michael Kubacki
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Ard Biesheuvel @ 2023-10-06 22:50 UTC (permalink / raw)
To: Michael Kubacki, Michael Kinney, edk2-devel-groups-io,
Taylor Beebe, Oliver Smith-Denny
Could someone please explain what went wrong this time? Many of the
tests are failing, and i don't see a 're-run failed tests' button.
https://github.com/tianocore/edk2/pull/4893
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109367): https://edk2.groups.io/g/devel/message/109367
Mute This Topic: https://groups.io/mt/101808372/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [edk2-devel] another broken PR
2023-10-06 22:50 [edk2-devel] another broken PR Ard Biesheuvel
@ 2023-10-06 22:54 ` Michael Kubacki
2023-10-06 22:54 ` Taylor Beebe
[not found] ` <178BA69DA6D10040.24994@groups.io>
2 siblings, 0 replies; 8+ messages in thread
From: Michael Kubacki @ 2023-10-06 22:54 UTC (permalink / raw)
To: Ard Biesheuvel, Michael Kinney, edk2-devel-groups-io,
Taylor Beebe, Oliver Smith-Denny
I think this is related to the fact that the latest VM images switched
over to Python 3.12 and the minor version is not fixed to 11.
C:\hostedtoolcache\windows\Python\3.12.0
I can send a patch to fix the minor version to 3.11 and then the
transition to 3.12 can take place with more time to evaluate the changes
needed.
Thanks,
Michael
On 10/6/2023 6:50 PM, Ard Biesheuvel wrote:
> Could someone please explain what went wrong this time? Many of the
> tests are failing, and i don't see a 're-run failed tests' button.
>
> https://github.com/tianocore/edk2/pull/4893
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109368): https://edk2.groups.io/g/devel/message/109368
Mute This Topic: https://groups.io/mt/101808372/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [edk2-devel] another broken PR
2023-10-06 22:50 [edk2-devel] another broken PR Ard Biesheuvel
2023-10-06 22:54 ` Michael Kubacki
@ 2023-10-06 22:54 ` Taylor Beebe
[not found] ` <178BA69DA6D10040.24994@groups.io>
2 siblings, 0 replies; 8+ messages in thread
From: Taylor Beebe @ 2023-10-06 22:54 UTC (permalink / raw)
To: devel, ardb, Michael Kubacki, Michael Kinney, Taylor Beebe,
Oliver Smith-Denny
Did you not create a circle of salt before starting the CI pipelines?
That's probably it... or something else :)
-Taylor
On 10/6/2023 3:50 PM, Ard Biesheuvel wrote:
> Could someone please explain what went wrong this time? Many of the
> tests are failing, and i don't see a 're-run failed tests' button.
>
> https://github.com/tianocore/edk2/pull/4893
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109369): https://edk2.groups.io/g/devel/message/109369
Mute This Topic: https://groups.io/mt/101808372/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <178BA69DA6D10040.24994@groups.io>]
* Re: [edk2-devel] another broken PR
[not found] ` <178BA69DA6D10040.24994@groups.io>
@ 2023-10-06 23:17 ` Michael Kubacki
2023-10-07 0:18 ` Michael Kubacki
0 siblings, 1 reply; 8+ messages in thread
From: Michael Kubacki @ 2023-10-06 23:17 UTC (permalink / raw)
To: Ard Biesheuvel, Michael Kinney, edk2-devel-groups-io,
Taylor Beebe, Oliver Smith-Denny
https://edk2.groups.io/g/devel/message/109370
On 10/6/2023 6:54 PM, Michael Kubacki wrote:
> I think this is related to the fact that the latest VM images switched
> over to Python 3.12 and the minor version is not fixed to 11.
>
> C:\hostedtoolcache\windows\Python\3.12.0
>
> I can send a patch to fix the minor version to 3.11 and then the
> transition to 3.12 can take place with more time to evaluate the changes
> needed.
>
> Thanks,
> Michael
>
> On 10/6/2023 6:50 PM, Ard Biesheuvel wrote:
>> Could someone please explain what went wrong this time? Many of the
>> tests are failing, and i don't see a 're-run failed tests' button.
>>
>> https://github.com/tianocore/edk2/pull/4893
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109373): https://edk2.groups.io/g/devel/message/109373
Mute This Topic: https://groups.io/mt/101808372/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [edk2-devel] another broken PR
2023-10-06 23:17 ` Michael Kubacki
@ 2023-10-07 0:18 ` Michael Kubacki
2023-10-07 0:26 ` Michael Kubacki
0 siblings, 1 reply; 8+ messages in thread
From: Michael Kubacki @ 2023-10-07 0:18 UTC (permalink / raw)
To: Ard Biesheuvel, Michael Kinney, edk2-devel-groups-io,
Taylor Beebe, Oliver Smith-Denny
On 10/6/2023 7:17 PM, Michael Kubacki wrote:
> https://edk2.groups.io/g/devel/message/109370
>
I am planning to quickly merge that series (with its R-b) when PR checks
are completed to unblock CI.
> On 10/6/2023 6:54 PM, Michael Kubacki wrote:
>> I think this is related to the fact that the latest VM images switched
>> over to Python 3.12 and the minor version is not fixed to 11.
>>
>> C:\hostedtoolcache\windows\Python\3.12.0
>>
>> I can send a patch to fix the minor version to 3.11 and then the
>> transition to 3.12 can take place with more time to evaluate the
>> changes needed.
>>
>> Thanks,
>> Michael
>>
>> On 10/6/2023 6:50 PM, Ard Biesheuvel wrote:
>>> Could someone please explain what went wrong this time? Many of the
>>> tests are failing, and i don't see a 're-run failed tests' button.
>>>
>>> https://github.com/tianocore/edk2/pull/4893
>>
>>
>>
>>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109375): https://edk2.groups.io/g/devel/message/109375
Mute This Topic: https://groups.io/mt/101808372/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [edk2-devel] another broken PR
2023-10-07 0:18 ` Michael Kubacki
@ 2023-10-07 0:26 ` Michael Kubacki
2023-10-07 11:33 ` Ard Biesheuvel
0 siblings, 1 reply; 8+ messages in thread
From: Michael Kubacki @ 2023-10-07 0:26 UTC (permalink / raw)
To: Ard Biesheuvel, Michael Kinney, edk2-devel-groups-io,
Taylor Beebe, Oliver Smith-Denny
On 10/6/2023 8:18 PM, Michael Kubacki wrote:
> On 10/6/2023 7:17 PM, Michael Kubacki wrote:
>> https://edk2.groups.io/g/devel/message/109370
>>
> I am planning to quickly merge that series (with its R-b) when PR checks
> are completed to unblock CI.
Merged to master in commits 6439c73 and 82191f8.
>
>> On 10/6/2023 6:54 PM, Michael Kubacki wrote:
>>> I think this is related to the fact that the latest VM images
>>> switched over to Python 3.12 and the minor version is not fixed to 11.
>>>
>>> C:\hostedtoolcache\windows\Python\3.12.0
>>>
>>> I can send a patch to fix the minor version to 3.11 and then the
>>> transition to 3.12 can take place with more time to evaluate the
>>> changes needed.
>>>
>>> Thanks,
>>> Michael
>>>
>>> On 10/6/2023 6:50 PM, Ard Biesheuvel wrote:
>>>> Could someone please explain what went wrong this time? Many of the
>>>> tests are failing, and i don't see a 're-run failed tests' button.
>>>>
>>>> https://github.com/tianocore/edk2/pull/4893
>>>
>>>
>>>
>>>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109376): https://edk2.groups.io/g/devel/message/109376
Mute This Topic: https://groups.io/mt/101808372/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [edk2-devel] another broken PR
2023-10-07 0:26 ` Michael Kubacki
@ 2023-10-07 11:33 ` Ard Biesheuvel
2023-10-08 9:07 ` Laszlo Ersek
0 siblings, 1 reply; 8+ messages in thread
From: Ard Biesheuvel @ 2023-10-07 11:33 UTC (permalink / raw)
To: devel; +Cc: Michael Kinney, Taylor Beebe, Oliver Smith-Denny
On Sat, 7 Oct 2023 at 02:26, Michael Kubacki
<mikuback@linux.microsoft.com> wrote:
>
> On 10/6/2023 8:18 PM, Michael Kubacki wrote:
> > On 10/6/2023 7:17 PM, Michael Kubacki wrote:
> >> https://edk2.groups.io/g/devel/message/109370
> >>
> > I am planning to quickly merge that series (with its R-b) when PR checks
> > are completed to unblock CI.
>
> Merged to master in commits 6439c73 and 82191f8.
Thanks for getting this fixed quickly.
> >
> >> On 10/6/2023 6:54 PM, Michael Kubacki wrote:
> >>> I think this is related to the fact that the latest VM images
> >>> switched over to Python 3.12 and the minor version is not fixed to 11.
> >>>
> >>> C:\hostedtoolcache\windows\Python\3.12.0
> >>>
> >>> I can send a patch to fix the minor version to 3.11 and then the
> >>> transition to 3.12 can take place with more time to evaluate the
> >>> changes needed.
> >>>
> >>> Thanks,
> >>> Michael
> >>>
> >>> On 10/6/2023 6:50 PM, Ard Biesheuvel wrote:
> >>>> Could someone please explain what went wrong this time? Many of the
> >>>> tests are failing, and i don't see a 're-run failed tests' button.
> >>>>
> >>>> https://github.com/tianocore/edk2/pull/4893
> >>>
> >>>
> >>>
> >>>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109383): https://edk2.groups.io/g/devel/message/109383
Mute This Topic: https://groups.io/mt/101808372/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [edk2-devel] another broken PR
2023-10-07 11:33 ` Ard Biesheuvel
@ 2023-10-08 9:07 ` Laszlo Ersek
0 siblings, 0 replies; 8+ messages in thread
From: Laszlo Ersek @ 2023-10-08 9:07 UTC (permalink / raw)
To: devel, ardb; +Cc: Michael Kinney, Taylor Beebe, Oliver Smith-Denny
On 10/7/23 13:33, Ard Biesheuvel wrote:
> On Sat, 7 Oct 2023 at 02:26, Michael Kubacki
> <mikuback@linux.microsoft.com> wrote:
>>
>> On 10/6/2023 8:18 PM, Michael Kubacki wrote:
>>> On 10/6/2023 7:17 PM, Michael Kubacki wrote:
>>>> https://edk2.groups.io/g/devel/message/109370
>>>>
>>> I am planning to quickly merge that series (with its R-b) when PR checks
>>> are completed to unblock CI.
>>
>> Merged to master in commits 6439c73 and 82191f8.
>
> Thanks for getting this fixed quickly.
+1, thanks for that!
Out of curiosity, is there a ticket somewhere with details about the
python 3.12 incompatibilities in the scripts? (Asking "somewhere"
because I don't know if the issues are in tianocore/containers,
tianocore/edk2-pytool-extensions, tianocore/edk2-pytool-library, or
somewhere else.)
Thanks!
Laszlo
>
>
>>>
>>>> On 10/6/2023 6:54 PM, Michael Kubacki wrote:
>>>>> I think this is related to the fact that the latest VM images
>>>>> switched over to Python 3.12 and the minor version is not fixed to 11.
>>>>>
>>>>> C:\hostedtoolcache\windows\Python\3.12.0
>>>>>
>>>>> I can send a patch to fix the minor version to 3.11 and then the
>>>>> transition to 3.12 can take place with more time to evaluate the
>>>>> changes needed.
>>>>>
>>>>> Thanks,
>>>>> Michael
>>>>>
>>>>> On 10/6/2023 6:50 PM, Ard Biesheuvel wrote:
>>>>>> Could someone please explain what went wrong this time? Many of the
>>>>>> tests are failing, and i don't see a 're-run failed tests' button.
>>>>>>
>>>>>> https://github.com/tianocore/edk2/pull/4893
>>>>>
>>>>>
>>>>>
>>>>>
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109387): https://edk2.groups.io/g/devel/message/109387
Mute This Topic: https://groups.io/mt/101808372/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-10-08 9:07 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-06 22:50 [edk2-devel] another broken PR Ard Biesheuvel
2023-10-06 22:54 ` Michael Kubacki
2023-10-06 22:54 ` Taylor Beebe
[not found] ` <178BA69DA6D10040.24994@groups.io>
2023-10-06 23:17 ` Michael Kubacki
2023-10-07 0:18 ` Michael Kubacki
2023-10-07 0:26 ` Michael Kubacki
2023-10-07 11:33 ` Ard Biesheuvel
2023-10-08 9:07 ` Laszlo Ersek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox