File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1- name : Pytorch inductor tests
1+ name : Pytorch inductor tests reusable
22
33on :
4- workflow_dispatch :
4+ workflow_call :
55 inputs :
66 pytorch_ref :
77 description : PyTorch ref, keep empty for default
Original file line number Diff line number Diff line change 2020 description : Runner label, keep empty for default
2121 type : string
2222 default : " "
23+ pytorch_repo :
24+ description : PyTorch repo
25+ type : string
26+ default : " pytorch/pytorch"
27+ python_version :
28+ description : Python version
29+ type : string
30+ default : " 3.9"
2331
2432permissions : read-all
2533
26- env :
27- PYTHON_VERSION : " 3.9"
28- PYTORCH_REPO : pytorch/pytorch
29-
3034jobs :
3135 run_tests :
3236 name : Run inductor tests
3337 uses : ./.github/workflows/inductor-tests-reusable.yml
3438 with :
35- pytorch_repo : ${{ env.PYTORCH_REPO }}
36- python_version : ${{ env.PYTHON_VERSION }}
39+ pytorch_repo : ${{ inputs.pytorch_repo }}
40+ python_version : ${{ inputs.python_version }}
3741 runner_label : ${{ inputs.runner_label }}
3842 suite : ${{ inputs.suite }}
3943 pytorch_ref : ${{ inputs.pytorch_ref }}
You can’t perform that action at this time.
0 commit comments