Skip to content
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 metrics report as artifact to cpp-build workflow #12750

Merged

Conversation

davidwendt
Copy link
Contributor

@davidwendt davidwendt commented Feb 9, 2023

Description

Adds the Build Metrics Report into the gitHub actions workflow by uploading a link to the generated report to the CI downloads S3 and publishes a link to the report in the build output.
A follow-on PR will provide a more direct mechanism for locating the report link.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@davidwendt davidwendt added 2 - In Progress Currently a work in progress libcudf Affects libcudf (C++/CUDA) code. improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 9, 2023
@davidwendt davidwendt self-assigned this Feb 9, 2023
@github-actions github-actions bot removed the libcudf Affects libcudf (C++/CUDA) code. label Feb 9, 2023
@github-actions github-actions bot added the conda label Feb 10, 2023
@github-actions github-actions bot added the ci label Feb 13, 2023
@davidwendt
Copy link
Contributor Author

Go to the C++ build action:
bmr-build-link

At the bottom of the output should be the link to the Build Metrics Report:
bmr-report-link
Note that the link only works on VPN right now.

@davidwendt davidwendt added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Feb 17, 2023
@davidwendt davidwendt marked this pull request as ready for review February 17, 2023 01:11
@davidwendt davidwendt requested a review from a team as a code owner February 17, 2023 01:11
Copy link
Member

@ajschmidt8 ajschmidt8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great @davidwendt.

We can merge this PR and then come back to remove the manual upload steps later after your other PR below is merged.

Appreciate your work on this.

I'd be interested in hearing your thoughts on centralizing sort_ninja_log.py so that other repositories can make use of these reports.

We could easily add that to our CI containers to make it available to all RAPIDS libs.

build.sh Show resolved Hide resolved
ajschmidt8 added a commit to rapidsai/gha-tools that referenced this pull request Feb 18, 2023
Adds `rapids-upload-artifacts-dir` utility script for uploading
individual files from the `RAPIDS_ARTIFACTS_DIR` directory.

References: rapidsai/shared-workflows#42
rapidsai/cudf#12750

---------

Co-authored-by: AJ Schmidt <aschmidt@nvidia.com>
@ajschmidt8
Copy link
Member

ajschmidt8 commented Feb 19, 2023

I will merge this now since it removes the compute-sanitizer tests from the nightly workflow, which are now properly failing (e.g. here) due to the merging of #12738.

@ajschmidt8
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 94bbc82 into rapidsai:branch-23.04 Feb 19, 2023
@davidwendt davidwendt deleted the exper-build-metrics-report branch February 21, 2023 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants