Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Side by Side Diff: scripts/slave/recipes/webrtc/auto_roll_webrtc_deps.expected/rolling_deactivated.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698