diff --git a/cscs-checks/libraries/io/h5py_parallel_run.py b/cscs-checks/libraries/io/h5py_parallel_run.py index d032b0a38a..8f2fd8519b 100644 --- a/cscs-checks/libraries/io/h5py_parallel_run.py +++ b/cscs-checks/libraries/io/h5py_parallel_run.py @@ -23,4 +23,5 @@ def __init__(self): self.executable = 'python' self.executable_opts = ['h5py_mpi_test.py'] self.postrun_cmds = ['h5dump parallel_test.hdf5'] + self.tags = {'health'} self.maintainers = ['TM'] diff --git a/cscs-checks/libraries/io/hdf5_compile_run.py b/cscs-checks/libraries/io/hdf5_compile_run.py index e70d01c45b..3522114c46 100644 --- a/cscs-checks/libraries/io/hdf5_compile_run.py +++ b/cscs-checks/libraries/io/hdf5_compile_run.py @@ -80,4 +80,4 @@ def __init__(self, lang, linkage): self.postrun_cmds = ['h5dump h5ex_d_chunk.h5 > h5dump_out.txt'] self.maintainers = ['SO', 'RS'] - self.tags = {'production', 'craype'} + self.tags = {'production', 'craype', 'health'} diff --git a/cscs-checks/libraries/io/netcdf_compile_run.py b/cscs-checks/libraries/io/netcdf_compile_run.py index 985f89f9e1..041311ef33 100644 --- a/cscs-checks/libraries/io/netcdf_compile_run.py +++ b/cscs-checks/libraries/io/netcdf_compile_run.py @@ -47,7 +47,7 @@ def __init__(self, lang, linkage): self.num_tasks_per_node = 1 self.sanity_patterns = sn.assert_found(r'SUCCESS', self.stdout) self.maintainers = ['AJ', 'SO'] - self.tags = {'production', 'craype', 'external-resources'} + self.tags = {'production', 'craype', 'external-resources', 'health'} @rfm.run_before('compile') def setflags(self):