File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 3737permissions : read-all
3838
3939jobs :
40- wheel :
41- if : ${{ contains(inputs.test_type, 'wheel') }}
42- name : ${{ inputs.pytorch }}
43- runs-on : ubuntu-latest
44- steps :
45- - name : Use ${{ inputs.pytorch }}
46- run : echo 'Use ${{ inputs.pytorch }}'
47-
4840 get_runner :
49- if : ${{ ! contains(inputs.test_type, 'wheel') }}
5041 runs-on : ${{ inputs.runner }}
5142 outputs :
5243 test_host : ${{ steps.runner-info.outputs.test_host }}
7869 sudo rm -rf ${RUNNER_TEMP} ${RUNNER_TOOL_CACHE}
7970
8071 build :
72+ name : ${{ contains(inputs.test_type, 'wheel') && inputs.pytorch || 'build' }}
8173 needs : get_runner
74+ if : ${{ ! contains(inputs.test_type, 'wheel') }}
8275 runs-on : ${{ needs.get_runner.outputs.test_host }}
8376 container :
8477 image : ' pytorch/manylinux2_28-builder:xpu-main'
You can’t perform that action at this time.
0 commit comments