-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-128515: Add BOLT build to CI #128845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
gh-128515: Add BOLT build to CI #128845
Changes from 1 commit
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
8699afc
Add BOLT support to reusable Ubuntu workflow
zanieb 254b553
Add BOLT to build matrix
zanieb 9b179cb
Install Clang
zanieb 684ece4
Skip BOLT CI on aarch64
zanieb 03be932
Ignore `test_unpickle_module_race` during BOLT profiling
zanieb 01cb8d8
Skip perf trampoline tests when BOLT instrumented
zanieb 5f9c410
Move `bolt` flags into alphabetical order
zanieb 6aa007c
Merge branch 'main' into zb/bolt
corona10 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Ignore
test_unpickle_module_race
during BOLT profiling
- Loading branch information
commit 03be9327c5e98a018dd5444b1bf2f8c79dc91698
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, why doesn't it raise any issues while we build PGO build?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think there is a PGO build in CI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(The read-only build file system looks specific to this CI setup)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, At Github Action there is no CI for PGO and LTO.
But at build bot we run CI for the PGO and LTO.
https://buildbot.python.org/#/builders/378/builds/1554
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me take a look more detail. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/python/cpython/actions/runs/12776586124/job/35615597427
I think it's fine to remove the test from the optimization suite. It seems likely for there to be some problems here due to the read-only setup. It's known that the tests require a writeable source directory
cpython/.github/workflows/reusable-ubuntu.yml
Lines 105 to 110 in ae31df3
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#29904 added the read-only out of tree buil 8000 ds.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(We could disable the read-only builds for the BOLT job but it seems more painful than it's worth)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah okay let’s exclude the test with current way and let’s pile the issue about the test suite problem. Thank you for the investigation:)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Zanie found it was added in #29904, which gives this reason: