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

Side by Side Diff: scripts/slave/recipe_modules/disk/example.expected/space_usage_fails_build.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "RECIPE_MODULE[disk]/resources/statvfs.py", 6 "RECIPE_MODULE[build.disk]/resources/statvfs.py",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "usage1", 10 "name": "usage1",
11 "stdout": "/path/to/tmp/json", 11 "stdout": "/path/to/tmp/json",
12 "~followup_annotations": [ 12 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@json.output@{@@@", 13 "@@@STEP_LOG_LINE@json.output@{@@@",
14 "@@@STEP_LOG_LINE@json.output@ \"x\": 1@@@", 14 "@@@STEP_LOG_LINE@json.output@ \"x\": 1@@@",
15 "@@@STEP_LOG_LINE@json.output@}@@@", 15 "@@@STEP_LOG_LINE@json.output@}@@@",
16 "@@@STEP_LOG_END@json.output@@@", 16 "@@@STEP_LOG_END@json.output@@@",
17 "@@@STEP_LOG_LINE@exception@KeyError('capacity',)@@@", 17 "@@@STEP_LOG_LINE@exception@KeyError('capacity',)@@@",
18 "@@@STEP_LOG_END@exception@@@", 18 "@@@STEP_LOG_END@exception@@@",
19 "@@@STEP_WARNINGS@@@" 19 "@@@STEP_WARNINGS@@@"
20 ] 20 ]
21 }, 21 },
22 { 22 {
23 "name": "$result", 23 "name": "$result",
24 "reason": "Could not get disk info: 'capacity'", 24 "reason": "Could not get disk info: 'capacity'",
25 "status_code": 1 25 "status_code": 1
26 } 26 }
27 ] 27 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698