Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 289 "--show-path", | 289 "--show-path", |
| 290 "python", | 290 "python", |
| 291 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 291 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 292 ], | 292 ], |
| 293 "name": "cleanup_temp" | 293 "name": "cleanup_temp" |
| 294 }, | 294 }, |
| 295 { | 295 { |
| 296 "cmd": [ | 296 "cmd": [ |
| 297 "python", | 297 "python", |
| 298 "-u", | 298 "-u", |
| 299 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | |
| 300 "--build-dir", | |
| 301 "[BUILDER_CACHE]\\CrWinClangGoma\\src\\out\\Release", | |
| 302 "--clean-isolated-files" | |
|
ghost stip (do not use)
2016/09/22 23:25:50
I guess these were added because the test data pro
| |
| 303 ], | |
| 304 "name": "clean isolated files" | |
| 305 }, | |
| 306 { | |
| 307 "cmd": [ | |
| 308 "python", | |
| 309 "-u", | |
| 299 "[BUILDER_CACHE]\\CrWinClangGoma\\src\\tools\\mb\\mb.py", | 310 "[BUILDER_CACHE]\\CrWinClangGoma\\src\\tools\\mb\\mb.py", |
| 300 "gen", | 311 "gen", |
| 301 "-m", | 312 "-m", |
| 302 "chromium.fyi", | 313 "chromium.fyi", |
| 303 "-b", | 314 "-b", |
| 304 "CrWinClangGoma", | 315 "CrWinClangGoma", |
| 305 "--config-file", | 316 "--config-file", |
| 306 "[BUILDER_CACHE]\\CrWinClangGoma\\src\\tools\\mb\\mb_config.pyl", | 317 "[BUILDER_CACHE]\\CrWinClangGoma\\src\\tools\\mb\\mb_config.pyl", |
| 307 "--goma-dir", | 318 "--goma-dir", |
| 308 "[CACHE]\\cipd\\goma", | 319 "[CACHE]\\cipd\\goma", |
| 320 "--swarming-targets-file", | |
| 321 "browser_tests\n", | |
| 309 "//out/Release" | 322 "//out/Release" |
| 310 ], | 323 ], |
| 311 "cwd": "[BUILDER_CACHE]\\CrWinClangGoma\\src", | 324 "cwd": "[BUILDER_CACHE]\\CrWinClangGoma\\src", |
| 312 "env": { | 325 "env": { |
| 313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" | 326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" |
| 314 }, | 327 }, |
| 315 "name": "generate_build_files" | 328 "name": "generate_build_files", |
| 329 "~followup_annotations": [ | |
| 330 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | |
| 331 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | |
| 332 ] | |
| 316 }, | 333 }, |
| 317 { | 334 { |
| 318 "allow_subannotations": true, | 335 "allow_subannotations": true, |
| 319 "cmd": [ | 336 "cmd": [ |
| 320 "python", | 337 "python", |
| 321 "-u", | 338 "-u", |
| 322 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 339 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
| 323 "--src-dir", | 340 "--src-dir", |
| 324 "[BUILDER_CACHE]\\CrWinClangGoma\\src", | 341 "[BUILDER_CACHE]\\CrWinClangGoma\\src", |
| 325 "--output-json", | 342 "--output-json", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 383 "env": { | 400 "env": { |
| 384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" | 401 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" |
| 385 }, | 402 }, |
| 386 "name": "compile", | 403 "name": "compile", |
| 387 "~followup_annotations": [ | 404 "~followup_annotations": [ |
| 388 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 405 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 389 "@@@STEP_LOG_END@json.output (invalid)@@@" | 406 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 390 ] | 407 ] |
| 391 }, | 408 }, |
| 392 { | 409 { |
| 410 "cmd": [ | |
| 411 "python", | |
| 412 "-u", | |
| 413 "[BUILDER_CACHE]\\CrWinClangGoma\\src\\tools\\determinism\\remove_build_me tadata.py", | |
| 414 "--build-dir", | |
| 415 "[BUILDER_CACHE]\\CrWinClangGoma\\src\\out\\Release" | |
| 416 ], | |
| 417 "cwd": "[SLAVE_BUILD]", | |
| 418 "name": "remove_build_metadata" | |
| 419 }, | |
| 420 { | |
| 421 "cmd": [ | |
| 422 "python", | |
| 423 "-u", | |
| 424 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | |
| 425 "[BUILDER_CACHE]\\CrWinClangGoma\\src\\tools\\swarming_client", | |
| 426 "batcharchive", | |
| 427 "--dump-json", | |
| 428 "/path/to/tmp/json", | |
| 429 "--isolate-server", | |
| 430 "https://isolateserver.appspot.com", | |
| 431 "--verbose", | |
| 432 "[BUILDER_CACHE]\\CrWinClangGoma\\src\\out\\Release\\browser_tests.isolate d.gen.json" | |
| 433 ], | |
| 434 "name": "isolate tests", | |
| 435 "~followup_annotations": [ | |
| 436 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 437 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", | |
| 438 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 439 "@@@STEP_LOG_END@json.output@@@" | |
| 440 ] | |
| 441 }, | |
| 442 { | |
| 443 "cmd": [ | |
| 444 "python", | |
| 445 "-u", | |
| 446 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | |
| 447 "--build-dir", | |
| 448 "[BUILDER_CACHE]\\CrWinClangGoma\\src\\out\\Release", | |
| 449 "--output-json", | |
| 450 "/path/to/tmp/json" | |
| 451 ], | |
| 452 "cwd": "[BUILDER_CACHE]\\CrWinClangGoma", | |
| 453 "env": { | |
| 454 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" | |
| 455 }, | |
| 456 "name": "find isolated tests", | |
| 457 "~followup_annotations": [ | |
| 458 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 459 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", | |
| 460 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", | |
| 461 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 462 "@@@STEP_LOG_END@json.output@@@", | |
| 463 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | |
| 464 ] | |
| 465 }, | |
| 466 { | |
| 467 "cmd": [ | |
| 468 "python", | |
| 469 "-u", | |
| 470 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n", | |
| 471 "browser_tests" | |
| 472 ], | |
| 473 "cwd": "[BUILDER_CACHE]\\CrWinClangGoma", | |
| 474 "env": { | |
| 475 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" | |
| 476 }, | |
| 477 "name": "[error] browser_tests", | |
| 478 "~followup_annotations": [ | |
| 479 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 480 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | |
| 481 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@", | |
| 482 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | |
| 483 "@@@STEP_LOG_END@python.inline@@@" | |
| 484 ] | |
| 485 }, | |
| 486 { | |
| 393 "allow_subannotations": true, | 487 "allow_subannotations": true, |
| 394 "cmd": [ | 488 "cmd": [ |
| 395 "python", | 489 "python", |
| 396 "-u", | 490 "-u", |
| 397 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 491 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 398 "--target", | 492 "--target", |
| 399 "Release", | 493 "Release", |
| 400 "--factory-properties", | 494 "--factory-properties", |
| 401 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClangGom a\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam e\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 495 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClangGom a\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam e\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 402 "--build-properties", | 496 "--build-properties", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 442 "cwd": "[BUILDER_CACHE]\\CrWinClangGoma", | 536 "cwd": "[BUILDER_CACHE]\\CrWinClangGoma", |
| 443 "env": { | 537 "env": { |
| 444 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" | 538 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" |
| 445 }, | 539 }, |
| 446 "name": "content_unittests" | 540 "name": "content_unittests" |
| 447 }, | 541 }, |
| 448 { | 542 { |
| 449 "cmd": [ | 543 "cmd": [ |
| 450 "python", | 544 "python", |
| 451 "-u", | 545 "-u", |
| 546 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" , | |
| 547 "browser_tests" | |
| 548 ], | |
| 549 "cwd": "[BUILDER_CACHE]\\CrWinClangGoma", | |
| 550 "env": { | |
| 551 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" | |
| 552 }, | |
| 553 "name": "[collect error] browser_tests", | |
| 554 "~followup_annotations": [ | |
| 555 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 556 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | |
| 557 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@", | |
| 558 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | |
| 559 "@@@STEP_LOG_END@python.inline@@@" | |
| 560 ] | |
| 561 }, | |
| 562 { | |
| 563 "cmd": [ | |
| 564 "python", | |
| 565 "-u", | |
| 452 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 566 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 453 "--target", | 567 "--target", |
| 454 "Release" | 568 "Release" |
| 455 ], | 569 ], |
| 456 "cwd": "[BUILDER_CACHE]\\CrWinClangGoma", | 570 "cwd": "[BUILDER_CACHE]\\CrWinClangGoma", |
| 457 "env": { | 571 "env": { |
| 458 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" | 572 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" |
| 459 }, | 573 }, |
| 460 "name": "process_dumps" | 574 "name": "process_dumps" |
| 461 }, | 575 }, |
| 462 { | 576 { |
| 463 "name": "$result", | 577 "name": "$result", |
| 464 "recipe_result": null, | 578 "recipe_result": null, |
| 465 "status_code": 0 | 579 "status_code": 0 |
| 466 } | 580 } |
| 467 ] | 581 ] |
| OLD | NEW |