Removed old unneeded file
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@146877 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
7fc5d90aef
commit
93e4d815e9
|
@ -1,36 +0,0 @@
|
||||||
[
|
|
||||||
|
|
||||||
{
|
|
||||||
"pluginName" : "HelloWorld",
|
|
||||||
"pluginFeatures" : {
|
|
||||||
"version" : "1.1.0"
|
|
||||||
},
|
|
||||||
"inputs" : {
|
|
||||||
"sleepTime" : 1000,
|
|
||||||
"test" : 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"pluginName" : "HelloWorld",
|
|
||||||
"inputs" : {
|
|
||||||
"sleepTime" : 1000,
|
|
||||||
"test" : 2
|
|
||||||
},
|
|
||||||
"scheduling" : {
|
|
||||||
"delay" : "2000",
|
|
||||||
"schedulingTimes" : "2",
|
|
||||||
"previuosExecutionsMustBeCompleted" : false,
|
|
||||||
"global" : true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"pluginName" : "HelloWorld",
|
|
||||||
"inputs" : {
|
|
||||||
"sleepTime" : 1000,
|
|
||||||
"test" : 3
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
|
Loading…
Reference in New Issue