[azureCI] Add a coverage job#1
Open
gpinkert wants to merge 5 commits into
Open
Conversation
Temp. reducing RCCL UT coverage
af8038c to
0d4989a
Compare
This commit uses the pre-existing templates and build/test scripts to include another weekly CI job that runs on azure. In the future, it may be ideal to switch all build and test runs to using the rccl-test-infra framework. For now, we just focus on coverage environment variable sweeps. This commit also publishes the results for easy access and downloads on the latest RCCL commit, once per week.
0d4989a to
124be95
Compare
e627a5f to
f230694
Compare
9ae2020 to
21b3e72
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This commit adds a coverage job. This job runs once a week and will get it's results published.
This depends on a pending pr in rccl-test-infra: https://github.com/ROCm/rccl-test-infra/pull/217
Also, at the moment this commit likely does not work. Pushing into a PR for early comments and testing.