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

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

Powered by Google App Engine
This is Rietveld 408576698