File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 88 - ' **'
99
1010jobs :
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}
You can’t perform that action at this time.
0 commit comments