Skip to content

gh-138336: find build bots, testing 15-bit case for PyLong's - #138496

Closed
skirpichev wants to merge 1 commit into
python:mainfrom
skirpichev:test-15bit/138336
Closed

gh-138336: find build bots, testing 15-bit case for PyLong's#138496
skirpichev wants to merge 1 commit into
python:mainfrom
skirpichev:test-15bit/138336

Conversation

@skirpichev

@skirpichevskirpichev commented Sep 4, 2025

Copy link
Copy Markdown
Member

@skirpichevskirpichev added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Sep 4, 2025
@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @skirpichev for commit a44e57c 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F138496%2Fmerge

If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Sep 4, 2025
@skirpichev

skirpichev commented Sep 4, 2025

Copy link
Copy Markdown
MemberAuthor

So, indeed - no Github Actions exist to test 15-bit case.

@vstinner

Copy link
Copy Markdown
Member

You can find the buildbots configuration at: https://github.com/python/buildmaster-config/blob/main/master/custom/factories.py

@skirpichev

Copy link
Copy Markdown
MemberAuthor

Yep, sorry for testing.

Again, I see no --enable-big-digits=15 case.

@StanFromIreland

Copy link
Copy Markdown
Member

So, indeed - no Github Actions exist to test 15-bit case.

Wait, are you testing for actions or buildbots? If it is for bb the issue should be moved to their repo.

FYI, I just discovered there is no minutes limit on our Actions.

@skirpichev

Copy link
Copy Markdown
MemberAuthor

Wait, are you testing for actions or buildbots?

Both.

If it is for bb the issue should be moved to their repo.

I'm not sure where this should be tested. This seems to be an important part of the core language. If it's useful to keep (IMO, this does make sense for 32-bit systems, see #89732) - then it should be tested in actions.

@skirpichev
skirpichev deleted the test-15bit/138336 branch September 5, 2025 04:18
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@skirpichev@bedevere-bot@vstinner@StanFromIreland@Coder07-Ali