diff --git a/.github/pytorch-probot.yml b/.github/pytorch-probot.yml index 5e7d76d307..89df7c5c23 100644 --- a/.github/pytorch-probot.yml +++ b/.github/pytorch-probot.yml @@ -3,9 +3,11 @@ tracking_issue: 2724 # List of workflows that will be re-run in case of failures # https://github.com/pytorch/test-infra/blob/main/torchci/lib/bot/retryBot.ts retryable_workflows: -- Push Docker -- Run Regression -- Push torchserve +- Run Regression Tests on Docker +- Run Regression Tests for CPU nightly binaries +- Push torchserve nightly +- Push Docker Nightly - Docker CI -- CI -- Benchmark +- CI CPU +- CI GPU +- Benchmark torchserve nightly