Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
strudelv2_spa
Commits
49ed5c68
Commit
49ed5c68
authored
Sep 02, 2019
by
Chris Hines
Browse files
update test apps
parent
71322930
Pipeline
#7788
passed with stages
in 4 minutes and 28 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/assets/config/m3apps.test.json
View file @
49ed5c68
...
...
@@ -13,6 +13,18 @@
"paramscmd"
:
"/usr/local/sv2/dev/desktop/logparams.py {jobid}"
,
"client"
:
{
"cmd"
:
null
,
"redir"
:
"index.html?token={token}"
},
"states"
:
[
"RUNNING"
,
"COMPLETED"
]
},
{
"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"
]
}
...
...
@@ -36,6 +48,18 @@
"paramscmd"
:
"/usr/local/sv2/dev/desktop/logparams.py {jobid}"
,
"client"
:
{
"cmd"
:
null
,
"redir"
:
"index.html?token={token}"
},
"states"
:
[
"RUNNING"
,
"COMPLETED"
]
},
{
"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"
]
}
],
...
...
@@ -52,6 +76,33 @@
"client"
:
{
"cmd"
:
null
,
"redir"
:
""
}
}],
"localbind"
:
true
,
"applist"
:
null
},
{
"name"
:
"History"
,
"startscript"
:
"#!/bin/bash
\n
/usr/local/sv2/dev/desktop/desktop.slurm
\n
"
,
"actions"
:
[
{
"name"
:
"Connect"
,
"paramscmd"
:
"/usr/local/sv2/dev/jupyter/jupyter_params.py {jobid}"
,
"client"
:
{
"cmd"
:
null
,
"redir"
:
"?token={token}"
},
"states"
:
[
"RUNNING"
]
},
{
"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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment