OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
7 "--show-path", | 7 "--show-path", |
8 "python", | 8 "python", |
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", |
11 "name": "cleanup_temp" | 12 "name": "cleanup_temp" |
12 }, | 13 }, |
13 { | 14 { |
14 "cmd": [ | 15 "cmd": [ |
15 "python", | 16 "python", |
16 "-u", | 17 "-u", |
17 "[ROOT]/b/build/scripts/tools/runit.py", | 18 "[BUILD]/scripts/tools/runit.py", |
18 "[ROOT]/b/build/scripts/tools/pycurl.py", | 19 "[BUILD]/scripts/tools/pycurl.py", |
19 "https://v8-roll.appspot.com/status" | 20 "https://v8-roll.appspot.com/status" |
20 ], | 21 ], |
| 22 "cwd": "[SLAVE_BUILD]", |
21 "name": "check roll status", | 23 "name": "check roll status", |
22 "stdout": "/path/to/tmp/", | 24 "stdout": "/path/to/tmp/", |
23 "~followup_annotations": [ | 25 "~followup_annotations": [ |
24 "@@@STEP_TEXT@Rolling activated@@@", | 26 "@@@STEP_TEXT@Rolling activated@@@", |
25 "@@@STEP_LOG_LINE@stdout@1@@@", | 27 "@@@STEP_LOG_LINE@stdout@1@@@", |
26 "@@@STEP_LOG_END@stdout@@@" | 28 "@@@STEP_LOG_END@stdout@@@" |
27 ] | 29 ] |
28 }, | 30 }, |
29 { | 31 { |
30 "cmd": [ | 32 "cmd": [ |
31 "python", | 33 "python", |
32 "-u", | 34 "-u", |
33 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", | 35 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", |
34 "https://codereview.chromium.org/search?owner=v8-autoroll%40chromium.org&l
imit=30&closed=3&format=json", | 36 "https://codereview.chromium.org/search?owner=v8-autoroll%40chromium.org&l
imit=30&closed=3&format=json", |
35 "--outfile", | 37 "--outfile", |
36 "/path/to/tmp/" | 38 "/path/to/tmp/" |
37 ], | 39 ], |
| 40 "cwd": "[SLAVE_BUILD]", |
38 "name": "check active roll" | 41 "name": "check active roll" |
39 }, | 42 }, |
40 { | 43 { |
41 "cmd": [ | 44 "cmd": [ |
42 "commit_queue", | 45 "commit_queue", |
43 "set", | 46 "set", |
44 "-i", | 47 "-i", |
45 "123456" | 48 "123456" |
46 ], | 49 ], |
| 50 "cwd": "[SLAVE_BUILD]", |
47 "name": "send issue to CQ", | 51 "name": "send issue to CQ", |
48 "~followup_annotations": [ | 52 "~followup_annotations": [ |
49 "@@@STEP_TEXT@Stale roll found. Resubmitted to CQ.@@@" | 53 "@@@STEP_TEXT@Stale roll found. Resubmitted to CQ.@@@" |
50 ] | 54 ] |
51 }, | 55 }, |
52 { | 56 { |
53 "cmd": [ | 57 "cmd": [ |
54 "python", | 58 "python", |
55 "-u", | 59 "-u", |
56 "/opt/infra-python/run.py", | 60 "/opt/infra-python/run.py", |
57 "infra.tools.send_ts_mon_values", | 61 "infra.tools.send_ts_mon_values", |
58 "--ts-mon-target-type", | 62 "--ts-mon-target-type", |
59 "task", | 63 "task", |
60 "--ts-mon-task-service-name", | 64 "--ts-mon-task-service-name", |
61 "auto-roll", | 65 "auto-roll", |
62 "--ts-mon-task-job-name", | 66 "--ts-mon-task-job-name", |
63 "roll", | 67 "roll", |
64 "--counter", | 68 "--counter", |
65 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\"
: \"stale_roll\", \"value\": 1}" | 69 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\"
: \"stale_roll\", \"value\": 1}" |
66 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
67 "name": "upload stats" | 72 "name": "upload stats" |
68 }, | 73 }, |
69 { | 74 { |
70 "name": "$result", | 75 "name": "$result", |
71 "recipe_result": null, | 76 "recipe_result": null, |
72 "status_code": 0 | 77 "status_code": 0 |
73 } | 78 } |
74 ] | 79 ] |
OLD | NEW |