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