Skip to content

Commit 8b3f8df

Browse files
Make CI pipeline the same as template and ngt-ci-pipeline
1 parent 17dcaa8 commit 8b3f8df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/standalone-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
benchmark:
12-
runs-on: cern-nextgen-cpuintensive
12+
runs-on: cern-nextgen-mi300x
1313
container: registry.cern.ch/ngt-wp1.7/wp1.7-slc9-builder@sha256:e8d7bb29bc65ccb732c465450e8a62eceecf1e765b73826fd59f26eb7e944a0a
1414
env:
1515
WORK_DIR: /cvmfs/alice.cern.ch
@@ -74,7 +74,7 @@ jobs:
7474
export PATH=/opt/gcc/bin:$PATH && export LD_LIBRARY_PATH=/opt/gcc/lib64:/opt/gcc/lib:$LD_LIBRARY_PATH
7575
cd ${STANDALONE_DIR}
7676
${TIMING_CA} --runs 42 --PROCdebugCSV /root/${BENCHMARK_CSV} --debug 1
77-
python3 ${GITHUB_WORKSPACE}/.github/scripts/profiler_standalone.py --discard 2 --input /root/${BENCHMARK_CSV} --output /root/summary_${BENCHMARK_CSV}
77+
python3 ${GITHUB_WORKSPACE}/.github/scripts/profiler_standalone.py --discard 0 --input /root/${BENCHMARK_CSV} --output /root/summary_${BENCHMARK_CSV}
7878
rm -rf ${STANDALONE_DIR}/*.out ${STANDALONE_DIR}/events/o2-simple ${STANDALONE_DIR}/build
7979
8080
- name: Upload Artifact

0 commit comments

Comments
 (0)