File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : cern-nextgen-h100
1313 container : registry.cern.ch/docker.io/oliverrietmann/o2-standalone:latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - name : Checkout Repository
16+ uses : actions/checkout@v4
1617 with :
1718 ref : ngt-ci-pipeline
1819 - name : Build and Run
2829 cd $BUILD_DIR
2930 make install -j8
3031 cd ${STANDALONE_DIR}
31- ${STANDALONE_DIR}/ca -e o2-pbpb-100 -g --gpuType CUDA --gpuDevice 0 --debug 1
32+ ${STANDALONE_DIR}/ca -e o2-pbpb-100 -g --gpuType CUDA --gpuDevice 0 --debug 1 > /root/standalone-benchmark-artifact.txt
3233 env :
3334 MODULEPATH : /cvmfs/alice.cern.ch/etc/toolchain/modulefiles/el9-x86_64:/cvmfs/alice.cern.ch/el9-x86_64/Modules/modulefiles
3435 STANDALONE_DIR : /root/standalone
3536 BUILD_DIR : /root/standalone/build
37+ - name : Upload Artifact
38+ uses : actions/upload-artifact@v4
39+ with :
40+ name : standalone-benchmark-artifact
41+ path : /root/standalone-benchmark-artifact.txt
You can’t perform that action at this time.
0 commit comments