File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cscs-checks/tools/jupyter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111class 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'
You can’t perform that action at this time.
0 commit comments