Skip to content

Commit

Permalink
Add labels to test-results file and include ROCm flag
Browse files Browse the repository at this point in the history
Differential Revision: D60977946
  • Loading branch information
ramilbakhshyiev authored and facebook-github-bot committed Aug 8, 2024
1 parent 1e9da2a commit b292002
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 b292002

Please sign in to comment.