Skip to content

Commit 6243e64

Browse files
health tag added to include tests in the sanity check suite
1 parent 344b07e commit 6243e64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cscs-checks/libraries/io/hdf5_compile_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ def __init__(self, lang, linkage):
8181
self.postrun_cmds = ['h5dump h5ex_d_chunk.h5 > h5dump_out.txt']
8282

8383
self.maintainers = ['SO', 'RS']
84-
self.tags = {'production', 'craype'}
84+
self.tags = {'production', 'craype', 'health'}

cscs-checks/libraries/io/netcdf_compile_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def __init__(self, lang, linkage):
4848
self.num_tasks_per_node = 1
4949
self.sanity_patterns = sn.assert_found(r'SUCCESS', self.stdout)
5050
self.maintainers = ['AJ', 'SO']
51-
self.tags = {'production', 'craype', 'external-resources'}
51+
self.tags = {'production', 'craype', 'external-resources', 'health'}
5252

5353
@rfm.run_before('compile')
5454
def setflags(self):

0 commit comments

Comments
 (0)