| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "cleanup_temp" | 9 "name": "cleanup_temp" |
| 10 }, | 10 }, |
| 11 { | 11 { |
| 12 "cmd": [ | 12 "cmd": [ |
| 13 "python", | 13 "python", |
| 14 "-u", | 14 "-u", |
| 15 "[BUILD]/scripts/tools/runit.py", | 15 "[BUILD]/scripts/tools/runit.py", |
| 16 "[BUILD]/scripts/tools/pycurl.py", | 16 "[BUILD]/scripts/tools/pycurl.py", |
| 17 "https://v8-roll.appspot.com/status" | 17 "https://webrtc-roll.appspot.com/status" |
| 18 ], | 18 ], |
| 19 "cwd": "[SLAVE_BUILD]", | 19 "cwd": "[SLAVE_BUILD]", |
| 20 "name": "check roll status", | 20 "name": "check roll status", |
| 21 "stdout": "/path/to/tmp/", | 21 "stdout": "/path/to/tmp/", |
| 22 "~followup_annotations": [ | 22 "~followup_annotations": [ |
| 23 "@@@STEP_TEXT@Rolling deactivated@@@", | 23 "@@@STEP_TEXT@Rolling deactivated@@@", |
| 24 "@@@STEP_LOG_LINE@stdout@0@@@", | 24 "@@@STEP_LOG_LINE@stdout@0@@@", |
| 25 "@@@STEP_LOG_END@stdout@@@" | 25 "@@@STEP_LOG_END@stdout@@@" |
| 26 ] | 26 ] |
| 27 }, | 27 }, |
| 28 { | 28 { |
| 29 "name": "$result", | 29 "name": "$result", |
| 30 "recipe_result": null, | 30 "recipe_result": null, |
| 31 "status_code": 0 | 31 "status_code": 0 |
| 32 } | 32 } |
| 33 ] | 33 ] |
| OLD | NEW |