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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 "@@@STEP_LOG_LINE@json.output@}@@@", | 342 "@@@STEP_LOG_LINE@json.output@}@@@", |
322 "@@@STEP_LOG_END@json.output@@@", | 343 "@@@STEP_LOG_END@json.output@@@", |
323 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 344 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
324 ] | 345 ] |
325 }, | 346 }, |
326 { | 347 { |
327 "cmd": [ | 348 "cmd": [ |
328 "python", | 349 "python", |
329 "-u", | 350 "-u", |
330 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", | 351 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", |
| 352 "--build-config-fs", |
| 353 "Release", |
| 354 "--paths", |
| 355 "{\"build\": \"[BUILD]\"}", |
| 356 "--properties", |
| 357 "{\"buildername\": \"linux_chromium_rel_swarming\", \"buildnumber\": 571,
\"slavename\": \"TestSlavename\"}", |
331 "run", | 358 "run", |
332 "--output", | 359 "--output", |
333 "/path/to/tmp/json" | 360 "/path/to/tmp/json" |
334 ], | 361 ], |
335 "name": "checkdeps (with patch)", | 362 "name": "checkdeps (with patch)", |
336 "~followup_annotations": [ | 363 "~followup_annotations": [ |
337 "@@@STEP_LOG_LINE@json.output@{@@@", | 364 "@@@STEP_LOG_LINE@json.output@{@@@", |
338 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 365 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
339 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 366 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
340 "@@@STEP_LOG_LINE@json.output@}@@@", | 367 "@@@STEP_LOG_LINE@json.output@}@@@", |
(...skipping 26 matching lines...) Expand all Loading... |
367 "--json", | 394 "--json", |
368 "/path/to/tmp/json" | 395 "/path/to/tmp/json" |
369 ], | 396 ], |
370 "name": "checklicenses (with patch)", | 397 "name": "checklicenses (with patch)", |
371 "~followup_annotations": [ | 398 "~followup_annotations": [ |
372 "@@@STEP_LOG_LINE@json.output@[]@@@", | 399 "@@@STEP_LOG_LINE@json.output@[]@@@", |
373 "@@@STEP_LOG_END@json.output@@@" | 400 "@@@STEP_LOG_END@json.output@@@" |
374 ] | 401 ] |
375 }, | 402 }, |
376 { | 403 { |
| 404 "cmd": [ |
| 405 "python", |
| 406 "-u", |
| 407 "[SLAVE_BUILD]/src/testing/scripts/telemetry_unittests.py", |
| 408 "--build-config-fs", |
| 409 "Release", |
| 410 "--paths", |
| 411 "{\"build\": \"[BUILD]\"}", |
| 412 "--properties", |
| 413 "{\"buildername\": \"linux_chromium_rel_swarming\", \"buildnumber\": 571,
\"slavename\": \"TestSlavename\"}", |
| 414 "run", |
| 415 "--output", |
| 416 "/path/to/tmp/json" |
| 417 ], |
| 418 "name": "telemetry_unittests (with patch)", |
| 419 "~followup_annotations": [ |
| 420 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 421 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 422 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 423 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 424 "@@@STEP_LOG_END@json.output@@@" |
| 425 ] |
| 426 }, |
| 427 { |
377 "allow_subannotations": true, | 428 "allow_subannotations": true, |
378 "cmd": [ | |
379 "python", | |
380 "-u", | |
381 "[BUILD]/scripts/slave/runtest.py", | |
382 "--target", | |
383 "Release", | |
384 "--xvfb", | |
385 "--factory-properties", | |
386 "{\"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\"}", | |
387 "--build-properties", | |
388 "{\"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\"}", | |
389 "--annotate=gtest", | |
390 "--test-type=telemetry_unittests", | |
391 "--builder-name=linux_chromium_rel_swarming", | |
392 "--slave-name=TestSlavename", | |
393 "--build-number=571", | |
394 "--run-python-script", | |
395 "[SLAVE_BUILD]/src/tools/telemetry/run_tests", | |
396 "--browser=release", | |
397 "--retry-limit=3", | |
398 "--write-full-results-to", | |
399 "/path/to/tmp/json" | |
400 ], | |
401 "name": "telemetry_unittests (with patch)" | |
402 }, | |
403 { | |
404 "allow_subannotations": true, | |
405 "cmd": [ | 429 "cmd": [ |
406 "python", | 430 "python", |
407 "-u", | 431 "-u", |
408 "[BUILD]/scripts/slave/runtest.py", | 432 "[BUILD]/scripts/slave/runtest.py", |
409 "--target", | 433 "--target", |
410 "Release", | 434 "Release", |
411 "--xvfb", | 435 "--xvfb", |
412 "--factory-properties", | 436 "--factory-properties", |
413 "{\"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\"}", | 437 "{\"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\"}", |
414 "--build-properties", | 438 "--build-properties", |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
724 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 748 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
725 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 749 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
726 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 750 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
727 "@@@STEP_LOG_LINE@python.inline@@@@", | 751 "@@@STEP_LOG_LINE@python.inline@@@@", |
728 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 752 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
729 "@@@STEP_LOG_END@python.inline@@@", | 753 "@@@STEP_LOG_END@python.inline@@@", |
730 "@@@STEP_FAILURE@@@" | 754 "@@@STEP_FAILURE@@@" |
731 ] | 755 ] |
732 } | 756 } |
733 ] | 757 ] |
OLD | NEW |