Skip to content
Snippets Groups Projects
Commit 77f7ddb4 authored by Chris Hines's avatar Chris Hines
Browse files

update the list of apps available on test

parent 2d969c85
No related branches found
No related tags found
2 merge requests!21New css dev,!20Dev
Pipeline #7972 passed
......@@ -66,16 +66,91 @@
"localbind": true,
"applist": null
},
{
"url": null,
"name": "CryoSPARC",
"startscript": null,
"actions": [ {
"name": "Connect",
"paramscmd": "/usr/local/sv2/cryosparc/cryosparc_params.py",
"client": {"cmd": null, "redir": ""}
}],
{
"url": null,
"name": "Jupyter Lab - custom venv",
"startscript": "#!/bin/bash\n/usr/local/sv2/jupyter/jupyter_custom.sh\n",
"instactions": [
{
"name": "Connect",
"paramscmd": "/usr/local/sv2/dev/jupyter/jupyter_params.py {jobid}",
"client": {"cmd": null, "redir": "?token={token}"},
"states": ["RUNNING"]
},
{
"name": "View log",
"paramscmd": "/usr/local/sv2/dev/desktop/logparams.py {jobid}",
"client": {"cmd": null, "redir": "index.html?token={token}" },
"states": ["RUNNING","Finished"]
},
{
"name": "View Usage",
"paramscmd": "/usr/local/sv2/dev/desktop/usageparams.py {jobid}",
"client": {"cmd": null, "redir": "index.html?token={token}" },
"states": ["Finished"]
},
{
"name": "Remove log",
"paramscmd": "/usr/local/sv2/dev/rmlog.py {jobid}",
"client": null,
"states": ["Finished"]
}
],
"localbind": true,
"applist": null
},
{ "url": null,
"name": "Terminal",
"startscript": "#!/bin/bash\n/usr/local/sv2/dev/smux/smux.sbatch",
"appactions": [
{
"name": "Instant Connect",
"paramscmd": "/usr/local/sv2/dev/smux/term_params.py 1",
"client": {"cmd": null, "redir": "tmux?token={token}"},
"states": null
}
],
"instactions": [
{
"name": "Connect",
"paramscmd": "/usr/local/sv2/dev/smux/params.py {jobid}",
"client": {"cmd": null, "redir": "tmux?token={token}"},
"states": ["RUNNING"]
}
],
"localbind": true,
"applist": null
},
{ "url": null,
"name": "File Explorer",
"startscript": "#!/bin/bash\n/usr/local/sv2/cloudcmd/start.sh\n ",
"instactions": [
{
"name": "Connect",
"paramscmd": "/usr/local/sv2/dev/cloudcmd/params.py {jobid}",
"client": {"cmd": null, "redir": "", "usebasicauth": true },
"states": ["RUNNING"]
},
{
"name": "View log",
"paramscmd": "/usr/local/sv2/dev/desktop/logparams.py {jobid}",
"client": {"cmd": null, "redir": "index.html?token={token}" },
"states": ["RUNNING","Finished"]
},
{
"name": "View Usage",
"paramscmd": "/usr/local/sv2/dev/desktop/usageparams.py {jobid}",
"client": {"cmd": null, "redir": "index.html?token={token}" },
"states": ["Finished"]
},
{
"name": "Remove log",
"paramscmd": "/usr/local/sv2/dev/rmlog.py {jobid}",
"client": null,
"states": ["Finished"]
}
],
"localbind": true,
"applist": null
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment