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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698