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