Skip to content

Commit

Permalink
[ci] skip slow gradcheck jobs (#80311)
Browse files Browse the repository at this point in the history
Skip to restore the CI while we investigate
Pull Request resolved: #80311
Approved by: https://github.com/janeyx99
  • Loading branch information
suo authored and pytorchmergebot committed Jun 27, 2022
1 parent 7794254 commit 590d3e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/periodic.yml
Expand Up @@ -14,13 +14,15 @@ concurrency:

jobs:
linux-xenial-cuda10_2-py3-gcc7-slow-gradcheck-build:
if: false # https://github.com/pytorch/pytorch/issues/80314
name: linux-xenial-cuda10.2-py3-gcc7-slow-gradcheck
uses: ./.github/workflows/_linux-build.yml
with:
build-environment: linux-xenial-cuda10.2-py3-gcc7-slow-gradcheck
docker-image-name: pytorch-linux-xenial-cuda10.2-cudnn7-py3-gcc7

linux-xenial-cuda10_2-py3-gcc7-slow-gradcheck-test:
if: false # https://github.com/pytorch/pytorch/issues/80314
name: linux-xenial-cuda10.2-py3-gcc7-slow-gradcheck
uses: ./.github/workflows/_linux-test.yml
needs: linux-xenial-cuda10_2-py3-gcc7-slow-gradcheck-build
Expand Down

0 comments on commit 590d3e5

Please sign in to comment.