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

Side by Side Diff: scripts/slave/recipe_modules/disk/example.expected/space_usage_fails_build.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, 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[build::disk]/resources/statvfs.py", 6 "RECIPE_MODULE[build::disk]/resources/statvfs.py",
7 "[SLAVE_BUILD]" 7 "[CWD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]",
10 "name": "usage1", 9 "name": "usage1",
11 "stdout": "/path/to/tmp/json", 10 "stdout": "/path/to/tmp/json",
12 "~followup_annotations": [ 11 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@json.output@{@@@", 12 "@@@STEP_LOG_LINE@json.output@{@@@",
14 "@@@STEP_LOG_LINE@json.output@ \"x\": 1@@@", 13 "@@@STEP_LOG_LINE@json.output@ \"x\": 1@@@",
15 "@@@STEP_LOG_LINE@json.output@}@@@", 14 "@@@STEP_LOG_LINE@json.output@}@@@",
16 "@@@STEP_LOG_END@json.output@@@", 15 "@@@STEP_LOG_END@json.output@@@",
17 "@@@STEP_LOG_LINE@exception@KeyError('capacity',)@@@", 16 "@@@STEP_LOG_LINE@exception@KeyError('capacity',)@@@",
18 "@@@STEP_LOG_END@exception@@@", 17 "@@@STEP_LOG_END@exception@@@",
19 "@@@STEP_WARNINGS@@@" 18 "@@@STEP_WARNINGS@@@"
20 ] 19 ]
21 }, 20 },
22 { 21 {
23 "name": "$result", 22 "name": "$result",
24 "reason": "Could not get disk info: 'capacity'", 23 "reason": "Could not get disk info: 'capacity'",
25 "status_code": 1 24 "status_code": 1
26 } 25 }
27 ] 26 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698