-
Notifications
You must be signed in to change notification settings - Fork 74
Enable RDMA tests in OSS CI #1255
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
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
94edb20
to
3a11da4
Compare
Summary: Pull Request resolved: meta-pytorch#1255 Ensure `cargo test -p monarch_rdma` runs on OSS CI Differential Revision: D82699014
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
Summary: Pull Request resolved: meta-pytorch#1255 Ensure `cargo test -p monarch_rdma` runs on OSS CI Differential Revision: D82699014
3a11da4
to
bcc17b3
Compare
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
Summary: Pull Request resolved: meta-pytorch#1255 Ensure `cargo test -p monarch_rdma` runs on OSS CI Differential Revision: D82699014
bcc17b3
to
b19c1cb
Compare
Summary: Ensure `cargo test -p monarch_rdma` runs on OSS CI Reviewed By: dulinriley Differential Revision: D82699014
b19c1cb
to
fff7d24
Compare
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
1 similar comment
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
fff7d24
to
c5bde33
Compare
Summary: Pull Request resolved: meta-pytorch#1255 Ensure `cargo test -p monarch_rdma` runs on OSS CI Reviewed By: dulinriley Differential Revision: D82699014
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
Summary: Pull Request resolved: meta-pytorch#1255 Ensure `cargo test -p monarch_rdma` runs on OSS CI Reviewed By: dulinriley Differential Revision: D82699014
c5bde33
to
29dccc2
Compare
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
Summary: Pull Request resolved: meta-pytorch#1255 Ensure `cargo test -p monarch_rdma` runs on OSS CI Reviewed By: dulinriley Differential Revision: D82699014
29dccc2
to
b202a72
Compare
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
b202a72
to
1b94aa2
Compare
Summary: Pull Request resolved: meta-pytorch#1255 Ensure `cargo test -p monarch_rdma` runs on OSS CI Reviewed By: dulinriley Differential Revision: D82699014
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
Summary: Pull Request resolved: meta-pytorch#1255 Ensure `cargo test -p monarch_rdma` runs on OSS CI Reviewed By: dulinriley Differential Revision: D82699014
c74a3cc
to
b77cdd0
Compare
Summary: Ensure `cargo test -p monarch_rdma` runs on OSS CI Reviewed By: dulinriley Differential Revision: D82699014
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
Summary: Ensure `cargo test -p monarch_rdma` runs on OSS CI Reviewed By: dulinriley Differential Revision: D82699014
b77cdd0
to
12dd223
Compare
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
12dd223
to
f1b1282
Compare
Summary: Ensure `cargo test -p monarch_rdma` runs on OSS CI Reviewed By: dulinriley Differential Revision: D82699014
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
Summary: - Ensure `cargo test -p monarch_rdma` runs on OSS CI - Break out new testing infra into its own runner (see rationale below). Given test suites getting relatively large and different paths (ie. cargo test vs pytest/pyright), which was actually helpful since some flakiness within python path having some long running examples. Trade off is slightly more resources; so can revisit later if issue. {F1982168077} Reviewed By: dulinriley Differential Revision: D82699014
f1b1282
to
4bbd4f5
Compare
Summary: - Ensure `cargo test -p monarch_rdma` runs on OSS CI - Break out new testing infra into its own runner (see rationale below). - `cargo test` in general will work for repo, but we have a lot of broken tests to resolve. Given test suites getting relatively large and different paths (ie. cargo test vs pytest/pyright), which was actually helpful since some flakiness within python path having some long running examples. Trade off is slightly more resources; so can revisit later if issue. {F1982168077} Reviewed By: dulinriley Differential Revision: D82699014
4bbd4f5
to
980f3bd
Compare
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
1 similar comment
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
Summary: Pull Request resolved: meta-pytorch#1255 - Ensure `cargo test -p monarch_rdma` runs on OSS CI - Break out new testing infra into its own runner (see rationale below). - `cargo test` in general will work for repo, but we have a lot of broken tests to resolve. Given test suites getting relatively large and different paths (ie. cargo test vs pytest/pyright), which was actually helpful since some flakiness within python path having some long running examples. Trade off is slightly more resources; so can revisit later if issue. {F1982168077} Reviewed By: dulinriley Differential Revision: D82699014
980f3bd
to
08d7e7c
Compare
Summary: - Ensure `cargo test -p monarch_rdma` runs on OSS CI - Break out new testing infra into its own runner (see rationale below). - `cargo test` in general will work for repo, but we have a lot of broken tests to resolve. Given test suites getting relatively large and different paths (ie. cargo test vs pytest/pyright), which was actually helpful since some flakiness within python path having some long running examples. Trade off is slightly more resources; so can revisit later if issue. {F1982168077} Reviewed By: dulinriley Differential Revision: D82699014
08d7e7c
to
d69fb12
Compare
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
Summary: - Ensure `cargo test -p monarch_rdma` runs on OSS CI - Break out new testing infra into its own runner (see rationale below). - `cargo test` in general will work for repo, but we have a lot of broken tests to resolve. Given test suites getting relatively large and different paths (ie. cargo test vs pytest/pyright), which was actually helpful since some flakiness within python path having some long running examples. Trade off is slightly more resources; so can revisit later if issue. {F1982168077} Reviewed By: dulinriley Differential Revision: D82699014
d69fb12
to
59d7269
Compare
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
Summary: - Ensure `cargo test -p monarch_rdma` runs on OSS CI - Break out new testing infra into its own runner (see rationale below). - `cargo test` in general will work for repo, but we have a lot of broken tests to resolve. Given test suites getting relatively large and different paths (ie. cargo test vs pytest/pyright), which was actually helpful since some flakiness within python path having some long running examples. Trade off is slightly more resources; so can revisit later if issue. {F1982168077} Reviewed By: dulinriley Differential Revision: D82699014
59d7269
to
65e58ca
Compare
@dstaay-fb has exported this pull request. If you are a Meta employee, you can view the originating diff in D82699014. |
This pull request has been merged in 265034a. |
Summary: Ensure
cargo test -p monarch_rdma
runs on OSS CIDifferential Revision: D82699014