7 Commits

Author SHA1 Message Date
a083199d2e Revert "Revert "[ci] remove remaining RDS dependency""
This reverts commit 21e32d5a0b3b8c4f93aae00761a6befd6ab47765.
2022-06-15 10:04:13 -07:00
21e32d5a0b Revert "[ci] remove remaining RDS dependency"
This reverts commit 964d5059587c017b02f1d7d62587722a38683c63.

Reverted https://github.com/pytorch/pytorch/pull/79370 on behalf of https://github.com/facebook-github-bot due to Diff reverted internally
2022-06-15 16:29:46 +00:00
964d505958 [ci] remove remaining RDS dependency
With https://github.com/pytorch/pytorch/pull/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: https://github.com/pytorch/pytorch/pull/79370

Approved by: https://github.com/janeyx99
2022-06-13 18:46:04 +00:00
c978b609f7 [ci] remove IN_CI env var
The conventional env var to set is CI. Both circle and GHA set it, so
IN_CI is unnecessary

Pull Request resolved: https://github.com/pytorch/pytorch/pull/79229

Approved by: https://github.com/janeyx99
2022-06-11 17:16:30 +00:00
f4a7273b5c Set test owners for module: ci (#66796)
Summary:
Action based on RFC https://github.com/pytorch/pytorch/issues/66232

cc seemethere malfet pytorch/pytorch-dev-infra

Pull Request resolved: https://github.com/pytorch/pytorch/pull/66796

Reviewed By: seemethere

Differential Revision: D31732391

Pulled By: janeyx99

fbshipit-source-id: b894eab8a4a8737165d1ba7b536e1232f6c07a8f
2021-10-18 10:29:50 -07:00
bfaaac6392 Ignore register_rds errors (#66185)
Summary:
Network communications are flaky by nature, test should be marked as
skipped if network ops can not be completed for some reason

Fixes https://github.com/pytorch/pytorch/issues/66184

Pull Request resolved: https://github.com/pytorch/pytorch/pull/66185

Reviewed By: seemethere

Differential Revision: D31423193

Pulled By: malfet

fbshipit-source-id: 96c3a123c65913f44ea78b30a03e8e7eda164afe
2021-10-06 08:42:35 -07:00
257a18d951 Track peak memory usage (#65157)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/65157

Test Plan: Imported from OSS

Reviewed By: malfet

Differential Revision: D31029049

Pulled By: driazati

fbshipit-source-id: 3e87e94e4872d118ad191aef2b77b8cefe90aeb6
2021-09-20 17:25:16 -07:00