Skip to content

Commit 2ee4884

Browse files
authored
Merge pull request #455 from kotsaloscv/bencher_testing
Fixes for bencher CI
2 parents 9911429 + da3653c commit 2ee4884

File tree

4 files changed

+54
-10
lines changed

4 files changed

+54
-10
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"filesystems": [
3+
{
4+
"mount_point": "capstor/scratch/cscs",
5+
"fstype": "lustre"
6+
},
7+
{
8+
"mount_point": "capstor/store/cscs",
9+
"fstype": "lustre"
10+
},
11+
{
12+
"mount_point": "iopsstor/scratch/cscs",
13+
"fstype": "lustre"
14+
},
15+
{
16+
"mount_point": "iopsstor/store/cscs",
17+
"fstype": "lustre"
18+
},
19+
{
20+
"mount_point": "/users",
21+
"fstype": "nfs"
22+
}
23+
],
24+
"pkgs": [
25+
"netcat",
26+
"gcc12-fortran",
27+
"htop",
28+
"lsof",
29+
"libtool",
30+
"ltrace",
31+
"ansible",
32+
"bubblewrap",
33+
"nnn",
34+
"wget",
35+
"pycxi-utils",
36+
"datacenter-gpu-manager",
37+
"gcc12-c++",
38+
"lua-lmod",
39+
"gcc12"
40+
],
41+
"cscs_extra_vars": [
42+
{
43+
"env_var": "STORE",
44+
"env_value": "/capstor/store/cscs/cscs"
45+
},
46+
{
47+
"env_var": "SCRATCH",
48+
"env_value": "/capstor/scratch/cscs"
49+
}
50+
]
51+
}

checks/system/systems_data/daint_data.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
"mount_point": "capstor/store/cscs",
99
"fstype": "lustre"
1010
},
11-
{
12-
"mount_point": "/users.OLD",
13-
"fstype": "lustre"
14-
},
1511
{
1612
"mount_point": "iopsstor/scratch/cscs",
1713
"fstype": "lustre"
@@ -23,9 +19,6 @@
2319
{
2420
"mount_point": "/users",
2521
"fstype": "nfs"
26-
},
27-
{
28-
"mount_point": "/capstor/scratch/cscs"
2922
}
3023
],
3124
"pkgs": [

ci/alps_uenv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ reframe:
5555
SLURM_TIMELIMIT: '02:00:00'
5656
- if: '$BENCHER_API_TOKEN'
5757
variables:
58-
SLURM_TIMELIMIT: '00:20:00'
58+
SLURM_TIMELIMIT: '01:00:00'
5959
before_script:
6060
- echo "FIRECREST_SYSTEM=$FIRECREST_SYSTEM / F7T_URL=$F7T_URL / CLUSTER_NAME=$CLUSTER_NAME"
6161
- uname -a
@@ -69,7 +69,7 @@ reframe:
6969
- git remote -v
7070
- hostname
7171
script:
72-
- rfm_path=$(./ci/scripts/alps.sh install_reframe)
72+
- rfm_path=$(./ci/scripts/alps.sh install_reframe|grep HERE |awk '{print $1}')
7373
- export PATH=$rfm_path:$PATH
7474
- reframe -V
7575
# If in a PR, run only the tests modified in the PR, else: in CRONJOB

ci/scripts/alps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ install_reframe() {
289289
# git clone --depth 1 https://github.com/reframe-hpc/reframe.git
290290
pip install -r ./config/utilities/requirements.txt
291291
# return the PATH to the calling function:
292-
echo "$PWD/rfm_venv/bin"
292+
echo "$PWD/rfm_venv/bin # HERE"
293293
}
294294
# }}}
295295
# {{{ install_reframe_tests (alps branch)

0 commit comments

Comments
 (0)