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

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

Issue 2335333002: Turn on swarming for PlzNavigate aigate (Closed)
Patch Set: Created 4 years, 3 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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "@@@STEP_LOG_LINE@json.output@ }@@@", 183 "@@@STEP_LOG_LINE@json.output@ }@@@",
184 "@@@STEP_LOG_LINE@json.output@ ]@@@", 184 "@@@STEP_LOG_LINE@json.output@ ]@@@",
185 "@@@STEP_LOG_LINE@json.output@}@@@", 185 "@@@STEP_LOG_LINE@json.output@}@@@",
186 "@@@STEP_LOG_END@json.output@@@" 186 "@@@STEP_LOG_END@json.output@@@"
187 ] 187 ]
188 }, 188 },
189 { 189 {
190 "cmd": [ 190 "cmd": [
191 "python", 191 "python",
192 "-u", 192 "-u",
193 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\tools\\swarming_client\\swarmin g.py",
194 "--version"
195 ],
196 "name": "swarming.py --version",
197 "stdout": "/path/to/tmp/",
198 "~followup_annotations": [
199 "@@@STEP_TEXT@0.8.6@@@"
200 ]
201 },
202 {
203 "cmd": [
204 "python",
205 "-u",
193 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 206 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
194 "runhooks" 207 "runhooks"
195 ], 208 ],
196 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win\\src", 209 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win\\src",
197 "env": { 210 "env": {
198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
199 "GYP_CHROMIUM_NO_ACTION": "1", 212 "GYP_CHROMIUM_NO_ACTION": "1",
200 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1", 213 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom a=1",
201 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 214 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
202 }, 215 },
203 "name": "gclient runhooks" 216 "name": "gclient runhooks"
204 }, 217 },
205 { 218 {
206 "cmd": [ 219 "cmd": [
207 "python", 220 "python",
208 "-u", 221 "-u",
209 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\testing\\scripts\\get_compile_t argets.py", 222 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\testing\\scripts\\get_compile_t argets.py",
210 "--output", 223 "--output",
(...skipping 16 matching lines...) Expand all
227 "cmd": [ 240 "cmd": [
228 "python", 241 "python",
229 "-u", 242 "-u",
230 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 243 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
231 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\testing\\buildbot\\chromium.fyi .json", 244 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\testing\\buildbot\\chromium.fyi .json",
232 "/path/to/tmp/json" 245 "/path/to/tmp/json"
233 ], 246 ],
234 "name": "read test spec (chromium.fyi.json)", 247 "name": "read test spec (chromium.fyi.json)",
235 "~followup_annotations": [ 248 "~followup_annotations": [
236 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Site_Isolation_Win\\src\\testing\\bui ldbot\\chromium.fyi.json@@@", 249 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Site_Isolation_Win\\src\\testing\\bui ldbot\\chromium.fyi.json@@@",
237 "@@@STEP_LOG_LINE@json.output@{}@@@", 250 "@@@STEP_LOG_LINE@json.output@{@@@",
251 "@@@STEP_LOG_LINE@json.output@ \"Site Isolation Win\": {@@@",
252 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
253 "@@@STEP_LOG_LINE@json.output@ {@@@",
254 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
255 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
256 "@@@STEP_LOG_LINE@json.output@ }, @@@",
257 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
258 "@@@STEP_LOG_LINE@json.output@ }@@@",
259 "@@@STEP_LOG_LINE@json.output@ ]@@@",
260 "@@@STEP_LOG_LINE@json.output@ }@@@",
261 "@@@STEP_LOG_LINE@json.output@}@@@",
238 "@@@STEP_LOG_END@json.output@@@" 262 "@@@STEP_LOG_END@json.output@@@"
239 ] 263 ]
240 }, 264 },
241 { 265 {
242 "cmd": [ 266 "cmd": [
243 "python", 267 "python",
244 "-u", 268 "-u",
245 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 269 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
246 "--show-path", 270 "--show-path",
247 "python", 271 "python",
248 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 272 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
249 ], 273 ],
250 "name": "cleanup_temp" 274 "name": "cleanup_temp"
251 }, 275 },
252 { 276 {
253 "cmd": [ 277 "cmd": [
254 "python", 278 "python",
255 "-u", 279 "-u",
280 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
281 "--build-dir",
282 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\out\\Release",
283 "--clean-isolated-files"
284 ],
285 "name": "clean isolated files"
286 },
287 {
288 "cmd": [
289 "python",
290 "-u",
256 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\tools\\mb\\mb.py", 291 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\tools\\mb\\mb.py",
257 "gen", 292 "gen",
258 "-m", 293 "-m",
259 "chromium.fyi", 294 "chromium.fyi",
260 "-b", 295 "-b",
261 "Site Isolation Win", 296 "Site Isolation Win",
262 "--config-file", 297 "--config-file",
263 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\tools\\mb\\mb_config.pyl", 298 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\tools\\mb\\mb_config.pyl",
264 "--goma-dir", 299 "--goma-dir",
265 "[CACHE]\\cipd\\goma", 300 "[CACHE]\\cipd\\goma",
301 "--swarming-targets-file",
302 "browser_tests\n",
266 "//out/Release" 303 "//out/Release"
267 ], 304 ],
268 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win\\src", 305 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win\\src",
269 "env": { 306 "env": {
270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
271 }, 308 },
272 "name": "generate_build_files" 309 "name": "generate_build_files",
310 "~followup_annotations": [
311 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
312 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
313 ]
273 }, 314 },
274 { 315 {
275 "cmd": [ 316 "cmd": [
276 "python", 317 "python",
277 "-u", 318 "-u",
278 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 319 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
279 "--show-path", 320 "--show-path",
280 "python", 321 "python",
281 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 322 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
282 "--gsutil-py-path", 323 "--gsutil-py-path",
(...skipping 19 matching lines...) Expand all
302 "--compiler", 343 "--compiler",
303 "goma", 344 "goma",
304 "--goma-jsonstatus", 345 "--goma-jsonstatus",
305 "/path/to/tmp/json", 346 "/path/to/tmp/json",
306 "--goma-service-account-json-file", 347 "--goma-service-account-json-file",
307 "C:\\creds\\service_accounts\\service-account-goma-client.json", 348 "C:\\creds\\service_accounts\\service-account-goma-client.json",
308 "--goma-dir", 349 "--goma-dir",
309 "[CACHE]\\cipd\\goma", 350 "[CACHE]\\cipd\\goma",
310 "--", 351 "--",
311 "blink_tests", 352 "blink_tests",
353 "browser_tests",
354 "browser_tests_run",
312 "content_browsertests", 355 "content_browsertests",
313 "content_unittests" 356 "content_unittests"
314 ], 357 ],
315 "env": { 358 "env": {
316 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 359 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
317 }, 360 },
318 "name": "compile", 361 "name": "compile",
319 "~followup_annotations": [ 362 "~followup_annotations": [
320 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 363 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
321 "@@@STEP_LOG_END@json.output (invalid)@@@" 364 "@@@STEP_LOG_END@json.output (invalid)@@@"
322 ] 365 ]
323 }, 366 },
324 { 367 {
325 "cmd": [ 368 "cmd": [
326 "python", 369 "python",
327 "-u", 370 "-u",
371 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\tools\\determinism\\remove_buil d_metadata.py",
372 "--build-dir",
373 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\out\\Release"
374 ],
375 "cwd": "[SLAVE_BUILD]",
376 "name": "remove_build_metadata"
377 },
378 {
379 "cmd": [
380 "python",
381 "-u",
382 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
383 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\tools\\swarming_client",
384 "batcharchive",
385 "--dump-json",
386 "/path/to/tmp/json",
387 "--isolate-server",
388 "https://isolateserver.appspot.com",
389 "--verbose",
390 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\out\\Release\\browser_tests.iso lated.gen.json"
391 ],
392 "name": "isolate tests",
393 "~followup_annotations": [
394 "@@@STEP_LOG_LINE@json.output@{@@@",
395 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
396 "@@@STEP_LOG_LINE@json.output@}@@@",
397 "@@@STEP_LOG_END@json.output@@@"
398 ]
399 },
400 {
401 "cmd": [
402 "python",
403 "-u",
404 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
405 "--build-dir",
406 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\out\\Release",
407 "--output-json",
408 "/path/to/tmp/json"
409 ],
410 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win",
411 "env": {
412 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
413 },
414 "name": "find isolated tests",
415 "~followup_annotations": [
416 "@@@STEP_LOG_LINE@json.output@{@@@",
417 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
418 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
419 "@@@STEP_LOG_LINE@json.output@}@@@",
420 "@@@STEP_LOG_END@json.output@@@",
421 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
422 ]
423 },
424 {
425 "cmd": [
426 "python",
427 "-u",
428 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
429 "browser_tests"
430 ],
431 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win",
432 "env": {
433 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
434 },
435 "name": "[error] browser_tests",
436 "~followup_annotations": [
437 "@@@STEP_LOG_LINE@python.inline@@@@",
438 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
439 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
440 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
441 "@@@STEP_LOG_END@python.inline@@@"
442 ]
443 },
444 {
445 "cmd": [
446 "python",
447 "-u",
328 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\third_party\\WebKit\\Tools\\Scr ipts\\run-webkit-tests", 448 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\third_party\\WebKit\\Tools\\Scr ipts\\run-webkit-tests",
329 "--target", 449 "--target",
330 "Release", 450 "Release",
331 "--results-directory", 451 "--results-directory",
332 "[SLAVE_BUILD]\\layout-test-results", 452 "[SLAVE_BUILD]\\layout-test-results",
333 "--build-dir", 453 "--build-dir",
334 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\out", 454 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\out",
335 "--json-test-results", 455 "--json-test-results",
336 "/path/to/tmp/json", 456 "/path/to/tmp/json",
337 "--test-results-server", 457 "--test-results-server",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 "name": "archive_webkit_tests_results", 504 "name": "archive_webkit_tests_results",
385 "~followup_annotations": [ 505 "~followup_annotations": [
386 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Win/571/layout-test-results/results.html@@@" , 506 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Win/571/layout-test-results/results.html@@@" ,
387 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Win/571/layout-test-results.zip@@@" 507 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Win/571/layout-test-results.zip@@@"
388 ] 508 ]
389 }, 509 },
390 { 510 {
391 "cmd": [ 511 "cmd": [
392 "python", 512 "python",
393 "-u", 513 "-u",
514 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
515 "browser_tests"
516 ],
517 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win",
518 "env": {
519 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
520 },
521 "name": "[collect error] browser_tests",
522 "~followup_annotations": [
523 "@@@STEP_LOG_LINE@python.inline@@@@",
524 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
525 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
526 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
527 "@@@STEP_LOG_END@python.inline@@@"
528 ]
529 },
530 {
531 "cmd": [
532 "python",
533 "-u",
394 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 534 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
395 "--target", 535 "--target",
396 "Release" 536 "Release"
397 ], 537 ],
398 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win", 538 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win",
399 "env": { 539 "env": {
400 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 540 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
401 }, 541 },
402 "name": "process_dumps" 542 "name": "process_dumps"
403 }, 543 },
404 { 544 {
405 "name": "$result", 545 "name": "$result",
406 "recipe_result": null, 546 "recipe_result": null,
407 "status_code": 0 547 "status_code": 0
408 } 548 }
409 ] 549 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698