Skip to content

Commit 8cf4254

Browse files
authored
[bots] Remove triggerCircleCIWorkflows and triggerInductorTestsBot from pytorch bot (#7195)
As in title We no longer use CircleCI, and it seems like the triggerInductorTestsBot didn't get deployed on the triton repo, only on a some repos that were being used to test the bot
1 parent 2c4e9ec commit 8cf4254

File tree

6 files changed

+0
-692
lines changed

6 files changed

+0
-692
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)