-
Notifications
You must be signed in to change notification settings - Fork 915
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
Add build-time publish step to cpu build script #9927
Merged
rapids-bot
merged 38 commits into
rapidsai:branch-22.02
from
davidwendt:build-time-publish-html
Jan 10, 2022
Merged
Changes from 15 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
f72218e
Add build-time publish step to cpu build script
davidwendt fc00e28
remove unneeded xml copy
davidwendt 8b0b888
temporarily clear ccache
davidwendt 92825d0
remove ccache clear
davidwendt d390db1
broke something; trying again
davidwendt b636402
add some debug output messages
davidwendt e1222f2
remove copy metrics after libcudf pkg
davidwendt aec614f
searching for log html
davidwendt 1aa0ff5
found ninja-log html file
davidwendt fe3c2e7
temp clear ccache again
davidwendt 7db99ac
add style to table elements
davidwendt f6f328b
testing output table style
davidwendt 9b36a49
going old school since jenkins does not support custom html styles
davidwendt 5cb6848
retry with cleared cache
davidwendt f5e38d2
fix summary table
davidwendt 5e1360e
add some build info to the output
davidwendt 17adcf7
convert 4 ranges to 3
davidwendt e2826a0
remove ccache clear
davidwendt 82ce7c3
fix env var cmd
davidwendt 62291f0
try getting env vars again
davidwendt c92ade8
fix script again
davidwendt 0f2bd3b
remove unresolved message vars
davidwendt ce222a9
test recompile-everything technique
davidwendt f91343e
report cache hit rate
davidwendt fad7cf2
check cache hit rate
davidwendt 8033c58
Merge branch 'branch-22.02' into build-time-publish-html
davidwendt e0666d1
remove temporary recompile test
davidwendt 192e0f1
remove commented out code
davidwendt 42d37a8
Merge branch 'branch-22.02' into build-time-publish-html
davidwendt 226d355
Merge branch 'branch-22.02' into build-time-publish-html
davidwendt 40d0479
add libcudf.so size to metrics output
davidwendt 01c0a3b
report libcudf.so size only if found
davidwendt 0a03c23
add build-metrics parameters to build.sh
davidwendt 8c1f89a
Merge branch 'branch-22.02' into build-time-publish-html
davidwendt 3b840d4
reset metrics defaults to OFF
davidwendt 18f2990
pass new parameters to build.sh
davidwendt 06f9d50
remove debugging echo statements
davidwendt 6e1b79b
Merge branch 'branch-22.02' into build-time-publish-html
davidwendt 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 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 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 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 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
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.
Oh. This is why fancy tables doesn't work in html page! 😢