Skip to content

Commit 61786e9

Browse files
author
Vasileios Karakasis
authored
Merge pull request #2254 from vkarak/test/remove-prod-hip-tests
[test] Remove `production` tag from HIP tests
2 parents d8940b8 + 793a105 commit 61786e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cscs-checks/prgenv/hip/build_hip.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class BuildHip(rfm.RegressionTest):
2929
executable = f'{hip_path}/bin/hipcc'
3030
executable_opts = ['--version']
3131
maintainers = ['JO']
32-
tags = {'production'}
3332

3433
@run_before('compile')
3534
def set_compile_options(self):
@@ -64,7 +63,6 @@ class HelloHip(rfm.RegressionTest):
6463
build_system = 'Make'
6564
executable = f'{sample_dir}/{sample}/{sample}'
6665
maintainers = ['JO']
67-
tags = {'production'}
6866

6967
@run_after('init')
7068
def set_deps(self):

0 commit comments

Comments
 (0)