Updating

Jane (Yuan) Xu
2022-02-17 10:35:49 -05:00
parent a6295e70fa
commit 6bb4aff908

@ -1,22 +1,29 @@
Page Maintainers: @zhouzhuojie, @seemethere
Updated on: Monday, Nov 15, 2021
Updated on: Thu, Feb 17, 2022
# @pytorchbot commands
## Re-running workflows with ciflow
First, add the labels for the workflows you'd like to rerun (e.g., ciflow/cuda or ciflow/scheduled), then
```
# rerun all workflows
@pytorchbot ciflow rerun
# Run with specific labels
@pytorchbot ciflow rerun -l ciflow/cuda -l ciflow/scheduled
```
## Merging through GH1 (Beta)
We are in the process of prototyping our GitHub First initiative, which will allow certain pull requests based on the upstream repo (not a fork) to be merged through GitHub first, then imported internally into Meta. The requirements for such PRs are described in [our merge rules](https://github.com/pytorch/pytorch/blob/master/.github/merge_rules.json) where files fitting the specified patterns approved by the specified maintainers are allowed to merge directly with the following comment:
```
@pytorchbot merge this please
```
<details>
<summary> deprecated commands </summary>
## @pytorchbot commands deprecated
The following commands are deprecated, you might find them used in the previous PRs, but due to the fundamental CI system changes, these commands may or may not work anymore.
The following commands are deprecated, you might find them used in the previous PRs, but due to the fundamental CI system changes, these commands do not work anymore.
```
# Deprecated chatops commands
@ -24,9 +31,6 @@ The following commands are deprecated, you might find them used in the previous
@pytorchbot retest this please
@pytorchbot rebase this please
@pytorchbot label this please
@pytorchbot merge this please
```
Specifically, `@pytorchbot retest this please` can still trigger a single jenkins job (`pr/pytorch-linux-bionic-rocm4.2-py3.6`) on PR. Note that most of the tests have been migrated to circleci or github action, these commands may not work for anything other than the jenkins job.
</details>