Skip to content

Commit f4a3b9a

Browse files
committed
Install reframe from reframe-hpc to avoid deps problem
1 parent c79f7ee commit f4a3b9a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitlab/pipeline_reframe_ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ test_reframe:
1919
- cmake --version
2020
- hipcc --version || echo "HIP not found in PATH"
2121
# Install reframe
22-
- git clone --depth 1 -b v4.8.4 https://github.com/reframe-hpc/reframe.git
23-
- pushd reframe && ./bootstrap.sh && popd
22+
- pip install reframe-hpc==4.8.4
2423
# Run gpu-benchmarks reframe tests
2524
- git clone --depth 1 https://github.com/eth-cscs/cscs-reframe-tests.git
2625
- cd cscs-reframe-tests
2726
- |
2827
for benchmark in checks/microbenchmarks/gpu/gpu_benchmarks/*.py; do
2928
echo "Running benchmark: $benchmark"
30-
UENV=$UENV_IMAGE ../reframe/bin/reframe -C config/cscs.py -c $benchmark --system beverin:mi300 -r -v --keep-stage-files
29+
UENV=$UENV_IMAGE reframe -C config/cscs.py -c $benchmark --system beverin:mi300 -r -v --keep-stage-files
3130
done

0 commit comments

Comments
 (0)