[ci] remove remaining RDS dependency#79370
Conversation
With #79366, the only remaining use case for RDS is import latency stats. Afaik we do not look at these, so removing, which eliminates our last dependency on RDS. [ghstack-poisoned]
🔗 Helpful links
❌ 1 New FailuresAs of commit 4b9dade (more details on the Dr. CI page): Expand to see more
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
With #79366, the only remaining use case for RDS is import latency stats. Afaik we do not look at these, so removing, which eliminates our last dependency on RDS. [ghstack-poisoned]
With #79366, the only remaining use case for RDS is import latency stats. Afaik we do not look at these, so removing, which eliminates our last dependency on RDS. [ghstack-poisoned]
With #79366, the only remaining use case for RDS is import latency stats. Afaik we do not look at these, so removing, which eliminates our last dependency on RDS. [ghstack-poisoned]
With #79366, the only remaining use case for RDS is import latency stats. Afaik we do not look at these, so removing, which eliminates our last dependency on RDS. [ghstack-poisoned]
With #79366, the only remaining use case for RDS is import latency stats. Afaik we do not look at these, so removing, which eliminates our last dependency on RDS. [ghstack-poisoned]
With #79366, the only remaining use case for RDS is import latency stats. Afaik we do not look at these, so removing, which eliminates our last dependency on RDS. [ghstack-poisoned]
| # as a way to track the duration of `import torch` in our ossci-metrics | ||
| # S3 bucket (see tools/stats/print_test_stats.py) | ||
| class TestImportTime(TestCase): | ||
| def test_time_import_torch(self): |
There was a problem hiding this comment.
Would it be a good time now to set this to fail if it's over a threshold? Do we...care?
There was a problem hiding this comment.
Actually, if we do care about tracking these stats, we can just run these as normal, right? The test_runs in Rockset will keep track of these times already.
There was a problem hiding this comment.
that's a good point! I will re-add
With #79366, the only remaining use case for RDS is import latency stats. Afaik we do not look at these, so removing, which eliminates our last dependency on RDS. [ghstack-poisoned]
Summary: With #79366, the only remaining use case for RDS is import latency stats. Afaik we do not look at these, so removing, which eliminates our last dependency on RDS. Pull Request resolved: #79370 Approved by: https://github.com/janeyx99 Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/964d5059587c017b02f1d7d62587722a38683c63 Reviewed By: malfet Differential Revision: D37153120 Pulled By: suo fbshipit-source-id: 6a2e1fb827a88e0828b1f05fdbe62f07ec61da87
|
@pytorchbot revert -m="Diff reverted internally" -c="ghfirst" This Pull Request has been reverted by a revert inside Meta. To re-land this change, please open another pull request, assign the same reviewers, fix the CI failures that caused the revert and make sure that the failing CI runs on the PR by applying the proper ciflow label (e.g., ciflow/trunk).) |
|
@pytorchbot successfully started a revert job. Check the current status here |
This reverts commit 964d505. Reverted #79370 on behalf of https://github.com/facebook-github-bot due to Diff reverted internally
With pytorch#79366, the only remaining use case for RDS is import latency stats. Afaik we do not look at these, so removing, which eliminates our last dependency on RDS. Pull Request resolved: pytorch#79370 Approved by: https://github.com/janeyx99
This reverts commit 5d70521. Reverted pytorch#79370 on behalf of https://github.com/facebook-github-bot due to Diff reverted internally
Stack from ghstack (oldest at bottom):
With #79366, the only remaining
use case for RDS is import latency stats. Afaik we do not look at these,
so removing, which eliminates our last dependency on RDS.