Skip to content

Commit 1de6f05

Browse files
Valid prog envs changed to builtin
1 parent 6954c8f commit 1de6f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cscs-checks/tools/jupyter/jupyter_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class jupyterhub_submit_test(rfm.RunOnlyRegressionTest):
1212
valid_systems = ['daint:jupyter_gpu', 'daint:jupyter_mc',
1313
'dom:jupyter_gpu', 'dom:jupyter_mc']
14-
valid_prog_environs = ['*']
14+
valid_prog_environs = ['builtin']
1515
sourcesdir = None
1616
executable = 'hostname'
1717
time_limit = '1m'
@@ -29,7 +29,7 @@ class jupyterhub_api_test(rfm.RunOnlyRegressionTest):
2929
descr = 'Check JupyterHub server status and version'
3030
valid_systems = ['daint:jupyter_gpu', 'daint:jupyter_mc',
3131
'dom:jupyter_gpu', 'dom:jupyter_mc']
32-
valid_prog_environs = ['*']
32+
valid_prog_environs = ['builtin']
3333
sourcesdir = None
3434
executable = 'curl https://jupyter.cscs.ch/hub/api/'
3535
time_limit = '30s'

0 commit comments

Comments
 (0)