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

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

Issue 2357343004: chromium_tests: automatically set up test genrators (Closed)
Patch Set: rebase Created 4 years, 2 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "--show-path", 270 "--show-path",
271 "python", 271 "python",
272 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 272 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
273 ], 273 ],
274 "name": "cleanup_temp" 274 "name": "cleanup_temp"
275 }, 275 },
276 { 276 {
277 "cmd": [ 277 "cmd": [
278 "python", 278 "python",
279 "-u", 279 "-u",
280 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
281 "--build-dir",
282 "[BUILDER_CACHE]\\win\\src\\out\\Release",
283 "--clean-isolated-files"
284 ],
285 "name": "clean isolated files"
286 },
287 {
288 "cmd": [
289 "python",
290 "-u",
280 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py", 291 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py",
281 "gen", 292 "gen",
282 "-m", 293 "-m",
283 "chromium.fyi", 294 "chromium.fyi",
284 "-b", 295 "-b",
285 "Win SyzyAsan (rel)", 296 "Win SyzyAsan (rel)",
286 "--config-file", 297 "--config-file",
287 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", 298 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl",
288 "--goma-dir", 299 "--goma-dir",
289 "[CACHE]\\cipd\\goma", 300 "[CACHE]\\cipd\\goma",
301 "--swarming-targets-file",
302 "browser_tests\n",
290 "//out/Release" 303 "//out/Release"
291 ], 304 ],
292 "cwd": "[BUILDER_CACHE]\\win\\src", 305 "cwd": "[BUILDER_CACHE]\\win\\src",
293 "env": { 306 "env": {
294 "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"
295 }, 308 },
296 "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 ]
297 }, 314 },
298 { 315 {
299 "cmd": [ 316 "cmd": [
300 "python", 317 "python",
301 "-u", 318 "-u",
302 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 319 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
303 "--show-path", 320 "--show-path",
304 "python", 321 "python",
305 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 322 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
306 "--gsutil-py-path", 323 "--gsutil-py-path",
(...skipping 18 matching lines...) Expand all
325 "[ROOT]\\build_data_dir", 342 "[ROOT]\\build_data_dir",
326 "--compiler", 343 "--compiler",
327 "goma", 344 "goma",
328 "--goma-jsonstatus", 345 "--goma-jsonstatus",
329 "/path/to/tmp/json", 346 "/path/to/tmp/json",
330 "--goma-service-account-json-file", 347 "--goma-service-account-json-file",
331 "C:\\creds\\service_accounts\\service-account-goma-client.json", 348 "C:\\creds\\service_accounts\\service-account-goma-client.json",
332 "--goma-dir", 349 "--goma-dir",
333 "[CACHE]\\cipd\\goma", 350 "[CACHE]\\cipd\\goma",
334 "--", 351 "--",
352 "browser_tests",
353 "browser_tests_run",
335 "chrome" 354 "chrome"
336 ], 355 ],
337 "env": { 356 "env": {
338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 357 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
339 }, 358 },
340 "name": "compile", 359 "name": "compile",
341 "~followup_annotations": [ 360 "~followup_annotations": [
342 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 361 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
343 "@@@STEP_LOG_END@json.output (invalid)@@@" 362 "@@@STEP_LOG_END@json.output (invalid)@@@"
344 ] 363 ]
345 }, 364 },
346 { 365 {
366 "cmd": [
367 "python",
368 "-u",
369 "[BUILDER_CACHE]\\win\\src\\tools\\determinism\\remove_build_metadata.py",
370 "--build-dir",
371 "[BUILDER_CACHE]\\win\\src\\out\\Release"
372 ],
373 "cwd": "[SLAVE_BUILD]",
374 "name": "remove_build_metadata"
375 },
376 {
377 "cmd": [
378 "python",
379 "-u",
380 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
381 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client",
382 "batcharchive",
383 "--dump-json",
384 "/path/to/tmp/json",
385 "--isolate-server",
386 "https://isolateserver.appspot.com",
387 "--verbose",
388 "[BUILDER_CACHE]\\win\\src\\out\\Release\\browser_tests.isolated.gen.json"
389 ],
390 "name": "isolate tests",
391 "~followup_annotations": [
392 "@@@STEP_LOG_LINE@json.output@{@@@",
393 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
394 "@@@STEP_LOG_LINE@json.output@}@@@",
395 "@@@STEP_LOG_END@json.output@@@"
396 ]
397 },
398 {
399 "cmd": [
400 "python",
401 "-u",
402 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
403 "--build-dir",
404 "[BUILDER_CACHE]\\win\\src\\out\\Release",
405 "--output-json",
406 "/path/to/tmp/json"
407 ],
408 "cwd": "[BUILDER_CACHE]\\win",
409 "env": {
410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
411 },
412 "name": "find isolated tests",
413 "~followup_annotations": [
414 "@@@STEP_LOG_LINE@json.output@{@@@",
415 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
416 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
417 "@@@STEP_LOG_LINE@json.output@}@@@",
418 "@@@STEP_LOG_END@json.output@@@",
419 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
420 ]
421 },
422 {
423 "cmd": [
424 "python",
425 "-u",
426 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
427 "browser_tests"
428 ],
429 "cwd": "[BUILDER_CACHE]\\win",
430 "env": {
431 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
432 },
433 "name": "[error] browser_tests",
434 "~followup_annotations": [
435 "@@@STEP_LOG_LINE@python.inline@@@@",
436 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
437 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
438 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
439 "@@@STEP_LOG_END@python.inline@@@"
440 ]
441 },
442 {
443 "cmd": [
444 "python",
445 "-u",
446 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
447 "browser_tests"
448 ],
449 "cwd": "[BUILDER_CACHE]\\win",
450 "env": {
451 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
452 },
453 "name": "[collect error] browser_tests",
454 "~followup_annotations": [
455 "@@@STEP_LOG_LINE@python.inline@@@@",
456 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
457 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
458 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
459 "@@@STEP_LOG_END@python.inline@@@"
460 ]
461 },
462 {
463 "cmd": [
464 "python",
465 "-u",
466 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
467 "--target",
468 "Release"
469 ],
470 "cwd": "[BUILDER_CACHE]\\win",
471 "env": {
472 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
473 },
474 "name": "process_dumps"
475 },
476 {
347 "name": "$result", 477 "name": "$result",
348 "recipe_result": null, 478 "recipe_result": null,
349 "status_code": 0 479 "status_code": 0
350 } 480 }
351 ] 481 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698