Skip to content
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

Stop building documentation in pytorch_linux_xenial_cuda*_build #32187

Closed
wants to merge 6 commits into from

Conversation

zou3519
Copy link
Contributor

@zou3519 zou3519 commented Jan 14, 2020

Stack from ghstack:

Fixes #32058. Previously we would build documentation during the pytorch
linux cuda build. We don't actually need to do this because we have a
dedicated python_doc_build job that builds the docs. With this change,
the CUDA build should run ~10 minutes faster, giving devs faster signal.

I needed to modify TestDocs.test_docs inside test_jit.py. This was
incorrectly assuming that the dependencies for the docs exist already;
I modified it to install the dependencies before testing.

Test Plan:

  • Check the CUDA (10.1) build on this PR, make sure it doesn't build the docs.
  • Run the modified test_docs locally and check that it passes.

Differential Revision: D19400417

…build

Fixes #32058. Previously we would build documentation during the pytorch
linux cuda build. We don't actually need to do this because we have a
dedicated python_doc_build job that builds the job. With this change,
pytorch_linux_xenial_cuda9_cudnn7_py3_build should run ~10 minutes
faster, giving devs faster signal.

Test Plan:
- Check the pytorch_linux_xenial_cuda9_cudnn7_py3_build on this PR, make
sure it doesn't build the docs.

[ghstack-poisoned]
…build"

Fixes #32058. Previously we would build documentation during the pytorch
linux cuda build. We don't actually need to do this because we have a
dedicated python_doc_build job that builds the job. With this change,
the CUDA build should run ~10 minutes faster, giving devs faster signal.

Test Plan:
- Check the CUDA (10.1) build on this PR, make sure it doesn't build the docs.

[ghstack-poisoned]
@zou3519 zou3519 changed the title Stop building documentation in pytorch_linux_xenial_cuda9_cudnn7_py3_build Stop building documentation in pytorch_linux_xenial_cuda*_build Jan 14, 2020
@zou3519 zou3519 requested review from ezyang and yf225 January 14, 2020 22:25
…build"

Fixes #32058. Previously we would build documentation during the pytorch
linux cuda build. We don't actually need to do this because we have a
dedicated python_doc_build job that builds the docs. With this change,
the CUDA build should run ~10 minutes faster, giving devs faster signal.

Test Plan:
- Check the CUDA (10.1) build on this PR, make sure it doesn't build the docs.

[ghstack-poisoned]
…build"

Fixes #32058. Previously we would build documentation during the pytorch
linux cuda build. We don't actually need to do this because we have a
dedicated python_doc_build job that builds the docs. With this change,
the CUDA build should run ~10 minutes faster, giving devs faster signal.

Test Plan:
- Check the CUDA (10.1) build on this PR, make sure it doesn't build the docs.

Differential Revision: [D19400417](https://our.internmc.facebook.com/intern/diff/D19400417)

[ghstack-poisoned]
…build"

Fixes #32058. Previously we would build documentation during the pytorch
linux cuda build. We don't actually need to do this because we have a
dedicated python_doc_build job that builds the docs. With this change,
the CUDA build should run ~10 minutes faster, giving devs faster signal.

I needed to modify TestDocs.test_docs inside test_jit.py. This was
incorrectly assuming that the dependencies for the docs exist already;
I modified it to install the dependencies before testing.

Test Plan:
- Check the CUDA (10.1) build on this PR, make sure it doesn't build the docs.
- Run the modified test_docs locally and check that it passes.

Differential Revision: [D19400417](https://our.internmc.facebook.com/intern/diff/D19400417)

[ghstack-poisoned]
…build"

Fixes #32058. Previously we would build documentation during the pytorch
linux cuda build. We don't actually need to do this because we have a
dedicated python_doc_build job that builds the docs. With this change,
the CUDA build should run ~10 minutes faster, giving devs faster signal.

I needed to modify TestDocs.test_docs inside test_jit.py. This was
incorrectly assuming that the dependencies for the docs exist already;
I modified it to install the dependencies before testing.

Test Plan:
- Check the CUDA (10.1) build on this PR, make sure it doesn't build the docs.
- Run the modified test_docs locally and check that it passes.

Differential Revision: [D19400417](https://our.internmc.facebook.com/intern/diff/D19400417)

[ghstack-poisoned]
zou3519 added a commit that referenced this pull request Jan 14, 2020
Fixes #32058. Previously we would build documentation during the pytorch
linux cuda build. We don't actually need to do this because we have a
dedicated python_doc_build job that builds the docs. With this change,
the CUDA build should run ~10 minutes faster, giving devs faster signal.

I needed to modify TestDocs.test_docs inside test_jit.py. This was
incorrectly assuming that the dependencies for the docs exist already;
I modified it to install the dependencies before testing.

Test Plan:
- Check the CUDA (10.1) build on this PR, make sure it doesn't build the docs.
- Run the modified test_docs locally and check that it passes.

ghstack-source-id: be4544f704ed3f221a2bc25cfbf93a9f4c6b6674
Pull Request resolved: #32187
@facebook-github-bot
Copy link
Contributor

@zou3519 merged this pull request in 19bbb4f.

@facebook-github-bot facebook-github-bot deleted the gh/zou3519/234/head branch January 19, 2020 15:16
wuhuikx pushed a commit to wuhuikx/pytorch that referenced this pull request Jan 30, 2020
…rch#32187)

Summary:
Pull Request resolved: pytorch#32187

Fixes pytorch#32058. Previously we would build documentation during the pytorch
linux cuda build. We don't actually need to do this because we have a
dedicated python_doc_build job that builds the docs. With this change,
the CUDA build should run ~10 minutes faster, giving devs faster signal.

Test Plan: - Check the CUDA (10.1) build on this PR, make sure it doesn't build the docs.

Differential Revision: D19400417

Pulled By: zou3519

fbshipit-source-id: e8fb2b818146f33330e06760377a9afbc18a71ed
ttumiel pushed a commit to ttumiel/pytorch that referenced this pull request Mar 4, 2020
…rch#32187)

Summary:
Pull Request resolved: pytorch#32187

Fixes pytorch#32058. Previously we would build documentation during the pytorch
linux cuda build. We don't actually need to do this because we have a
dedicated python_doc_build job that builds the docs. With this change,
the CUDA build should run ~10 minutes faster, giving devs faster signal.

Test Plan: - Check the CUDA (10.1) build on this PR, make sure it doesn't build the docs.

Differential Revision: D19400417

Pulled By: zou3519

fbshipit-source-id: e8fb2b818146f33330e06760377a9afbc18a71ed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants