Skip to content

Commit

Permalink
Fix smoke test jobs (pytorch#39638)
Browse files Browse the repository at this point in the history
Summary:
Fixes pytorch#39626.
Pull Request resolved: pytorch#39638

Differential Revision: D21924224

Pulled By: ezyang

fbshipit-source-id: 8da75e401bfbff5e11ceeccefd77d0fad81356e4
  • Loading branch information
peterjc123 authored and facebook-github-bot committed Jun 8, 2020
1 parent b06b792 commit ee2bc13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 2 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1047,10 +1047,7 @@ jobs:
machine:
image: ubuntu-1604:201903-01
steps:
- attach_workspace:
at: ~/workspace
- attach_workspace:
at: /home/circleci/project
- checkout
- setup_linux_system_environment
- setup_ci_environment
- run:
Expand All @@ -1076,10 +1073,7 @@ jobs:
macos:
xcode: "9.4.1"
steps:
- attach_workspace:
at: ~/workspace
- attach_workspace: # TODO - we can `cp` from ~/workspace
at: /Users/distiller/project
- checkout
- run:
<<: *binary_checkout
- run:
Expand Down
10 changes: 2 additions & 8 deletions .circleci/verbatim-sources/job-specs/binary-job-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,7 @@
machine:
image: ubuntu-1604:201903-01
steps:
- attach_workspace:
at: ~/workspace
- attach_workspace:
at: /home/circleci/project
- checkout
- setup_linux_system_environment
- setup_ci_environment
- run:
Expand All @@ -142,10 +139,7 @@
macos:
xcode: "9.4.1"
steps:
- attach_workspace:
at: ~/workspace
- attach_workspace: # TODO - we can `cp` from ~/workspace
at: /Users/distiller/project
- checkout
- run:
<<: *binary_checkout
- run:
Expand Down

0 comments on commit ee2bc13

Please sign in to comment.