diff --git a/cscs-checks/mch/collectives_halo.py b/cscs-checks/mch/collectives_halo.py index f4e803cec3..2250f69e20 100644 --- a/cscs-checks/mch/collectives_halo.py +++ b/cscs-checks/mch/collectives_halo.py @@ -108,7 +108,10 @@ def __init__(self, variant, bench_reference): } self.maintainers = ['AJ', 'MKr'] - self.tags = {'production', 'mch', 'craype'} + if self.current_system.name == 'tsa': + self.tags = {'mch'} + else: + self.tags = {'production', 'mch', 'craype'} @rfm.run_before('run') def set_launcher_options(self):