OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[ROOT]/b/build/scripts/tools/pycurl.py", | 6 "[BUILD]/scripts/tools/pycurl.py", |
7 "https://webrtc-roll-cr-rev-status.appspot.com/status" | 7 "https://webrtc-roll-cr-rev-status.appspot.com/status" |
8 ], | 8 ], |
| 9 "cwd": "[SLAVE_BUILD]", |
9 "name": "check roll status", | 10 "name": "check roll status", |
10 "stdout": "/path/to/tmp/", | 11 "stdout": "/path/to/tmp/", |
11 "~followup_annotations": [ | 12 "~followup_annotations": [ |
12 "@@@STEP_TEXT@Rolling deactivated@@@", | 13 "@@@STEP_TEXT@Rolling deactivated@@@", |
13 "@@@STEP_LOG_LINE@stdout@0@@@", | 14 "@@@STEP_LOG_LINE@stdout@0@@@", |
14 "@@@STEP_LOG_END@stdout@@@" | 15 "@@@STEP_LOG_END@stdout@@@" |
15 ] | 16 ] |
16 }, | 17 }, |
17 { | 18 { |
18 "name": "$result", | 19 "name": "$result", |
19 "recipe_result": null, | 20 "recipe_result": null, |
20 "status_code": 0 | 21 "status_code": 0 |
21 } | 22 } |
22 ] | 23 ] |
OLD | NEW |