forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an issue template to disable CI jobs (pytorch#97045)
Per title, I will update the runbook to point to this after the review Pull Request resolved: pytorch#97045 Approved by: https://github.com/clee2000, https://github.com/ZainRizvi
- Loading branch information
1 parent
5cc2e4d
commit ec54f18
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Disable CI jobs (PyTorch Dev Infra only) | ||
about: Use this template to disable CI jobs | ||
title: "DISABLED [WORKFLOW_NAME] / [PLATFORM_NAME] / [JOB_NAME]" | ||
labels: "module: ci" | ||
--- | ||
|
||
> For example, DISABLED pull / win-vs2019-cpu-py3 / test (default). Once | ||
> created, the job will be disabled within 15 minutes. You can check the | ||
> list of disabled jobs at https://ossci-metrics.s3.amazonaws.com/disabled-jobs.json | ||
> If you need to get this out ASAP instead of waiting for 15 minutes, | ||
> you can manually trigger the workflow at https://github.com/pytorch/test-infra/actions/workflows/update_disabled_tests.yml | ||
> once the issue is created to update the above JSON list right away. | ||
> Noted: you need to have write access to PyTorch repo to disable CI | ||
> jobs. The issue will be rejected otherwise. | ||
## Reason | ||
*Provide a reason why this is needed and when this can be resolved*. |