Skip to content

Commit 3e1acbd

Browse files
authored
[AUTOREVERT] Makefile targets pointing to canary (#7267)
Setting the makefile targets to point to `pytorch/pytorch-canary` as an example.
1 parent 277f605 commit 3e1acbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aws/lambda/pytorch-auto-revert/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ venv/bin/lintrunner: venv/bin/python
1919

2020
.PHONY: run-local
2121
run-local: venv/bin/python
22-
venv/bin/python -m pytorch_auto_revert --dry-run
22+
NOTIFY_ISSUE_NUMBER=265 REPO_FULL_NAME=pytorch/pytorch-canary venv/bin/python -m pytorch_auto_revert --dry-run
2323

2424
.PHONY: run-local-workflows
2525
run-local-workflows: venv/bin/python
26-
venv/bin/python -m pytorch_auto_revert --dry-run autorevert-checker Lint trunk pull inductor linux-binary-manywheel --hours 8 --revert-action log
26+
NOTIFY_ISSUE_NUMBER=265 REPO_FULL_NAME=pytorch/pytorch-canary venv/bin/python -m pytorch_auto_revert --dry-run autorevert-checker Lint trunk pull inductor linux-binary-manywheel --hours 8 --revert-action log
2727

2828
.PHONY: run-local-hud
2929
run-local-hud: venv/bin/python
30-
venv/bin/python -m pytorch_auto_revert --dry-run hud
30+
NOTIFY_ISSUE_NUMBER=265 REPO_FULL_NAME=pytorch/pytorch-canary venv/bin/python -m pytorch_auto_revert --dry-run hud
3131

3232
deployment.zip:
3333
mkdir -p deployment

0 commit comments

Comments
 (0)