Skip to content

Commit 32d048e

Browse files
debug
1 parent 0edbf60 commit 32d048e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/standalone-benchmark.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
standalone-benchmark:
1212
runs-on: cern-nextgen-h100
13-
container: registry.cern.ch/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
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
@@ -28,11 +28,7 @@ jobs:
2828
tar -xf /root/events.tar.xz -C ${STANDALONE_DIR}
2929
rm /root/events.tar.xz
3030
31-
ls $GITHUB_WORKSPACE
32-
cd $GITHUB_WORKSPACE
33-
pwd
34-
35-
cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=${STANDALONE_DIR} ${{github.workspace}}/GPU/GPUTracking/Standalone/
31+
cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=${STANDALONE_DIR} ${GITHUB_WORKSPACE}/GPU/GPUTracking/Standalone/
3632
cd $BUILD_DIR
3733
make install -j8
3834
cd ${STANDALONE_DIR}

0 commit comments

Comments
 (0)