Skip to content

Commit ac0c164

Browse files
debug
1 parent 52f0612 commit ac0c164

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/standalone-benchmark.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
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
@@ -28,8 +29,13 @@ jobs:
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

0 commit comments

Comments
 (0)