-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcloud-runner.tpl.json
52 lines (52 loc) · 1.56 KB
/
cloud-runner.tpl.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name":"docker runner test",
"appId": "cloud-runner-0.1.0u4",
"batchQueue": "debug",
"executionSystem": "docker.iplantcollaborative.org",
"maxRunTime": "01:00:00",
"memoryPerNode": "1GB",
"nodeCount": 1,
"processorsPerNode": 1,
"archive": true,
"archiveSystem": "data.iplantcollaborative.org",
"archivePath": null,
"inputs": {
"dockerFile": [
"http://lorempixel.com/640/480/sports/?key=SKlF4e5fTMdU",
"http://lorempixel.com/640/480/sports/?key=XhYzzb4e87UQ",
"agave://data.iplantcollaborative.org/dooley/inputs/hqoz5bPmSFmj.dat",
"http://lorempixel.com/640/480/sports/?key=+NowG6r1Htou",
"http://lorempixel.com/640/480/sports/?key=3bMtyMN0vSrn"
],
"appBundle": [
"http://lorempixel.com/640/480/sports/?key=pf54jfl5EBGz",
"http://lorempixel.com/640/480/sports/?key=WThfP5OGD10W",
"agave://data.iplantcollaborative.org/dooley/inputs/hSqI6fAxz0Sx.dat",
"http://lorempixel.com/640/480/sports/?key=ljnr/B/zqlEl",
"http://lorempixel.com/640/480/sports/?key=vqa7qIjkbFHR"
]
},
"parameters": {
"dockerImage": "agaveapi/scipy-matplot-2.7",
"command": "python",
"unpackInputs": true,
"commandArgs": "main.py"
},
"notifications": [
{
"url":"http://requestbin.agaveapi.co/10pkej11?job_id=${JOB_ID}&status=${JOB_STATUS}",
"event":"*",
"persistent":true
},
{
"url":"[email protected]",
"event":"FINISHED",
"persistent":false
},
{
"url":"[email protected]",
"event":"FAILED",
"persistent":false
}
]
}