Adding setup job as prereq to html update jobs

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/20325

Differential Revision: D15287710

Pulled By: pjh5

fbshipit-source-id: 2bbed3a46c4affb5ae4e6dd4feb1dda59aeb5d04
This commit is contained in:
Jesse Hellemn
2019-05-09 16:19:36 -07:00
committed by Facebook Github Bot
parent 3afd99680c
commit e47b210075
2 changed files with 14 additions and 0 deletions

View File

@ -3899,9 +3899,16 @@ workflows:
only:
- master
jobs:
- setup
- update_s3_htmls_for_nightlies:
context: org-member
requires:
- setup
- update_s3_htmls_for_nightlies_devtoolset7:
context: org-member
requires:
- setup
- upload_binary_sizes:
context: org-member
requires:
- setup

View File

@ -14,9 +14,16 @@
only:
- master
jobs:
- setup
- update_s3_htmls_for_nightlies:
context: org-member
requires:
- setup
- update_s3_htmls_for_nightlies_devtoolset7:
context: org-member
requires:
- setup
- upload_binary_sizes:
context: org-member
requires:
- setup