| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 103 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": tr
ue@@@", | 103 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": tr
ue@@@", |
| 104 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 104 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 105 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 106 "@@@STEP_LOG_LINE@json.output@ }@@@", | 106 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 107 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 107 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 108 "@@@STEP_LOG_LINE@json.output@}@@@", | 108 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 109 "@@@STEP_LOG_END@json.output@@@" | 109 "@@@STEP_LOG_END@json.output@@@" |
| 110 ] | 110 ] |
| 111 }, | 111 }, |
| 112 { | |
| 113 "cmd": [ | |
| 114 "python", | |
| 115 "-u", | |
| 116 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | |
| 117 "--output", | |
| 118 "/path/to/tmp/json", | |
| 119 "--", | |
| 120 "--build-config-fs", | |
| 121 "Release", | |
| 122 "--paths", | |
| 123 "{\"build\": \"[BUILD]\"}", | |
| 124 "--properties", | |
| 125 "{\"buildername\": \"linux_chromium_rel_swarming\", \"buildnumber\": 571,
\"slavename\": \"TestSlavename\"}" | |
| 126 ], | |
| 127 "name": "get compile targets for scripts", | |
| 128 "~followup_annotations": [ | |
| 129 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 130 "@@@STEP_LOG_END@json.output@@@" | |
| 131 ] | |
| 132 }, | |
| 133 { | 112 { |
| 134 "cmd": [ | 113 "cmd": [ |
| 135 "python", | 114 "python", |
| 136 "-u", | 115 "-u", |
| 137 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 116 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 138 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 117 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| 139 "/path/to/tmp/json" | 118 "/path/to/tmp/json" |
| 140 ], | 119 ], |
| 141 "name": "read filter exclusion spec", | 120 "name": "read filter exclusion spec", |
| 142 "~followup_annotations": [ | 121 "~followup_annotations": [ |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 313 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
| 335 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 314 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 336 "@@@STEP_LOG_END@python.inline@@@" | 315 "@@@STEP_LOG_END@python.inline@@@" |
| 337 ] | 316 ] |
| 338 }, | 317 }, |
| 339 { | 318 { |
| 340 "cmd": [ | 319 "cmd": [ |
| 341 "python", | 320 "python", |
| 342 "-u", | 321 "-u", |
| 343 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", | 322 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", |
| 344 "--build-config-fs", | |
| 345 "Release", | |
| 346 "--paths", | |
| 347 "{\"build\": \"[BUILD]\"}", | |
| 348 "--properties", | |
| 349 "{\"buildername\": \"linux_chromium_rel_swarming\", \"buildnumber\": 571,
\"slavename\": \"TestSlavename\"}", | |
| 350 "run", | 323 "run", |
| 351 "--output", | 324 "--output", |
| 352 "/path/to/tmp/json" | 325 "/path/to/tmp/json" |
| 353 ], | 326 ], |
| 354 "name": "checkdeps (with patch)", | 327 "name": "checkdeps (with patch)", |
| 355 "~followup_annotations": [ | 328 "~followup_annotations": [ |
| 356 "@@@STEP_LOG_LINE@json.output@{@@@", | 329 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 357 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 330 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 358 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 331 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 359 "@@@STEP_LOG_LINE@json.output@}@@@", | 332 "@@@STEP_LOG_LINE@json.output@}@@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 386 "--json", | 359 "--json", |
| 387 "/path/to/tmp/json" | 360 "/path/to/tmp/json" |
| 388 ], | 361 ], |
| 389 "name": "checklicenses (with patch)", | 362 "name": "checklicenses (with patch)", |
| 390 "~followup_annotations": [ | 363 "~followup_annotations": [ |
| 391 "@@@STEP_LOG_LINE@json.output@[]@@@", | 364 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 392 "@@@STEP_LOG_END@json.output@@@" | 365 "@@@STEP_LOG_END@json.output@@@" |
| 393 ] | 366 ] |
| 394 }, | 367 }, |
| 395 { | 368 { |
| 396 "cmd": [ | |
| 397 "python", | |
| 398 "-u", | |
| 399 "[SLAVE_BUILD]/src/testing/scripts/telemetry_unittests.py", | |
| 400 "--build-config-fs", | |
| 401 "Release", | |
| 402 "--paths", | |
| 403 "{\"build\": \"[BUILD]\"}", | |
| 404 "--properties", | |
| 405 "{\"buildername\": \"linux_chromium_rel_swarming\", \"buildnumber\": 571,
\"slavename\": \"TestSlavename\"}", | |
| 406 "run", | |
| 407 "--output", | |
| 408 "/path/to/tmp/json" | |
| 409 ], | |
| 410 "name": "telemetry_unittests (with patch)", | |
| 411 "~followup_annotations": [ | |
| 412 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 413 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
| 414 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
| 415 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 416 "@@@STEP_LOG_END@json.output@@@" | |
| 417 ] | |
| 418 }, | |
| 419 { | |
| 420 "allow_subannotations": true, | 369 "allow_subannotations": true, |
| 370 "cmd": [ |
| 371 "python", |
| 372 "-u", |
| 373 "[BUILD]/scripts/slave/runtest.py", |
| 374 "--target", |
| 375 "Release", |
| 376 "--xvfb", |
| 377 "--factory-properties", |
| 378 "{\"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\"}", |
| 379 "--build-properties", |
| 380 "{\"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\"}", |
| 381 "--annotate=gtest", |
| 382 "--test-type=telemetry_unittests", |
| 383 "--builder-name=linux_chromium_rel_swarming", |
| 384 "--slave-name=TestSlavename", |
| 385 "--build-number=571", |
| 386 "--run-python-script", |
| 387 "[SLAVE_BUILD]/src/tools/telemetry/run_tests", |
| 388 "--browser=release", |
| 389 "--retry-limit=3", |
| 390 "--write-full-results-to", |
| 391 "/path/to/tmp/json" |
| 392 ], |
| 393 "name": "telemetry_unittests (with patch)" |
| 394 }, |
| 395 { |
| 396 "allow_subannotations": true, |
| 421 "cmd": [ | 397 "cmd": [ |
| 422 "python", | 398 "python", |
| 423 "-u", | 399 "-u", |
| 424 "[BUILD]/scripts/slave/runtest.py", | 400 "[BUILD]/scripts/slave/runtest.py", |
| 425 "--target", | 401 "--target", |
| 426 "Release", | 402 "Release", |
| 427 "--xvfb", | 403 "--xvfb", |
| 428 "--factory-properties", | 404 "--factory-properties", |
| 429 "{\"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\"}", | 405 "{\"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\"}", |
| 430 "--build-properties", | 406 "--build-properties", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 488 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 513 "@@@STEP_FAILURE@@@" | 489 "@@@STEP_FAILURE@@@" |
| 514 ] | 490 ] |
| 515 }, | 491 }, |
| 516 { | 492 { |
| 517 "name": "$final_result", | 493 "name": "$final_result", |
| 518 "reason": "Step('browser_tests') failed with return_code 1", | 494 "reason": "Step('browser_tests') failed with return_code 1", |
| 519 "status_code": 1 | 495 "status_code": 1 |
| 520 } | 496 } |
| 521 ] | 497 ] |
| OLD | NEW |