Skip to content

Commit

Permalink
Add labels to test-results file and include ROCm flag (facebookresear…
Browse files Browse the repository at this point in the history
…ch#3738)

Summary: Pull Request resolved: facebookresearch#3738

Reviewed By: gtwang01

Differential Revision: D60977946

fbshipit-source-id: f13bfd909b689300ec765fa15d850ef3701bbf37
  • Loading branch information
ramilbakhshyiev authored and aalekhpatel07 committed Oct 17, 2024
1 parent 2831a18 commit eb0828e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ runs:
if: inputs.rocm == 'OFF'
uses: actions/upload-artifact@v4
with:
name: test-results-${{ runner.arch }}-${{ inputs.opt_level }}-${{ inputs.gpu }}-${{ inputs.raft }}
name: test-results-arch=${{ runner.arch }}-opt=${{ inputs.opt_level }}-gpu=${{ inputs.gpu }}-raft=${{ inputs.raft }}-rocm=${{ inputs.rocm }}
path: test-results

0 comments on commit eb0828e

Please sign in to comment.