| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_swarming", | 10 "linux_chromium_rel_swarming", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 "@@@STEP_LOG_LINE@json.output@ }@@@", | 110 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 111 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 111 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 112 "@@@STEP_LOG_LINE@json.output@}@@@", | 112 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 113 "@@@STEP_LOG_END@json.output@@@" | 113 "@@@STEP_LOG_END@json.output@@@" |
| 114 ] | 114 ] |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 "cmd": [ | 117 "cmd": [ |
| 118 "python", | 118 "python", |
| 119 "-u", | 119 "-u", |
| 120 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 121 "--output", |
| 122 "/path/to/tmp/json", |
| 123 "--", |
| 124 "--build-config-fs", |
| 125 "Release", |
| 126 "--paths", |
| 127 "{\"build\": \"[BUILD]\"}", |
| 128 "--properties", |
| 129 "{\"buildername\": \"linux_chromium_rel_swarming\", \"buildnumber\": 571,
\"slavename\": \"TestSlavename\"}" |
| 130 ], |
| 131 "name": "get compile targets for scripts", |
| 132 "~followup_annotations": [ |
| 133 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 134 "@@@STEP_LOG_END@json.output@@@" |
| 135 ] |
| 136 }, |
| 137 { |
| 138 "cmd": [ |
| 139 "python", |
| 140 "-u", |
| 120 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 141 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 121 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 142 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| 122 "/path/to/tmp/json" | 143 "/path/to/tmp/json" |
| 123 ], | 144 ], |
| 124 "name": "read filter exclusion spec", | 145 "name": "read filter exclusion spec", |
| 125 "~followup_annotations": [ | 146 "~followup_annotations": [ |
| 126 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 147 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 127 "@@@STEP_LOG_LINE@json.output@{@@@", | 148 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 128 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 129 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@", | 418 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@", |
| 398 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@
@@", | 419 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@
@@", |
| 399 "@@@STEP_LINK@shard #4@https://chromium-swarm.appspot.com/user/task/10400@
@@" | 420 "@@@STEP_LINK@shard #4@https://chromium-swarm.appspot.com/user/task/10400@
@@" |
| 400 ] | 421 ] |
| 401 }, | 422 }, |
| 402 { | 423 { |
| 403 "cmd": [ | 424 "cmd": [ |
| 404 "python", | 425 "python", |
| 405 "-u", | 426 "-u", |
| 406 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", | 427 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", |
| 428 "--build-config-fs", |
| 429 "Release", |
| 430 "--paths", |
| 431 "{\"build\": \"[BUILD]\"}", |
| 432 "--properties", |
| 433 "{\"buildername\": \"linux_chromium_rel_swarming\", \"buildnumber\": 571,
\"slavename\": \"TestSlavename\"}", |
| 407 "run", | 434 "run", |
| 408 "--output", | 435 "--output", |
| 409 "/path/to/tmp/json" | 436 "/path/to/tmp/json" |
| 410 ], | 437 ], |
| 411 "name": "checkdeps (with patch)", | 438 "name": "checkdeps (with patch)", |
| 412 "~followup_annotations": [ | 439 "~followup_annotations": [ |
| 413 "@@@STEP_LOG_LINE@json.output@{@@@", | 440 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 414 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 441 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 415 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 442 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 416 "@@@STEP_LOG_LINE@json.output@}@@@", | 443 "@@@STEP_LOG_LINE@json.output@}@@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 443 "--json", | 470 "--json", |
| 444 "/path/to/tmp/json" | 471 "/path/to/tmp/json" |
| 445 ], | 472 ], |
| 446 "name": "checklicenses (with patch)", | 473 "name": "checklicenses (with patch)", |
| 447 "~followup_annotations": [ | 474 "~followup_annotations": [ |
| 448 "@@@STEP_LOG_LINE@json.output@[]@@@", | 475 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 449 "@@@STEP_LOG_END@json.output@@@" | 476 "@@@STEP_LOG_END@json.output@@@" |
| 450 ] | 477 ] |
| 451 }, | 478 }, |
| 452 { | 479 { |
| 480 "cmd": [ |
| 481 "python", |
| 482 "-u", |
| 483 "[SLAVE_BUILD]/src/testing/scripts/telemetry_unittests.py", |
| 484 "--build-config-fs", |
| 485 "Release", |
| 486 "--paths", |
| 487 "{\"build\": \"[BUILD]\"}", |
| 488 "--properties", |
| 489 "{\"buildername\": \"linux_chromium_rel_swarming\", \"buildnumber\": 571,
\"slavename\": \"TestSlavename\"}", |
| 490 "run", |
| 491 "--output", |
| 492 "/path/to/tmp/json" |
| 493 ], |
| 494 "name": "telemetry_unittests (with patch)", |
| 495 "~followup_annotations": [ |
| 496 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 497 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 498 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 499 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 500 "@@@STEP_LOG_END@json.output@@@" |
| 501 ] |
| 502 }, |
| 503 { |
| 453 "allow_subannotations": true, | 504 "allow_subannotations": true, |
| 454 "cmd": [ | |
| 455 "python", | |
| 456 "-u", | |
| 457 "[BUILD]/scripts/slave/runtest.py", | |
| 458 "--target", | |
| 459 "Release", | |
| 460 "--xvfb", | |
| 461 "--factory-properties", | |
| 462 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel_swarming\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tr
yserver.chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\":
\"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"
root\": \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workd
ir/TestSlavename\"}", | |
| 463 "--build-properties", | |
| 464 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel_swarming\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tr
yserver.chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\":
\"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"
root\": \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workd
ir/TestSlavename\"}", | |
| 465 "--annotate=gtest", | |
| 466 "--test-type=telemetry_unittests", | |
| 467 "--builder-name=linux_chromium_rel_swarming", | |
| 468 "--slave-name=TestSlavename", | |
| 469 "--build-number=571", | |
| 470 "--run-python-script", | |
| 471 "[SLAVE_BUILD]/src/tools/telemetry/run_tests", | |
| 472 "--browser=release", | |
| 473 "--retry-limit=3", | |
| 474 "--write-full-results-to", | |
| 475 "/path/to/tmp/json" | |
| 476 ], | |
| 477 "name": "telemetry_unittests (with patch)" | |
| 478 }, | |
| 479 { | |
| 480 "allow_subannotations": true, | |
| 481 "cmd": [ | 505 "cmd": [ |
| 482 "python", | 506 "python", |
| 483 "-u", | 507 "-u", |
| 484 "[BUILD]/scripts/slave/runtest.py", | 508 "[BUILD]/scripts/slave/runtest.py", |
| 485 "--target", | 509 "--target", |
| 486 "Release", | 510 "Release", |
| 487 "--xvfb", | 511 "--xvfb", |
| 488 "--factory-properties", | 512 "--factory-properties", |
| 489 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel_swarming\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tr
yserver.chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\":
\"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"
root\": \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workd
ir/TestSlavename\"}", | 513 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel_swarming\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tr
yserver.chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\":
\"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"
root\": \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workd
ir/TestSlavename\"}", |
| 490 "--build-properties", | 514 "--build-properties", |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 "https://chromium-swarm.appspot.com", | 585 "https://chromium-swarm.appspot.com", |
| 562 "--decorate", | 586 "--decorate", |
| 563 "--print-status-updates", | 587 "--print-status-updates", |
| 564 "--shards", | 588 "--shards", |
| 565 "5", | 589 "5", |
| 566 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_swa
rming/571" | 590 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_swa
rming/571" |
| 567 ], | 591 ], |
| 568 "name": "browser_tests (with patch)" | 592 "name": "browser_tests (with patch)" |
| 569 } | 593 } |
| 570 ] | 594 ] |
| OLD | NEW |