Skip to content

Commit a8ad132

Browse files
test
1 parent f51973e commit a8ad132

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/standalone-benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444

4545
- name: Build and Run
4646
run: |
47+
O2_REVISION="${{ github.event.inputs.o2_revision || env.DEFAULT_O2_REVISION }}"
4748
. $WORK_DIR/$ALIBUILD_ARCH_PREFIX/O2/${O2_REVISION}/etc/profile.d/init.sh
4849
export ROOT_INCLUDE_PATH=$(echo "$ROOT_INCLUDE_PATH" | cut -d: -f3-)
4950
@@ -61,7 +62,7 @@ jobs:
6162
env:
6263
WORK_DIR: /cvmfs/alice.cern.ch
6364
ALIBUILD_ARCH_PREFIX: el9-x86_64/Packages
64-
O2_REVISION: ${{ inputs.o2_revision }}
65+
DEFAULT_O2_REVISION: daily-20250805-0000-1
6566
STANDALONE_DIR: /root/standalone
6667
BUILD_DIR: /root/standalone/build
6768
ARTIFACT_FILE: /root/artifact.txt

0 commit comments

Comments
 (0)