| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 { | 112 { |
| 113 "cmd": [ | 113 "cmd": [ |
| 114 "python", | 114 "python", |
| 115 "-u", | 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 { |
| 134 "cmd": [ |
| 135 "python", |
| 136 "-u", |
| 116 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 137 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 117 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 138 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| 118 "/path/to/tmp/json" | 139 "/path/to/tmp/json" |
| 119 ], | 140 ], |
| 120 "name": "read filter exclusion spec", | 141 "name": "read filter exclusion spec", |
| 121 "~followup_annotations": [ | 142 "~followup_annotations": [ |
| 122 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 143 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 123 "@@@STEP_LOG_LINE@json.output@{@@@", | 144 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 124 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 145 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 125 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 334 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
| 314 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 335 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 315 "@@@STEP_LOG_END@python.inline@@@" | 336 "@@@STEP_LOG_END@python.inline@@@" |
| 316 ] | 337 ] |
| 317 }, | 338 }, |
| 318 { | 339 { |
| 319 "cmd": [ | 340 "cmd": [ |
| 320 "python", | 341 "python", |
| 321 "-u", | 342 "-u", |
| 322 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", | 343 "[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\"}", |
| 323 "run", | 350 "run", |
| 324 "--output", | 351 "--output", |
| 325 "/path/to/tmp/json" | 352 "/path/to/tmp/json" |
| 326 ], | 353 ], |
| 327 "name": "checkdeps (with patch)", | 354 "name": "checkdeps (with patch)", |
| 328 "~followup_annotations": [ | 355 "~followup_annotations": [ |
| 329 "@@@STEP_LOG_LINE@json.output@{@@@", | 356 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 330 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 357 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 331 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 358 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 332 "@@@STEP_LOG_LINE@json.output@}@@@", | 359 "@@@STEP_LOG_LINE@json.output@}@@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 359 "--json", | 386 "--json", |
| 360 "/path/to/tmp/json" | 387 "/path/to/tmp/json" |
| 361 ], | 388 ], |
| 362 "name": "checklicenses (with patch)", | 389 "name": "checklicenses (with patch)", |
| 363 "~followup_annotations": [ | 390 "~followup_annotations": [ |
| 364 "@@@STEP_LOG_LINE@json.output@[]@@@", | 391 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 365 "@@@STEP_LOG_END@json.output@@@" | 392 "@@@STEP_LOG_END@json.output@@@" |
| 366 ] | 393 ] |
| 367 }, | 394 }, |
| 368 { | 395 { |
| 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 { |
| 369 "allow_subannotations": true, | 420 "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, | |
| 397 "cmd": [ | 421 "cmd": [ |
| 398 "python", | 422 "python", |
| 399 "-u", | 423 "-u", |
| 400 "[BUILD]/scripts/slave/runtest.py", | 424 "[BUILD]/scripts/slave/runtest.py", |
| 401 "--target", | 425 "--target", |
| 402 "Release", | 426 "Release", |
| 403 "--xvfb", | 427 "--xvfb", |
| 404 "--factory-properties", | 428 "--factory-properties", |
| 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\"}", | 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\"}", |
| 406 "--build-properties", | 430 "--build-properties", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 512 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 489 "@@@STEP_FAILURE@@@" | 513 "@@@STEP_FAILURE@@@" |
| 490 ] | 514 ] |
| 491 }, | 515 }, |
| 492 { | 516 { |
| 493 "name": "$final_result", | 517 "name": "$final_result", |
| 494 "reason": "Step('browser_tests') failed with return_code 1", | 518 "reason": "Step('browser_tests') failed with return_code 1", |
| 495 "status_code": 1 | 519 "status_code": 1 |
| 496 } | 520 } |
| 497 ] | 521 ] |
| OLD | NEW |