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 "~followup_annotations": [ | 42 "~followup_annotations": [ |
40 "@@@STEP_TEXT@Active rolls found.@@@" | 43 "@@@STEP_TEXT@Active rolls found.@@@" |
41 ] | 44 ] |
42 }, | 45 }, |
43 { | 46 { |
44 "cmd": [ | 47 "cmd": [ |
45 "python", | 48 "python", |
46 "-u", | 49 "-u", |
47 "/opt/infra-python/run.py", | 50 "/opt/infra-python/run.py", |
48 "infra.tools.send_ts_mon_values", | 51 "infra.tools.send_ts_mon_values", |
49 "--ts-mon-target-type", | 52 "--ts-mon-target-type", |
50 "task", | 53 "task", |
51 "--ts-mon-task-service-name", | 54 "--ts-mon-task-service-name", |
52 "auto-roll", | 55 "auto-roll", |
53 "--ts-mon-task-job-name", | 56 "--ts-mon-task-job-name", |
54 "roll", | 57 "roll", |
55 "--counter", | 58 "--counter", |
56 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\"
: \"active_roll\", \"value\": 1}" | 59 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\"
: \"active_roll\", \"value\": 1}" |
57 ], | 60 ], |
| 61 "cwd": "[SLAVE_BUILD]", |
58 "name": "upload stats" | 62 "name": "upload stats" |
59 }, | 63 }, |
60 { | 64 { |
61 "name": "$result", | 65 "name": "$result", |
62 "recipe_result": null, | 66 "recipe_result": null, |
63 "status_code": 0 | 67 "status_code": 0 |
64 } | 68 } |
65 ] | 69 ] |
OLD | NEW |