Skip to content

Commit 2805e18

Browse files
author
Vasileios Karakasis
authored
Merge pull request #2450 from vkarak/ci/config-use-new-naming-scheme
[config] Use new naming scheme in CSCS config
2 parents 2ab2330 + 32ddc01 commit 2805e18

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

config/cscs-ci.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,8 @@
205205
],
206206
'general': [
207207
{
208-
'check_search_path': [
209-
'checks/'
210-
],
211-
'check_search_recursive': True,
208+
'check_search_path': ['checks/'],
209+
'check_search_recursive': True
212210
}
213211
]
214212
}

config/cscs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,7 @@
10081008
{
10091009
'check_search_path': ['checks/'],
10101010
'check_search_recursive': True,
1011+
'compact_test_names': True,
10111012
'remote_detect': True
10121013
}
10131014
]

0 commit comments

Comments
 (0)