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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win8_Aura.json

Issue 1187773004: Add swarming support for MB (and the GN bots) in the chromium recipes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: fixes Created 5 years, 6 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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 67 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
68 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 68 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
69 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 69 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
71 ] 71 ]
72 }, 72 },
73 { 73 {
74 "cmd": [ 74 "cmd": [
75 "python", 75 "python",
76 "-u", 76 "-u",
77 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
78 "--version"
79 ],
80 "cwd": "[SLAVE_BUILD]",
81 "name": "swarming.py --version",
82 "stdout": "/path/to/tmp/",
83 "~followup_annotations": [
84 "@@@STEP_TEXT@0.4.10@@@"
85 ]
86 },
87 {
88 "cmd": [
89 "python",
90 "-u",
77 "[DEPOT_TOOLS]\\gclient.py", 91 "[DEPOT_TOOLS]\\gclient.py",
78 "runhooks" 92 "runhooks"
79 ], 93 ],
80 "cwd": "[SLAVE_BUILD]", 94 "cwd": "[SLAVE_BUILD]",
81 "env": { 95 "env": {
82 "GYP_CHROMIUM_NO_ACTION": "1" 96 "GYP_CHROMIUM_NO_ACTION": "1"
83 }, 97 },
84 "name": "gclient runhooks" 98 "name": "gclient runhooks"
85 }, 99 },
86 { 100 {
87 "cmd": [ 101 "cmd": [
88 "python",
89 "-u",
90 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
91 "gen",
92 "-v",
93 "-m",
94 "chromium.win",
95 "-b",
96 "Win8 Aura",
97 "--config-file",
98 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
99 "--goma-dir",
100 "[BUILD]\\goma",
101 "//out/Debug"
102 ],
103 "cwd": "[SLAVE_BUILD]",
104 "name": "generate_build_files"
105 },
106 {
107 "cmd": [
108 "python", 102 "python",
109 "-u", 103 "-u",
110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 104 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
111 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", 105 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json",
112 "/path/to/tmp/json" 106 "/path/to/tmp/json"
113 ], 107 ],
114 "cwd": "[SLAVE_BUILD]", 108 "cwd": "[SLAVE_BUILD]",
115 "name": "read test spec", 109 "name": "read test spec",
116 "~followup_annotations": [ 110 "~followup_annotations": [
117 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@", 111 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@",
118 "@@@STEP_LOG_LINE@json.output@{}@@@", 112 "@@@STEP_LOG_LINE@json.output@{@@@",
113 "@@@STEP_LOG_LINE@json.output@ \"Win8 Aura\": {@@@",
114 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
115 "@@@STEP_LOG_LINE@json.output@ {@@@",
116 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
117 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
118 "@@@STEP_LOG_LINE@json.output@ }, @@@",
119 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
120 "@@@STEP_LOG_LINE@json.output@ }@@@",
121 "@@@STEP_LOG_LINE@json.output@ ]@@@",
122 "@@@STEP_LOG_LINE@json.output@ }@@@",
123 "@@@STEP_LOG_LINE@json.output@}@@@",
119 "@@@STEP_LOG_END@json.output@@@" 124 "@@@STEP_LOG_END@json.output@@@"
120 ] 125 ]
121 }, 126 },
122 { 127 {
123 "cmd": [ 128 "cmd": [
124 "python", 129 "python",
125 "-u", 130 "-u",
126 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 131 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
127 "--output", 132 "--output",
128 "/path/to/tmp/json", 133 "/path/to/tmp/json",
(...skipping 18 matching lines...) Expand all
147 "-u", 152 "-u",
148 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 153 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
149 ], 154 ],
150 "cwd": "[SLAVE_BUILD]", 155 "cwd": "[SLAVE_BUILD]",
151 "name": "cleanup_temp" 156 "name": "cleanup_temp"
152 }, 157 },
153 { 158 {
154 "cmd": [ 159 "cmd": [
155 "python", 160 "python",
156 "-u", 161 "-u",
162 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
163 "gen",
164 "-v",
165 "-m",
166 "chromium.win",
167 "-b",
168 "Win8 Aura",
169 "--config-file",
170 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
171 "--goma-dir",
172 "[BUILD]\\goma",
173 "--swarming-targets-file",
174 "browser_tests\n",
175 "//out/Debug"
176 ],
177 "cwd": "[SLAVE_BUILD]",
178 "name": "generate_build_files"
179 },
180 {
181 "cmd": [
182 "python",
183 "-u",
184 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
185 "--build-dir",
186 "[SLAVE_BUILD]\\src\\out\\Debug",
187 "--clean-isolated-files"
188 ],
189 "cwd": "[SLAVE_BUILD]",
190 "name": "clean isolated files"
191 },
192 {
193 "cmd": [
194 "python",
195 "-u",
157 "[BUILD]\\scripts\\slave\\compile.py", 196 "[BUILD]\\scripts\\slave\\compile.py",
158 "--target", 197 "--target",
159 "Debug", 198 "Debug",
160 "--src-dir", 199 "--src-dir",
161 "[SLAVE_BUILD]\\src", 200 "[SLAVE_BUILD]\\src",
162 "--build-tool", 201 "--build-tool",
163 "ninja", 202 "ninja",
164 "--compiler", 203 "--compiler",
165 "goma", 204 "goma",
166 "--goma-dir", 205 "--goma-dir",
167 "[BUILD]\\goma", 206 "[BUILD]\\goma",
168 "--", 207 "--",
169 "All", 208 "browser_tests",
170 "chromium_builder_tests" 209 "browser_tests_run",
210 "crash_service"
171 ], 211 ],
172 "cwd": "[SLAVE_BUILD]", 212 "cwd": "[SLAVE_BUILD]",
173 "name": "compile" 213 "name": "compile"
214 },
215 {
216 "cmd": [
217 "python",
218 "-u",
219 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
220 "--build-dir",
221 "[SLAVE_BUILD]\\src\\out\\Debug",
222 "--src-dir",
223 "[SLAVE_BUILD]\\src"
224 ],
225 "cwd": "[SLAVE_BUILD]",
226 "name": "remove_build_metadata"
227 },
228 {
229 "cmd": [
230 "python",
231 "-u",
232 "RECIPE_MODULE[isolate]\\resources\\isolate.py",
233 "[SLAVE_BUILD]\\src\\tools\\swarming_client",
234 "batcharchive",
235 "--dump-json",
236 "/path/to/tmp/json",
237 "--isolate-server",
238 "https://isolateserver.appspot.com",
239 "--verbose",
240 "[SLAVE_BUILD]\\src\\out\\Debug\\browser_tests.isolated.gen.json"
241 ],
242 "cwd": "[SLAVE_BUILD]",
243 "name": "isolate tests",
244 "~followup_annotations": [
245 "@@@STEP_LOG_LINE@json.output@{@@@",
246 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
247 "@@@STEP_LOG_LINE@json.output@}@@@",
248 "@@@STEP_LOG_END@json.output@@@"
249 ]
250 },
251 {
252 "cmd": [
253 "python",
254 "-u",
255 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
256 "--build-dir",
257 "[SLAVE_BUILD]\\src\\out\\Debug",
258 "--output-json",
259 "/path/to/tmp/json"
260 ],
261 "cwd": "[SLAVE_BUILD]",
262 "name": "find isolated tests",
263 "~followup_annotations": [
264 "@@@STEP_LOG_LINE@json.output@{@@@",
265 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
266 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
267 "@@@STEP_LOG_LINE@json.output@}@@@",
268 "@@@STEP_LOG_END@json.output@@@",
269 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
270 ]
271 },
272 {
273 "cmd": [
274 "python",
275 "-u",
276 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
277 "--target",
278 "Debug"
279 ],
280 "cwd": "[SLAVE_BUILD]",
281 "name": "start_crash_service"
282 },
283 {
284 "cmd": [
285 "python",
286 "-u",
287 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
288 "browser_tests"
289 ],
290 "cwd": "[SLAVE_BUILD]",
291 "name": "[error] browser_tests",
292 "~followup_annotations": [
293 "@@@STEP_LOG_LINE@python.inline@@@@",
294 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
295 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
296 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
297 "@@@STEP_LOG_END@python.inline@@@"
298 ]
299 },
300 {
301 "cmd": [
302 "python",
303 "-u",
304 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
305 "browser_tests"
306 ],
307 "cwd": "[SLAVE_BUILD]",
308 "name": "[collect error] browser_tests",
309 "~followup_annotations": [
310 "@@@STEP_LOG_LINE@python.inline@@@@",
311 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
312 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
313 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
314 "@@@STEP_LOG_END@python.inline@@@"
315 ]
316 },
317 {
318 "cmd": [
319 "python",
320 "-u",
321 "[BUILD]\\scripts\\slave\\process_dumps.py",
322 "--target",
323 "Debug"
324 ],
325 "cwd": "[SLAVE_BUILD]",
326 "name": "process_dumps"
174 } 327 }
175 ] 328 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698