Skip to content

Commit d300b19

Browse files
debug
1 parent 5179b37 commit d300b19

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/standalone-benchmark.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ on:
88
- '**'
99

1010
jobs:
11-
unit-tests:
11+
standalone-benchmark:
1212
runs-on: cern-nextgen-h100
13-
container: docker.io/oliverrietmann/o2-standalone:latest #registry.cern.ch/ngt-wp1.7/wp1.7-soa-wrapper:latest
13+
container: registry.cern.ch/docker.io/oliverrietmann/o2-standalone:latest #registry.cern.ch/ngt-wp1.7/wp1.7-soa-wrapper:latest
1414
steps:
15-
- name: Checkout
16-
uses: actions/checkout@v4
15+
- uses: actions/checkout@v4
1716
- name: Build and Run
1817
run: |
1918
source /etc/profile.d/modules.sh
@@ -27,11 +26,11 @@ jobs:
2726
tar -xf /root/events.tar.xz -C ${STANDALONE_DIR}
2827
rm /root/events.tar.xz
2928
30-
ls -la ${{ github.workspace }}
31-
cd ${{ github.workspace }}
29+
ls -la ${{github.workspace}}
30+
cd ${{github.workspace}}
3231
pwd
3332
34-
cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=${STANDALONE_DIR} ${{ github.workspace }}/GPU/GPUTracking/Standalone/
33+
cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=${STANDALONE_DIR} ${{github.workspace}}/GPU/GPUTracking/Standalone/
3534
cd $BUILD_DIR
3635
make install -j8
3736
cd ${STANDALONE_DIR}

0 commit comments

Comments
 (0)