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

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

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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/slave/recipe_modules/disk/resources/statvfs.py", 6 "RECIPE_MODULE[disk]/resources/statvfs.py",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "usage1", 9 "name": "usage1",
10 "stdout": "/path/to/tmp/json", 10 "stdout": "/path/to/tmp/json",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_TEXT@90.00/100.00 GiB (90%) used@@@", 12 "@@@STEP_TEXT@90.00/100.00 GiB (90%) used@@@",
13 "@@@STEP_LOG_LINE@json.output@{@@@", 13 "@@@STEP_LOG_LINE@json.output@{@@@",
14 "@@@STEP_LOG_LINE@json.output@ \"capacity\": 107374182400, @@@", 14 "@@@STEP_LOG_LINE@json.output@ \"capacity\": 107374182400, @@@",
15 "@@@STEP_LOG_LINE@json.output@ \"used\": 96636764160@@@", 15 "@@@STEP_LOG_LINE@json.output@ \"used\": 96636764160@@@",
16 "@@@STEP_LOG_LINE@json.output@}@@@", 16 "@@@STEP_LOG_LINE@json.output@}@@@",
17 "@@@STEP_LOG_END@json.output@@@", 17 "@@@STEP_LOG_END@json.output@@@",
18 "@@@STEP_WARNINGS@@@" 18 "@@@STEP_WARNINGS@@@"
19 ] 19 ]
20 }, 20 },
21 { 21 {
22 "cmd": [ 22 "cmd": [
23 "python", 23 "python",
24 "-u", 24 "-u",
25 "[BUILD]/scripts/slave/recipe_modules/disk/resources/statvfs.py", 25 "RECIPE_MODULE[disk]/resources/statvfs.py",
26 "[SLAVE_BUILD]" 26 "[SLAVE_BUILD]"
27 ], 27 ],
28 "name": "usage2", 28 "name": "usage2",
29 "stdout": "/path/to/tmp/json", 29 "stdout": "/path/to/tmp/json",
30 "~followup_annotations": [ 30 "~followup_annotations": [
31 "@@@STEP_TEXT@51.00/100.00 GiB (51%) used. Delta: -39936.00 MiB@@@", 31 "@@@STEP_TEXT@51.00/100.00 GiB (51%) used. Delta: -39936.00 MiB@@@",
32 "@@@STEP_LOG_LINE@json.output@{@@@", 32 "@@@STEP_LOG_LINE@json.output@{@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"capacity\": 107374182400, @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"capacity\": 107374182400, @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"used\": 54760833024@@@", 34 "@@@STEP_LOG_LINE@json.output@ \"used\": 54760833024@@@",
35 "@@@STEP_LOG_LINE@json.output@}@@@", 35 "@@@STEP_LOG_LINE@json.output@}@@@",
36 "@@@STEP_LOG_END@json.output@@@" 36 "@@@STEP_LOG_END@json.output@@@"
37 ] 37 ]
38 } 38 }
39 ] 39 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698