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

Side by Side Diff: scripts/slave/recipe_modules/disk/example.expected/space_usage_doesnt_fail_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, 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 "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 "cmd": [ 22 "cmd": [
24 "python", 23 "python",
25 "-u", 24 "-u",
26 "RECIPE_MODULE[build::disk]/resources/statvfs.py", 25 "RECIPE_MODULE[build::disk]/resources/statvfs.py",
27 "[SLAVE_BUILD]" 26 "[CWD]"
28 ], 27 ],
29 "cwd": "[SLAVE_BUILD]",
30 "name": "usage2", 28 "name": "usage2",
31 "stdout": "/path/to/tmp/json", 29 "stdout": "/path/to/tmp/json",
32 "~followup_annotations": [ 30 "~followup_annotations": [
33 "@@@STEP_TEXT@51.00/100.00 GiB (51%) used@@@", 31 "@@@STEP_TEXT@51.00/100.00 GiB (51%) used@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@", 32 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"capacity\": 107374182400, @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"capacity\": 107374182400, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"used\": 54760833024@@@", 34 "@@@STEP_LOG_LINE@json.output@ \"used\": 54760833024@@@",
37 "@@@STEP_LOG_LINE@json.output@}@@@", 35 "@@@STEP_LOG_LINE@json.output@}@@@",
38 "@@@STEP_LOG_END@json.output@@@" 36 "@@@STEP_LOG_END@json.output@@@"
39 ] 37 ]
40 }, 38 },
41 { 39 {
42 "name": "$result", 40 "name": "$result",
43 "recipe_result": null, 41 "recipe_result": null,
44 "status_code": 0 42 "status_code": 0
45 } 43 }
46 ] 44 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698