-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Store only coverage info as artifacts #53150
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
Conversation
💊 CI failures summary and remediationsAs of commit 277f6e4 (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚 ⏰ 7 successful jobs regressed execution time by a significant amount:
❄️ 1 failure tentatively classified as flakybut reruns have not yet been triggered to confirm:
|
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.
@janeyx99 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
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.
@janeyx99 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: I noticed pytorch#53126 stored everything in the test folder as an artifact, which isn't exactly what we want. Here, I try to store just the relevant info, coverage files. Pull Request resolved: pytorch#53150 Reviewed By: albanD Differential Revision: D26767185 Pulled By: janeyx99 fbshipit-source-id: 286d341ccdfa97d138a2048bb4ee01c7ae2579a1
Summary: I noticed pytorch#53126 stored everything in the test folder as an artifact, which isn't exactly what we want. Here, I try to store just the relevant info, coverage files. Pull Request resolved: pytorch#53150 Reviewed By: albanD Differential Revision: D26767185 Pulled By: janeyx99 fbshipit-source-id: 286d341ccdfa97d138a2048bb4ee01c7ae2579a1
I noticed #53126 stored everything in the test folder as an artifact, which isn't exactly what we want. Here, I try to store just the relevant info, coverage files.