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

Side by Side Diff: scripts/slave/recipes/mojo.expected/mojo_android_builder_tests_dbg.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[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "Mojo Android Builder Tests (dbg)", 10 "Mojo Android Builder Tests (dbg)",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/mojo.git '}]\ntarget_os = ['android']", 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co m/external/mojo.git'}]\ntarget_os = ['android']",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[ROOT]/b/build/slave/cache_dir",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "src@HEAD", 24 "src@HEAD",
25 "--force", 25 "--force",
26 "--output_manifest" 26 "--output_manifest"
27 ], 27 ],
28 "cwd": "[SLAVE_BUILD]",
29 "env": { 28 "env": {
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
31 }, 30 },
32 "name": "bot_update", 31 "name": "bot_update",
33 "~followup_annotations": [ 32 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
39 "@@@STEP_LOG_LINE@json.output@ }, @@@", 38 "@@@STEP_LOG_LINE@json.output@ }, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
46 "@@@STEP_LOG_LINE@json.output@}@@@", 45 "@@@STEP_LOG_LINE@json.output@}@@@",
47 "@@@STEP_LOG_END@json.output@@@" 46 "@@@STEP_LOG_END@json.output@@@"
48 ] 47 ]
49 }, 48 },
50 { 49 {
51 "cmd": [ 50 "cmd": [
52 "python", 51 "python",
53 "-u", 52 "-u",
54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
55 "runhooks" 54 "runhooks"
56 ], 55 ],
57 "cwd": "[SLAVE_BUILD]",
58 "env": { 56 "env": {
59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
60 }, 58 },
61 "name": "gclient runhooks" 59 "name": "gclient runhooks"
62 }, 60 },
63 { 61 {
64 "cmd": [ 62 "cmd": [
65 "python", 63 "python",
66 "-u", 64 "-u",
67 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", 65 "[CWD]/src/mojo/tools/mojob.py",
68 "gn", 66 "gn",
69 "--debug", 67 "--debug",
70 "--android" 68 "--android"
71 ], 69 ],
72 "cwd": "[SLAVE_BUILD]/src", 70 "cwd": "[CWD]/src",
73 "env": { 71 "env": {
74 "GOMA_DIR": "[BUILD]/goma" 72 "GOMA_DIR": "[ROOT]/b/build/goma"
75 }, 73 },
76 "name": "mojob gn" 74 "name": "mojob gn"
77 }, 75 },
78 { 76 {
79 "cmd": [ 77 "cmd": [
80 "python", 78 "python",
81 "-u", 79 "-u",
82 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", 80 "[CWD]/src/mojo/tools/mojob.py",
83 "build", 81 "build",
84 "--debug", 82 "--debug",
85 "--android" 83 "--android"
86 ], 84 ],
87 "cwd": "[SLAVE_BUILD]",
88 "env": { 85 "env": {
89 "GOMA_DIR": "[BUILD]/goma" 86 "GOMA_DIR": "[ROOT]/b/build/goma"
90 }, 87 },
91 "name": "mojob build" 88 "name": "mojob build"
92 }, 89 },
93 { 90 {
94 "cmd": [ 91 "cmd": [
95 "python", 92 "python",
96 "-u", 93 "-u",
97 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 94 "[CWD]/src/build/android/buildbot/bb_device_status_check.py",
98 "--json-output", 95 "--json-output",
99 "/path/to/tmp/json", 96 "/path/to/tmp/json",
100 "--restart-usb", 97 "--restart-usb",
101 "--known-devices-file", 98 "--known-devices-file",
102 "[BUILD]/site_config/.known_devices" 99 "[ROOT]/b/build/site_config/.known_devices"
103 ], 100 ],
104 "cwd": "[SLAVE_BUILD]",
105 "name": "device_status_check", 101 "name": "device_status_check",
106 "~followup_annotations": [ 102 "~followup_annotations": [
107 "@@@STEP_TEXT@Online devices: 1@@@", 103 "@@@STEP_TEXT@Online devices: 1@@@",
108 "@@@STEP_LOG_LINE@json.output@[@@@", 104 "@@@STEP_LOG_LINE@json.output@[@@@",
109 "@@@STEP_LOG_LINE@json.output@ {@@@", 105 "@@@STEP_LOG_LINE@json.output@ {@@@",
110 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", 106 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@",
111 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", 107 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@",
112 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", 108 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@",
113 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", 109 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@",
114 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", 110 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@",
(...skipping 13 matching lines...) Expand all
128 "@@@STEP_LOG_LINE@json.output@ \"wifi_ip\": \"\"@@@", 124 "@@@STEP_LOG_LINE@json.output@ \"wifi_ip\": \"\"@@@",
129 "@@@STEP_LOG_LINE@json.output@ }@@@", 125 "@@@STEP_LOG_LINE@json.output@ }@@@",
130 "@@@STEP_LOG_LINE@json.output@]@@@", 126 "@@@STEP_LOG_LINE@json.output@]@@@",
131 "@@@STEP_LOG_END@json.output@@@" 127 "@@@STEP_LOG_END@json.output@@@"
132 ] 128 ]
133 }, 129 },
134 { 130 {
135 "cmd": [ 131 "cmd": [
136 "python", 132 "python",
137 "-u", 133 "-u",
138 "[SLAVE_BUILD]/src/build/android/provision_devices.py" 134 "[CWD]/src/build/android/provision_devices.py"
139 ], 135 ],
140 "cwd": "[SLAVE_BUILD]",
141 "name": "provision_device" 136 "name": "provision_device"
142 }, 137 },
143 { 138 {
144 "cmd": [ 139 "cmd": [
145 "python", 140 "python",
146 "-u", 141 "-u",
147 "[SLAVE_BUILD]/src/mojo/tools/get_test_list.py", 142 "[CWD]/src/mojo/tools/get_test_list.py",
148 "{\"build_number\": 571, \"builder_name\": \"Mojo Android Builder Tests (d bg)\", \"dcheck_always_on\": false, \"is_debug\": true, \"master_name\": \"chrom ium.testing.master\", \"target_os\": \"android\", \"test_results_server\": \"tes t-results.appspot.com\", \"test_types\": [\"default\"]}", 143 "{\"build_number\": 571, \"builder_name\": \"Mojo Android Builder Tests (d bg)\", \"dcheck_always_on\": false, \"is_debug\": true, \"master_name\": \"chrom ium.testing.master\", \"target_os\": \"android\", \"test_results_server\": \"tes t-results.appspot.com\", \"test_types\": [\"default\"]}",
149 "/path/to/tmp/json" 144 "/path/to/tmp/json"
150 ], 145 ],
151 "cwd": "[SLAVE_BUILD]",
152 "name": "get_test_list", 146 "name": "get_test_list",
153 "~followup_annotations": [ 147 "~followup_annotations": [
154 "@@@STEP_LOG_LINE@json.output@[@@@", 148 "@@@STEP_LOG_LINE@json.output@[@@@",
155 "@@@STEP_LOG_LINE@json.output@ {@@@", 149 "@@@STEP_LOG_LINE@json.output@ {@@@",
156 "@@@STEP_LOG_LINE@json.output@ \"command\": [@@@", 150 "@@@STEP_LOG_LINE@json.output@ \"command\": [@@@",
157 "@@@STEP_LOG_LINE@json.output@ \"world\"@@@", 151 "@@@STEP_LOG_LINE@json.output@ \"world\"@@@",
158 "@@@STEP_LOG_LINE@json.output@ ], @@@", 152 "@@@STEP_LOG_LINE@json.output@ ], @@@",
159 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Hello\"@@@", 153 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Hello\"@@@",
160 "@@@STEP_LOG_LINE@json.output@ }@@@", 154 "@@@STEP_LOG_LINE@json.output@ }@@@",
161 "@@@STEP_LOG_LINE@json.output@]@@@", 155 "@@@STEP_LOG_LINE@json.output@]@@@",
162 "@@@STEP_LOG_END@json.output@@@" 156 "@@@STEP_LOG_END@json.output@@@"
163 ] 157 ]
164 }, 158 },
165 { 159 {
166 "cmd": [ 160 "cmd": [
167 "world" 161 "world"
168 ], 162 ],
169 "cwd": "[SLAVE_BUILD]/src", 163 "cwd": "[CWD]/src",
170 "name": "Hello" 164 "name": "Hello"
171 }, 165 },
172 { 166 {
173 "name": "$result", 167 "name": "$result",
174 "recipe_result": null, 168 "recipe_result": null,
175 "status_code": 0 169 "status_code": 0
176 } 170 }
177 ] 171 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698