Skip to content

Commit acc3a97

Browse files
Add labels to test-results file and include ROCm flag (facebookresearch#3738)
Summary: Pull Request resolved: facebookresearch#3738 Reviewed By: gtwang01 Differential Revision: D60977946 fbshipit-source-id: f13bfd909b689300ec765fa15d850ef3701bbf37
1 parent 9f79bcf commit acc3a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_cmake/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,5 @@ runs:
163163
if: inputs.rocm == 'OFF'
164164
uses: actions/upload-artifact@v4
165165
with:
166-
name: test-results-${{ runner.arch }}-${{ inputs.opt_level }}-${{ inputs.gpu }}-${{ inputs.raft }}
166+
name: test-results-arch=${{ runner.arch }}-opt=${{ inputs.opt_level }}-gpu=${{ inputs.gpu }}-raft=${{ inputs.raft }}-rocm=${{ inputs.rocm }}
167167
path: test-results

0 commit comments

Comments
 (0)