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

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

Issue 666023004: 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, 2 months 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 { 116 {
117 "cmd": [ 117 "cmd": [
118 "python", 118 "python",
119 "-u", 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 {
138 "cmd": [
139 "python",
140 "-u",
120 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 141 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
121 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 142 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
122 "/path/to/tmp/json" 143 "/path/to/tmp/json"
123 ], 144 ],
124 "name": "read filter exclusion spec", 145 "name": "read filter exclusion spec",
125 "~followup_annotations": [ 146 "~followup_annotations": [
126 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 147 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
127 "@@@STEP_LOG_LINE@json.output@{@@@", 148 "@@@STEP_LOG_LINE@json.output@{@@@",
128 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 149 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
129 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", 150 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@ @@", 370 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@ @@",
350 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@ @@", 371 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@ @@",
351 "@@@STEP_LINK@shard #4@https://chromium-swarm.appspot.com/user/task/10400@ @@" 372 "@@@STEP_LINK@shard #4@https://chromium-swarm.appspot.com/user/task/10400@ @@"
352 ] 373 ]
353 }, 374 },
354 { 375 {
355 "cmd": [ 376 "cmd": [
356 "python", 377 "python",
357 "-u", 378 "-u",
358 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", 379 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py",
380 "--build-config-fs",
381 "Release",
382 "--paths",
383 "{\"build\": \"[BUILD]\"}",
384 "--properties",
385 "{\"buildername\": \"linux_chromium_rel_swarming\", \"buildnumber\": 571, \"slavename\": \"TestSlavename\"}",
359 "run", 386 "run",
360 "--output", 387 "--output",
361 "/path/to/tmp/json" 388 "/path/to/tmp/json"
362 ], 389 ],
363 "name": "checkdeps (with patch)", 390 "name": "checkdeps (with patch)",
364 "~followup_annotations": [ 391 "~followup_annotations": [
365 "@@@STEP_LOG_LINE@json.output@{@@@", 392 "@@@STEP_LOG_LINE@json.output@{@@@",
366 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 393 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
367 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 394 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
368 "@@@STEP_LOG_LINE@json.output@}@@@", 395 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 26 matching lines...) Expand all
395 "--json", 422 "--json",
396 "/path/to/tmp/json" 423 "/path/to/tmp/json"
397 ], 424 ],
398 "name": "checklicenses (with patch)", 425 "name": "checklicenses (with patch)",
399 "~followup_annotations": [ 426 "~followup_annotations": [
400 "@@@STEP_LOG_LINE@json.output@[]@@@", 427 "@@@STEP_LOG_LINE@json.output@[]@@@",
401 "@@@STEP_LOG_END@json.output@@@" 428 "@@@STEP_LOG_END@json.output@@@"
402 ] 429 ]
403 }, 430 },
404 { 431 {
432 "cmd": [
433 "python",
434 "-u",
435 "[SLAVE_BUILD]/src/testing/scripts/telemetry_unittests.py",
436 "--build-config-fs",
437 "Release",
438 "--paths",
439 "{\"build\": \"[BUILD]\"}",
440 "--properties",
441 "{\"buildername\": \"linux_chromium_rel_swarming\", \"buildnumber\": 571, \"slavename\": \"TestSlavename\"}",
442 "run",
443 "--output",
444 "/path/to/tmp/json"
445 ],
446 "name": "telemetry_unittests (with patch)",
447 "~followup_annotations": [
448 "@@@STEP_LOG_LINE@json.output@{@@@",
449 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
450 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
451 "@@@STEP_LOG_LINE@json.output@}@@@",
452 "@@@STEP_LOG_END@json.output@@@"
453 ]
454 },
455 {
405 "allow_subannotations": true, 456 "allow_subannotations": true,
406 "cmd": [
407 "python",
408 "-u",
409 "[BUILD]/scripts/slave/runtest.py",
410 "--target",
411 "Release",
412 "--xvfb",
413 "--factory-properties",
414 "{\"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\": \"joe@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test Slavename\"}",
415 "--build-properties",
416 "{\"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\": \"joe@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test Slavename\"}",
417 "--annotate=gtest",
418 "--test-type=telemetry_unittests",
419 "--builder-name=linux_chromium_rel_swarming",
420 "--slave-name=TestSlavename",
421 "--build-number=571",
422 "--run-python-script",
423 "[SLAVE_BUILD]/src/tools/telemetry/run_tests",
424 "--browser=release",
425 "--retry-limit=3",
426 "--write-full-results-to",
427 "/path/to/tmp/json"
428 ],
429 "name": "telemetry_unittests (with patch)"
430 },
431 {
432 "allow_subannotations": true,
433 "cmd": [ 457 "cmd": [
434 "python", 458 "python",
435 "-u", 459 "-u",
436 "[BUILD]/scripts/slave/runtest.py", 460 "[BUILD]/scripts/slave/runtest.py",
437 "--target", 461 "--target",
438 "Release", 462 "Release",
439 "--xvfb", 463 "--xvfb",
440 "--factory-properties", 464 "--factory-properties",
441 "{\"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\": \"joe@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test Slavename\"}", 465 "{\"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\": \"joe@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test Slavename\"}",
442 "--build-properties", 466 "--build-properties",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 "https://chromium-swarm.appspot.com", 547 "https://chromium-swarm.appspot.com",
524 "--decorate", 548 "--decorate",
525 "--print-status-updates", 549 "--print-status-updates",
526 "--shards", 550 "--shards",
527 "5", 551 "5",
528 "browser_tests (with patch)/Ubuntu-12.04/[dummy hash for browser_tests]/li nux_chromium_rel_swarming/571" 552 "browser_tests (with patch)/Ubuntu-12.04/[dummy hash for browser_tests]/li nux_chromium_rel_swarming/571"
529 ], 553 ],
530 "name": "browser_tests (with patch)" 554 "name": "browser_tests (with patch)"
531 } 555 }
532 ] 556 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698