File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434 MODULEPATH : /cvmfs/alice.cern.ch/etc/toolchain/modulefiles/el9-x86_64:/cvmfs/alice.cern.ch/el9-x86_64/Modules/modulefiles
3535 STANDALONE_DIR : /root/standalone
3636 BUILD_DIR : /root/standalone/build
37- ARTIFACT_FILE : /root/nvidia-h100- artifact.txt
37+ ARTIFACT_FILE : /root/artifact.txt
3838 - name : Upload Artifact
3939 uses : actions/upload-artifact@v4
4040 with :
41- name : standalone-benchmark -artifact
42- path : /root/nvidia-h100- artifact.txt
41+ name : nvidia-h100 -artifact
42+ path : /root/artifact.txt
4343
4444 amd-mi300x :
4545 runs-on : cern-nextgen-mi300x
6767 MODULEPATH : /cvmfs/alice.cern.ch/etc/toolchain/modulefiles/el9-x86_64:/cvmfs/alice.cern.ch/el9-x86_64/Modules/modulefiles
6868 STANDALONE_DIR : /root/standalone
6969 BUILD_DIR : /root/standalone/build
70- ARTIFACT_FILE : /root/amd-mi300x- artifact.txt
70+ ARTIFACT_FILE : /root/artifact.txt
7171 - name : Upload Artifact
7272 uses : actions/upload-artifact@v4
7373 with :
74- name : standalone-benchmark -artifact
75- path : /root/amd-mi300x- artifact.txt
74+ name : amd-mi300x -artifact
75+ path : /root/artifact.txt
You can’t perform that action at this time.
0 commit comments