-
Notifications
You must be signed in to change notification settings - Fork 98
[ci] Build hip-tests #1606
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
base: main
Are you sure you want to change the base?
[ci] Build hip-tests #1606
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,12 @@ include = [ | |
include = [ | ||
"bin/**", | ||
] | ||
|
||
# hip-tests | ||
[components.doc."core/hip-tests/stage"] | ||
optional = true | ||
[components.test."core/hip-tests/stage"] | ||
include = [ | ||
"share/hip/**", | ||
] | ||
Comment on lines
+18
to
+21
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are there no binaries that should be included or are these located at There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. From build logs in the Azure CI system that builds hip-tests, the produced files seem to only be in |
||
optional = true |
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.
Nice, thanks for taking this on! Since this isn't marked as a draft PR, I'll leave some review comments.
Please fill in the PR description and tag #1354 .