| 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.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_blink_rel", | 10 "linux_blink_rel", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "@@@SET_BUILD_PROPERTY@got_v8_revision_git@\"801ada225ddc271c132c3a35f0397
5671d43e399\"@@@", | 78 "@@@SET_BUILD_PROPERTY@got_v8_revision_git@\"801ada225ddc271c132c3a35f0397
5671d43e399\"@@@", |
| 79 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_git@\"0f90628433546e61d9268596d
a93418c623137f4\"@@@", | 79 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_git@\"0f90628433546e61d9268596d
a93418c623137f4\"@@@", |
| 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_git@\"a0ee5d99f1d4b38d
daa4c759c837980b63b99566\"@@@", | 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_git@\"a0ee5d99f1d4b38d
daa4c759c837980b63b99566\"@@@", |
| 81 "@@@SET_BUILD_PROPERTY@got_revision_git@\"f27fede2220bcd326aee3e86ddfd4ebd
0fe58cb9\"@@@" | 81 "@@@SET_BUILD_PROPERTY@got_revision_git@\"f27fede2220bcd326aee3e86ddfd4ebd
0fe58cb9\"@@@" |
| 82 ] | 82 ] |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 89 "--version" |
| 90 ], |
| 91 "name": "swarming.py --version", |
| 92 "stdout": "/path/to/tmp/", |
| 93 "~followup_annotations": [ |
| 94 "@@@STEP_TEXT@0.4.10@@@" |
| 95 ] |
| 96 }, |
| 97 { |
| 98 "cmd": [ |
| 99 "python", |
| 100 "-u", |
| 88 "[DEPOT_TOOLS]/gclient.py", | 101 "[DEPOT_TOOLS]/gclient.py", |
| 89 "runhooks" | 102 "runhooks" |
| 90 ], | 103 ], |
| 91 "env": { | 104 "env": { |
| 92 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 105 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=archive test_isolation_
outdir=https://isolateserver.appspot.com use_goma=1" |
| 93 }, | 106 }, |
| 94 "name": "gclient runhooks" | 107 "name": "gclient runhooks" |
| 95 }, | 108 }, |
| 96 { | 109 { |
| 97 "cmd": [ | 110 "cmd": [ |
| 98 "python", | 111 "python", |
| 99 "-u", | 112 "-u", |
| 113 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 114 "--build-dir", |
| 115 "[SLAVE_BUILD]/src/out/Release", |
| 116 "--clean-isolated-files" |
| 117 ], |
| 118 "name": "clean isolated files" |
| 119 }, |
| 120 { |
| 121 "cmd": [ |
| 122 "python", |
| 123 "-u", |
| 100 "[BUILD]/scripts/slave/compile.py", | 124 "[BUILD]/scripts/slave/compile.py", |
| 101 "--target", | 125 "--target", |
| 102 "Release", | 126 "Release", |
| 103 "--src-dir", | 127 "--src-dir", |
| 104 "[SLAVE_BUILD]/src", | 128 "[SLAVE_BUILD]/src", |
| 105 "--build-tool", | 129 "--build-tool", |
| 106 "ninja", | 130 "ninja", |
| 107 "--compiler", | 131 "--compiler", |
| 108 "goma", | 132 "goma", |
| 109 "--goma-dir", | 133 "--goma-dir", |
| 110 "[BUILD]/goma", | 134 "[BUILD]/goma", |
| 111 "--", | 135 "--", |
| 112 "blink_tests" | 136 "blink_tests" |
| 113 ], | 137 ], |
| 114 "name": "compile" | 138 "name": "compile" |
| 115 }, | 139 }, |
| 116 { | 140 { |
| 117 "cmd": [ | 141 "cmd": [ |
| 118 "python", | 142 "python", |
| 119 "-u", | 143 "-u", |
| 144 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 145 "--build-dir", |
| 146 "[SLAVE_BUILD]/src/out/Release", |
| 147 "--output-json", |
| 148 "/path/to/tmp/json" |
| 149 ], |
| 150 "name": "find isolated tests", |
| 151 "~followup_annotations": [ |
| 152 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 156 "@@@STEP_LOG_END@json.output@@@", |
| 157 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 158 ] |
| 159 }, |
| 160 { |
| 161 "cmd": [ |
| 162 "python", |
| 163 "-u", |
| 120 "[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py", | 164 "[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py", |
| 121 "--build-dir", | 165 "--build-dir", |
| 122 "[SLAVE_BUILD]/src/out", | 166 "[SLAVE_BUILD]/src/out", |
| 123 "--target", | 167 "--target", |
| 124 "Release" | 168 "Release" |
| 125 ], | 169 ], |
| 126 "name": "webkit_lint" | 170 "name": "webkit_lint" |
| 127 }, | 171 }, |
| 128 { | 172 { |
| 129 "cmd": [ | 173 "cmd": [ |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 ] | 395 ] |
| 352 }, | 396 }, |
| 353 { | 397 { |
| 354 "cmd": [ | 398 "cmd": [ |
| 355 "python", | 399 "python", |
| 356 "-u", | 400 "-u", |
| 357 "[DEPOT_TOOLS]/gclient.py", | 401 "[DEPOT_TOOLS]/gclient.py", |
| 358 "runhooks" | 402 "runhooks" |
| 359 ], | 403 ], |
| 360 "env": { | 404 "env": { |
| 361 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 405 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=archive test_isolation_
outdir=https://isolateserver.appspot.com use_goma=1" |
| 362 }, | 406 }, |
| 363 "name": "gclient runhooks (2)" | 407 "name": "gclient runhooks (2)" |
| 364 }, | 408 }, |
| 365 { | 409 { |
| 366 "cmd": [ | 410 "cmd": [ |
| 367 "python", | 411 "python", |
| 368 "-u", | 412 "-u", |
| 413 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 414 "--build-dir", |
| 415 "[SLAVE_BUILD]/src/out/Release", |
| 416 "--clean-isolated-files" |
| 417 ], |
| 418 "name": "clean isolated files (2)" |
| 419 }, |
| 420 { |
| 421 "cmd": [ |
| 422 "python", |
| 423 "-u", |
| 369 "[BUILD]/scripts/slave/compile.py", | 424 "[BUILD]/scripts/slave/compile.py", |
| 370 "--target", | 425 "--target", |
| 371 "Release", | 426 "Release", |
| 372 "--src-dir", | 427 "--src-dir", |
| 373 "[SLAVE_BUILD]/src", | 428 "[SLAVE_BUILD]/src", |
| 374 "--build-tool", | 429 "--build-tool", |
| 375 "ninja", | 430 "ninja", |
| 376 "--compiler", | 431 "--compiler", |
| 377 "goma", | 432 "goma", |
| 378 "--goma-dir", | 433 "--goma-dir", |
| 379 "[BUILD]/goma", | 434 "[BUILD]/goma", |
| 380 "--", | 435 "--", |
| 381 "blink_tests" | 436 "blink_tests" |
| 382 ], | 437 ], |
| 383 "name": "compile (2)" | 438 "name": "compile (2)" |
| 384 }, | 439 }, |
| 385 { | 440 { |
| 386 "cmd": [ | 441 "cmd": [ |
| 387 "python", | 442 "python", |
| 388 "-u", | 443 "-u", |
| 444 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 445 "--build-dir", |
| 446 "[SLAVE_BUILD]/src/out/Release", |
| 447 "--output-json", |
| 448 "/path/to/tmp/json" |
| 449 ], |
| 450 "name": "find isolated tests (2)", |
| 451 "~followup_annotations": [ |
| 452 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 453 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 454 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 455 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 456 "@@@STEP_LOG_END@json.output@@@", |
| 457 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 458 ] |
| 459 }, |
| 460 { |
| 461 "cmd": [ |
| 462 "python", |
| 463 "-u", |
| 389 "[BUILD]/scripts/slave/runtest.py", | 464 "[BUILD]/scripts/slave/runtest.py", |
| 390 "--target", | 465 "--target", |
| 391 "Release", | 466 "Release", |
| 392 "--no-xvfb", | 467 "--no-xvfb", |
| 393 "--factory-properties", | 468 "--factory-properties", |
| 394 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_blink_rel\", \"buildnumber\": 571, \"is
sue\": 12853011, \"mastername\": \"tryserver.blink\", \"patchset\": 1, \"project
\": \"chrome\", \"recipe\": \"blink_trybot\", \"repository\": \"\", \"requester\
": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://
codereview.chromium.org\", \"root\": \"src/third_party/WebKit\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 469 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_blink_rel\", \"buildnumber\": 571, \"is
sue\": 12853011, \"mastername\": \"tryserver.blink\", \"patchset\": 1, \"project
\": \"chrome\", \"recipe\": \"blink_trybot\", \"repository\": \"\", \"requester\
": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://
codereview.chromium.org\", \"root\": \"src/third_party/WebKit\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 395 "--build-properties", | 470 "--build-properties", |
| 396 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_blink_rel\", \"buildnumber\": 571, \"is
sue\": 12853011, \"mastername\": \"tryserver.blink\", \"patchset\": 1, \"project
\": \"chrome\", \"recipe\": \"blink_trybot\", \"repository\": \"\", \"requester\
": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://
codereview.chromium.org\", \"root\": \"src/third_party/WebKit\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 471 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_blink_rel\", \"buildnumber\": 571, \"is
sue\": 12853011, \"mastername\": \"tryserver.blink\", \"patchset\": 1, \"project
\": \"chrome\", \"recipe\": \"blink_trybot\", \"repository\": \"\", \"requester\
": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://
codereview.chromium.org\", \"root\": \"src/third_party/WebKit\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 397 "--builder-name=linux_blink_rel", | 472 "--builder-name=linux_blink_rel", |
| 398 "--slave-name=TestSlavename", | 473 "--slave-name=TestSlavename", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 518 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
| 444 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 519 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
| 445 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 520 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
| 446 "@@@STEP_LOG_LINE@python.inline@@@@", | 521 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 447 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 522 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
| 448 "@@@STEP_LOG_END@python.inline@@@", | 523 "@@@STEP_LOG_END@python.inline@@@", |
| 449 "@@@STEP_FAILURE@@@" | 524 "@@@STEP_FAILURE@@@" |
| 450 ] | 525 ] |
| 451 } | 526 } |
| 452 ] | 527 ] |
| OLD | NEW |