Skip to content

Commit fd6966f

Browse files
committed
tc
1 parent 68ed139 commit fd6966f

File tree

5 files changed

+0
-690
lines changed

5 files changed

+0
-690
lines changed

torchci/lib/bot/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import drciBot from "./drciBot";
99
import pytorchBot from "./pytorchBot";
1010
import retryBot from "./retryBot";
1111
import stripApprovalBot from "./stripApprovalBot";
12-
import triggerCircleCIWorkflows from "./triggerCircleCIWorkflows";
13-
import triggerInductorTestsBot from "./triggerInductorTestsBot";
1412
import verifyDisableTestIssueBot from "./verifyDisableTestIssueBot";
1513
import webhookToDynamo from "./webhookToDynamo";
1614

@@ -25,8 +23,6 @@ export default function bot(app: Probot) {
2523
pytorchBot(app);
2624
retryBot(app);
2725
stripApprovalBot(app);
28-
triggerCircleCIWorkflows(app);
2926
verifyDisableTestIssueBot(app);
3027
webhookToDynamo(app);
31-
triggerInductorTestsBot(app);
3228
}

torchci/lib/bot/triggerCircleCIWorkflows.ts

Lines changed: 0 additions & 267 deletions
This file was deleted.

torchci/lib/bot/triggerInductorTestsBot.ts

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)