From 793a1057b5cfe4bf780b19dd5ffa8a11be8fbc1e Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Fri, 29 Oct 2021 17:22:51 +0200 Subject: [PATCH] Remove production tag from HIP tests --- cscs-checks/prgenv/hip/build_hip.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cscs-checks/prgenv/hip/build_hip.py b/cscs-checks/prgenv/hip/build_hip.py index d81e61e1f5..64cdf12748 100644 --- a/cscs-checks/prgenv/hip/build_hip.py +++ b/cscs-checks/prgenv/hip/build_hip.py @@ -29,7 +29,6 @@ class BuildHip(rfm.RegressionTest): executable = f'{hip_path}/bin/hipcc' executable_opts = ['--version'] maintainers = ['JO'] - tags = {'production'} @run_before('compile') def set_compile_options(self): @@ -64,7 +63,6 @@ class HelloHip(rfm.RegressionTest): build_system = 'Make' executable = f'{sample_dir}/{sample}/{sample}' maintainers = ['JO'] - tags = {'production'} @run_after('init') def set_deps(self):