From 86435cbc0a5dd74de8c7514b5e51715fb82efffd Mon Sep 17 00:00:00 2001 From: DanilBaibak Date: Fri, 31 Mar 2023 16:33:44 +0200 Subject: [PATCH 1/3] Added allowed_workflows to pytorch probot --- .github/pytorch-probot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/pytorch-probot.yml b/.github/pytorch-probot.yml index 27d0f2a1f0b..73a6ded6a91 100644 --- a/.github/pytorch-probot.yml +++ b/.github/pytorch-probot.yml @@ -1 +1,8 @@ tracking_issue: 2447 +allowed_workflows: +- lint +- Build Linux +- Build Macos +- Build M1 +- Tests on Linux +- Tests on macOS From 75a5eb3ce0171a43ec23328c45018b0f45e43a42 Mon Sep 17 00:00:00 2001 From: DanilBaibak Date: Mon, 3 Apr 2023 14:47:07 +0200 Subject: [PATCH 2/3] Updated allowed_workflows --- .github/pytorch-probot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pytorch-probot.yml b/.github/pytorch-probot.yml index 73a6ded6a91..a367540af11 100644 --- a/.github/pytorch-probot.yml +++ b/.github/pytorch-probot.yml @@ -1,6 +1,7 @@ tracking_issue: 2447 + +# List of workflows that will be re-run in case of failures allowed_workflows: -- lint - Build Linux - Build Macos - Build M1 From e26df8122c14f8d98daad5522c84a347dc75a5c1 Mon Sep 17 00:00:00 2001 From: DanilBaibak Date: Mon, 3 Apr 2023 14:49:26 +0200 Subject: [PATCH 3/3] Added link to the retryBot.js --- .github/pytorch-probot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pytorch-probot.yml b/.github/pytorch-probot.yml index a367540af11..3ac91e8923e 100644 --- a/.github/pytorch-probot.yml +++ b/.github/pytorch-probot.yml @@ -1,6 +1,7 @@ tracking_issue: 2447 # 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 allowed_workflows: - Build Linux - Build Macos