We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51973e commit a8ad132Copy full SHA for a8ad132
1 file changed
.github/workflows/standalone-benchmark.yml
@@ -44,6 +44,7 @@ jobs:
44
45
- name: Build and Run
46
run: |
47
+ O2_REVISION="${{ github.event.inputs.o2_revision || env.DEFAULT_O2_REVISION }}"
48
. $WORK_DIR/$ALIBUILD_ARCH_PREFIX/O2/${O2_REVISION}/etc/profile.d/init.sh
49
export ROOT_INCLUDE_PATH=$(echo "$ROOT_INCLUDE_PATH" | cut -d: -f3-)
50
@@ -61,7 +62,7 @@ jobs:
61
62
env:
63
WORK_DIR: /cvmfs/alice.cern.ch
64
ALIBUILD_ARCH_PREFIX: el9-x86_64/Packages
- O2_REVISION: ${{ inputs.o2_revision }}
65
+ DEFAULT_O2_REVISION: daily-20250805-0000-1
66
STANDALONE_DIR: /root/standalone
67
BUILD_DIR: /root/standalone/build
68
ARTIFACT_FILE: /root/artifact.txt
0 commit comments