Skip to content

Commit a55e9a2

Browse files
assignUserfacebook-github-bot
authored andcommitted
build(ci): Fix artifact handling in Conbench Upload job (facebookincubator#12183)
Summary: The v4 artifact action handles paths different leading to the 'benchmark-results' dir getting dropped. Working run of the fixed workflow: https://github.com/facebookincubator/velox/actions/runs/12994805091/job/36240073932#step:8:26 Pull Request resolved: facebookincubator#12183 Reviewed By: kagamiori Differential Revision: D68721703 Pulled By: kgpai fbshipit-source-id: b2f9f852d153442f94d89c6da5cc1cdfea126f5c
1 parent 9dede0e commit a55e9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conbench_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
--run_id "GHA-${{ github.run_id }}-${{ github.run_attempt }}" \
109109
--pr_number "${{ steps.extract.outputs.pr_number }}" \
110110
--sha "${{ steps.download.outputs.contender_sha }}" \
111-
--output_dir "/tmp/artifacts/benchmark-results/contender/"
111+
--output_dir "/tmp/artifacts/contender/"
112112
113113
- name: "Check the status of the upload"
114114
# Status functions like failure() only work in `if:`

0 commit comments

Comments
 (0)