File tree 3 files changed +7
-7
lines changed 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -181,11 +181,11 @@ jobs:
181
181
if : ${{ ! cancelled() }}
182
182
uses : actions/upload-artifact@v4
183
183
with :
184
- name : Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }}
184
+ name : Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }}-${{ env.TORCH_COMMIT_ID }}
185
185
path : ${{ github.workspace }}/torch*.whl
186
186
- name : Upload Build Log
187
187
if : ${{ ! cancelled() }}
188
188
uses : actions/upload-artifact@v4
189
189
with :
190
- name : Torch-XPU-Build-Log-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }}
190
+ name : Torch-XPU-Build-Log-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }}-${{ env.TORCH_COMMIT_ID }}
191
191
path : ${{ github.workspace }}/pytorch_*.log
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
if : ${{ inputs.pytorch != 'nightly_wheel' }}
101
101
uses : actions/download-artifact@v4
102
102
with :
103
- name : Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }}
103
+ name : Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }}-${{ inputs.pytorch }}
104
104
path : ${{ github.workspace }}
105
105
- name : Install Pytorch XPU
106
106
run : |
@@ -349,7 +349,7 @@ jobs:
349
349
if : ${{ inputs.pytorch != 'nightly_wheel' }}
350
350
uses : actions/download-artifact@v4
351
351
with :
352
- name : Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }}
352
+ name : Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }}-${{ inputs.pytorch }}
353
353
path : ${{ github.workspace }}
354
354
- name : Install Pytorch XPU
355
355
run : |
@@ -489,7 +489,7 @@ jobs:
489
489
if : ${{ inputs.pytorch != 'nightly_wheel' }}
490
490
uses : actions/download-artifact@v4
491
491
with :
492
- name : Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }}
492
+ name : Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }}-${{ inputs.pytorch }}
493
493
path : ${{ github.workspace }}
494
494
- name : Install Pytorch XPU
495
495
run : |
Original file line number Diff line number Diff line change 88
88
needs : preci-linux-build-distributed
89
89
uses : ./.github/workflows/_linux_ut.yml
90
90
with :
91
- pytorch : ${{ needs.preci-linux-build.outputs.torch_commit_id }}
91
+ pytorch : ${{ needs.preci-linux-build-distributed .outputs.torch_commit_id }}
92
92
ut : pytorch_distributed
93
93
runner : pvc_e2e
94
94
@@ -137,7 +137,7 @@ jobs:
137
137
if : ${{ inputs.pytorch }} != 'nightly_wheel'
138
138
uses : actions/download-artifact@v4
139
139
with :
140
- name : Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-1
140
+ name : Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-1-${{ needs.preci-linux-build.outputs.torch_commit_id }}
141
141
path : ${{ github.workspace }}
142
142
- name : Install Pytorch XPU
143
143
run : |
You can’t perform that action at this time.
0 commit comments