mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
Facebook Github Bot
parent
3afd99680c
commit
e47b210075
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user