-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update lib/rocprofiler-sdk/counters/{tests,parser/tests}/CMakeLists.txt - use rocprofiler-static-library instead of rocprofiler-object-library * Update scripts/run-ci.py - support gcovr and pycobertura * Update CI workflow for code coverage - load/save cache for XML code coverage (via gcovr) - generate and write code coverage comment - archive code coverage HTML report - fix name for sanitizer jobs * Update CI workflow - tweaks to env for PATH and LD_LIBRARY_PATH * Add scripts/upload-image-to-github.py - script for saving images to orphan branches to be used in markdown links * Update CI workflow - fix upload artifact conflict - use upload-image-to-github.py * Update CI workflow - install extra packages for wkhtmltopdf/wkhtmltoimage * Update CI workflow (code coverage) - install more recent git - tweak package installs for wkhtmltopdf/wkhtmltoimage * Update CI workflow (code coverage) - remove duplicate --cap-add=SYS_PTRACE * Update CI and upload-image-to-github.py - print versions * Update upload-image-to-github.py - check exit code of some subprocesses * Update CI workflow - fix GITHUB_PATH ordering - fix LD_LIBRARY_PATH * Update CI workflow - fix code coverage cache keys (use SHAs) - copy .codecov to .codecov.ref if a cached .codecov exists * Update upload-image-to-github.py - Update git pull/push commands * Update upload-image-to-github.py - git fetch before pulling - git pull before committing * Update upload-image-to-github.py - git fetch after committing - git pull after committing * Update CI workflow - list files before cat * Update upload-image-to-github.py - output messages * Update CI workflow and upload-image-to-github.py - fix output directory path for script to work with CI workflow * Update CI workflow - finishing touches/fixes on the code coverage comment generation * Reproducible filenames * Update CI workflow - fix archive of code coverage data * Fix relative path of reproducible file loc * Update upload-image-to-github.py - change update method * rocprofiler-v2-internal -> rocprofiler-sdk-internal
- Loading branch information
Showing
8 changed files
with
356 additions
and
25 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# rocprofiler-v2-internal | ||
# rocprofiler-sdk-internal |
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
Oops, something went wrong.