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:
Luca Frosini 2017-04-13 14:35:46 +00:00
parent 7fc5d90aef
commit 93e4d815e9
1 changed files with 0 additions and 36 deletions

View File

@ -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
}
}
]