Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_basic_cq.json

Issue 666563007: Revert of Use src-side launcher for telemetry_unittests in chromium_trybot recipe (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
106 "@@@STEP_LOG_LINE@json.output@ ], @@@", 106 "@@@STEP_LOG_LINE@json.output@ ], @@@",
107 "@@@STEP_LOG_LINE@json.output@ \"shards\": 5@@@", 107 "@@@STEP_LOG_LINE@json.output@ \"shards\": 5@@@",
108 "@@@STEP_LOG_LINE@json.output@ }, @@@", 108 "@@@STEP_LOG_LINE@json.output@ }, @@@",
109 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 109 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
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 {
117 "cmd": [
118 "python",
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 { 116 {
138 "cmd": [ 117 "cmd": [
139 "python", 118 "python",
140 "-u", 119 "-u",
141 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 120 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
142 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 121 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
143 "/path/to/tmp/json" 122 "/path/to/tmp/json"
144 ], 123 ],
145 "name": "read filter exclusion spec", 124 "name": "read filter exclusion spec",
146 "~followup_annotations": [ 125 "~followup_annotations": [
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@ @@", 397 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@ @@",
419 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@ @@", 398 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@ @@",
420 "@@@STEP_LINK@shard #4@https://chromium-swarm.appspot.com/user/task/10400@ @@" 399 "@@@STEP_LINK@shard #4@https://chromium-swarm.appspot.com/user/task/10400@ @@"
421 ] 400 ]
422 }, 401 },
423 { 402 {
424 "cmd": [ 403 "cmd": [
425 "python", 404 "python",
426 "-u", 405 "-u",
427 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", 406 "[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\"}",
434 "run", 407 "run",
435 "--output", 408 "--output",
436 "/path/to/tmp/json" 409 "/path/to/tmp/json"
437 ], 410 ],
438 "name": "checkdeps (with patch)", 411 "name": "checkdeps (with patch)",
439 "~followup_annotations": [ 412 "~followup_annotations": [
440 "@@@STEP_LOG_LINE@json.output@{@@@", 413 "@@@STEP_LOG_LINE@json.output@{@@@",
441 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 414 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
442 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 415 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
443 "@@@STEP_LOG_LINE@json.output@}@@@", 416 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 26 matching lines...) Expand all
470 "--json", 443 "--json",
471 "/path/to/tmp/json" 444 "/path/to/tmp/json"
472 ], 445 ],
473 "name": "checklicenses (with patch)", 446 "name": "checklicenses (with patch)",
474 "~followup_annotations": [ 447 "~followup_annotations": [
475 "@@@STEP_LOG_LINE@json.output@[]@@@", 448 "@@@STEP_LOG_LINE@json.output@[]@@@",
476 "@@@STEP_LOG_END@json.output@@@" 449 "@@@STEP_LOG_END@json.output@@@"
477 ] 450 ]
478 }, 451 },
479 { 452 {
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 {
504 "allow_subannotations": true, 453 "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,
505 "cmd": [ 481 "cmd": [
506 "python", 482 "python",
507 "-u", 483 "-u",
508 "[BUILD]/scripts/slave/runtest.py", 484 "[BUILD]/scripts/slave/runtest.py",
509 "--target", 485 "--target",
510 "Release", 486 "Release",
511 "--xvfb", 487 "--xvfb",
512 "--factory-properties", 488 "--factory-properties",
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\"}", 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\"}",
514 "--build-properties", 490 "--build-properties",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 "https://chromium-swarm.appspot.com", 561 "https://chromium-swarm.appspot.com",
586 "--decorate", 562 "--decorate",
587 "--print-status-updates", 563 "--print-status-updates",
588 "--shards", 564 "--shards",
589 "5", 565 "5",
590 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_swa rming/571" 566 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_swa rming/571"
591 ], 567 ],
592 "name": "browser_tests (with patch)" 568 "name": "browser_tests (with patch)"
593 } 569 }
594 ] 570 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698