-
Notifications
You must be signed in to change notification settings - Fork 19
Draft PGO+LTO+BOLT build + test CI #492
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
Draft
Zentrik
wants to merge
15
commits into
JuliaCI:main
Choose a base branch
from
Zentrik:pgo_lto_bolt
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 2 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
403e6f2
Draft PGO+LTO+BOLT build + test CI
Zentrik e076af4
Bump build rootfs image
Zentrik e4cd27e
Bump build timeout
Zentrik e2312d4
Revert "Bump build rootfs image"
Zentrik 05e47a9
Hail Mary: Try bumping to latest rootfs image
Zentrik bc0a292
Test fix
Zentrik 6a76a70
Fix typo
Zentrik a602a4c
Rerun test
Zentrik a787de6
Merge branch 'main' into pgo_lto_bolt
Zentrik d057b09
Workaround possible race
Zentrik d44ebef
Try fixing race condition again
Zentrik b54f14a
Remove empty default.profraw
Zentrik 624576f
Revert "Hail Mary: Try bumping to latest rootfs image"
Zentrik 86111a2
bump llvm rootfs to v7.6
Zentrik 8eee480
Bump build timeout to 4h
Zentrik 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # ROOTFS_IMAGE_NAME TRIPLET ARCH ARCH_ROOTFS USE_JULIA_PGO_LTO_BOLT MAKE_FLAGS TIMEOUT ROOTFS_TAG ROOTFS_HASH | ||
| llvm_passes x86_64-linux-gnu-pgo-lto-bolt x86_64 x86_64 PGO_LTO_BOLT . . v7.6 ebdfa2d40c0e27842cccbfdd43710144f9adf9d8 | ||
|
|
||
| # These special lines allow us to embed default values for the columns above. | ||
| # Any column without a default mapping here will simply substitute a `.` to the empty string | ||
|
|
||
| # Builds should generally finish in much less time than this, but from-source builds can take longer | ||
| #default TIMEOUT 80 | ||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| # ROOTFS_IMAGE_NAME TRIPLET ARCH ARCH_ROOTFS TIMEOUT USE_RR USE_JULIA_PGO_LTO_BOLT ROOTFS_TAG ROOTFS_HASH | ||
| tester_linux x86_64-linux-gnu-pgo-lto-bolt x86_64 x86_64 . . PGO_LTO_BOLT v6.00 770c0240be788cfeb9654e1980ea929d3ed98d1f | ||
|
|
||
| # These special lines allow us to embed default values for the columns above. | ||
| # Any column without a default mapping here will simply substitute a `.` to the empty string | ||
|
|
||
| # Most tests should finish within ~45 minutes, barring exceptionally slow hardware | ||
| # We double that to a default of 90 minutes, with an extra 45 minutes for cleanup, | ||
| # including things like `rr` trace compression, | ||
| #default TIMEOUT 135 |
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
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.
Uh oh!
There was an error while loading. Please reload this page.