Skip to content

Commit d37e026

Browse files
authored
Merge pull request #486 from msimberg/disable-affinity
Disable affinity tests from production and maintenance
2 parents 564400c + 9bf0015 commit d37e026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checks/prgenv/affinity_check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class CompileAffinityTool(rfm.CompileOnlyRegressionTest,
2727
env_vars = {'MPICH_GPU_SUPPORT_ENABLED': 0}
2828

2929
sourcesdir = 'https://github.com/vkarak/affinity'
30-
tags = {'production', 'scs', 'maintenance', 'craype'}
30+
tags = {'scs', 'craype'}
3131

3232
@run_before('compile')
3333
def set_build_opts(self):
@@ -76,7 +76,7 @@ class AffinityTestBase(rfm.RunOnlyRegressionTest,
7676
'+openmp +prgenv'
7777
]
7878

79-
tags = {'production', 'scs', 'maintenance', 'craype'}
79+
tags = {'scs', 'craype'}
8080

8181
@run_after('setup')
8282
def skip_cpe_2312(self):

0 commit comments

Comments
 (0)