| 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 deactivated@@@", | 26 "@@@STEP_TEXT@Rolling deactivated@@@", |
| 25 "@@@STEP_LOG_LINE@stdout@0@@@", | 27 "@@@STEP_LOG_LINE@stdout@0@@@", |
| 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 "/opt/infra-python/run.py", | 35 "/opt/infra-python/run.py", |
| 34 "infra.tools.send_ts_mon_values", | 36 "infra.tools.send_ts_mon_values", |
| 35 "--ts-mon-target-type", | 37 "--ts-mon-target-type", |
| 36 "task", | 38 "task", |
| 37 "--ts-mon-task-service-name", | 39 "--ts-mon-task-service-name", |
| 38 "auto-roll", | 40 "auto-roll", |
| 39 "--ts-mon-task-job-name", | 41 "--ts-mon-task-job-name", |
| 40 "roll", | 42 "roll", |
| 41 "--counter", | 43 "--counter", |
| 42 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\"
: \"deactivated\", \"value\": 1}" | 44 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\"
: \"deactivated\", \"value\": 1}" |
| 43 ], | 45 ], |
| 46 "cwd": "[SLAVE_BUILD]", |
| 44 "name": "upload stats" | 47 "name": "upload stats" |
| 45 }, | 48 }, |
| 46 { | 49 { |
| 47 "name": "$result", | 50 "name": "$result", |
| 48 "recipe_result": null, | 51 "recipe_result": null, |
| 49 "status_code": 0 | 52 "status_code": 0 |
| 50 } | 53 } |
| 51 ] | 54 ] |
| OLD | NEW |