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

Side by Side Diff: scripts/slave/recipe_modules/disk/example.expected/basic.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_TEXT@50.00/100.00 GiB (50%) used@@@", 12 "@@@STEP_TEXT@50.00/100.00 GiB (50%) used@@@",
14 "@@@STEP_LOG_LINE@json.output@{@@@", 13 "@@@STEP_LOG_LINE@json.output@{@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"capacity\": 107374182400, @@@", 14 "@@@STEP_LOG_LINE@json.output@ \"capacity\": 107374182400, @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"used\": 53687091200@@@", 15 "@@@STEP_LOG_LINE@json.output@ \"used\": 53687091200@@@",
17 "@@@STEP_LOG_LINE@json.output@}@@@", 16 "@@@STEP_LOG_LINE@json.output@}@@@",
18 "@@@STEP_LOG_END@json.output@@@" 17 "@@@STEP_LOG_END@json.output@@@"
19 ] 18 ]
20 }, 19 },
21 { 20 {
22 "cmd": [ 21 "cmd": [
23 "python", 22 "python",
24 "-u", 23 "-u",
25 "RECIPE_MODULE[build::disk]/resources/statvfs.py", 24 "RECIPE_MODULE[build::disk]/resources/statvfs.py",
26 "[SLAVE_BUILD]" 25 "[CWD]"
27 ], 26 ],
28 "cwd": "[SLAVE_BUILD]",
29 "name": "usage2", 27 "name": "usage2",
30 "stdout": "/path/to/tmp/json", 28 "stdout": "/path/to/tmp/json",
31 "~followup_annotations": [ 29 "~followup_annotations": [
32 "@@@STEP_TEXT@51.00/100.00 GiB (51%) used. Delta: +1024.00 MiB@@@", 30 "@@@STEP_TEXT@51.00/100.00 GiB (51%) used. Delta: +1024.00 MiB@@@",
33 "@@@STEP_LOG_LINE@json.output@{@@@", 31 "@@@STEP_LOG_LINE@json.output@{@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"capacity\": 107374182400, @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"capacity\": 107374182400, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"used\": 54760833024@@@", 33 "@@@STEP_LOG_LINE@json.output@ \"used\": 54760833024@@@",
36 "@@@STEP_LOG_LINE@json.output@}@@@", 34 "@@@STEP_LOG_LINE@json.output@}@@@",
37 "@@@STEP_LOG_END@json.output@@@" 35 "@@@STEP_LOG_END@json.output@@@"
38 ] 36 ]
39 }, 37 },
40 { 38 {
41 "name": "$result", 39 "name": "$result",
42 "recipe_result": null, 40 "recipe_result": null,
43 "status_code": 0 41 "status_code": 0
44 } 42 }
45 ] 43 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/disk/api.py ('k') | scripts/slave/recipe_modules/disk/example.expected/high_usage.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698