pytorch-probot.yml 244 B

12345678910
  1. tracking_issue: 2447
  2. # List of workflows that will be re-run in case of failures
  3. # https://github.com/pytorch/test-infra/blob/main/torchci/lib/bot/retryBot.ts
  4. retryable_workflows:
  5. - Build Linux
  6. - Build Macos
  7. - Build M1
  8. - Build Windows
  9. - Tests