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

Side by Side Diff: scripts/slave/recipes/chromium.py

Issue 2444613002: Fix perf exception (WIP DO NOT COMMIT)
Patch Set: Created 4 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 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 DEPS = [ 5 DEPS = [
6 'adb', 6 'adb',
7 'bisect_tester', 7 'bisect_tester',
8 'depot_tools/bot_update', 8 'depot_tools/bot_update',
9 'chromium', 9 'chromium',
10 'chromium_android', 10 'chromium_android',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 ], 432 ],
433 }, 433 },
434 ], 434 ],
435 }, 435 },
436 }) 436 })
437 ) 437 )
438 ) 438 )
439 439
440 yield ( 440 yield (
441 api.test('dynamic_swarmed_passed_isolated_script_test') + 441 api.test('dynamic_swarmed_passed_isolated_script_test') +
442 api.properties.generic(mastername='chromium.linux', 442 api.properties.generic(mastername='chromium.perf',
443 buildername='Linux Tests', 443 buildername='Android Nexus5 Perf',
444 parent_buildername='Linux Builder') + 444 parent_buildername='Android Builder') +
445 api.properties(swarm_hashes={ 445 api.properties(swarm_hashes={
446 'telemetry_gpu_unittests': 'eeeeeeeeeeeeeeeeeeeeeeeeeeeeee', 446 'telemetry_gpu_unittests': 'eeeeeeeeeeeeeeeeeeeeeeeeeeeeee',
447 }) + 447 }) +
448 api.platform('linux', 64) + 448 api.platform('linux', 64) +
449 api.override_step_data( 449 api.override_step_data(
450 'read test spec (chromium.linux.json)', 450 'read test spec (chromium.linux.json)',
451 api.json.output({ 451 api.json.output({
452 'Linux Tests': { 452 'Linux Tests': {
453 'isolated_scripts': [ 453 'isolated_scripts': [
454 { 454 {
455 'isolate_name': 'telemetry_gpu_unittests', 455 'isolate_name': 'telemetry_gpu_unittests',
456 'name': 'telemetry_gpu_unittests', 456 'name': 'telemetry_gpu_unittests',
457 'swarming': {'can_use_on_swarming_builders': True}, 457 'swarming': {'can_use_on_swarming_builders': True},
458 }, 458 },
459 ], 459 ],
460 }, 460 },
461 }) 461 })
462 ) 462 )
463 ) 463 )
464 464
465 yield ( 465 yield (
466 api.test('dynamic_swarmed_sharded_passed_isolated_script_test') + 466 api.test('dynamic_swarmed_sharded_passed_isolated_script_test') +
467 api.properties.generic(mastername='chromium.linux', 467 api.properties.generic(mastername='chromium.perf',
468 buildername='Linux Tests', 468 buildername='Android Nexus5 Perf (1)',
469 parent_buildername='Linux Builder', 469 parent_buildername='Android Builder',
470 got_revision_cp='refs/heads/master@{#291141}', 470 got_revision_cp='refs/heads/master@{#291141}',
471 buildnumber='1234', 471 buildnumber='1234',
472 version='v23523', 472 version='v23523',
473 git_revision='asdfawe2342', 473 git_revision='asdfawe2342',
474 got_webrtc_revision='asdfas', 474 got_webrtc_revision='asdfas',
475 got_v8_revision='asdfadsfa4e3w') + 475 got_v8_revision='asdfadsfa4e3w') +
476 476
477 api.properties( 477 api.properties(
478 swarm_hashes={ 478 swarm_hashes={
479 'telemetry_gpu_unittests': 'eeeeeeeeeeeeeeeeeeeeeeeeeeeeee' 479 'telemetry_gpu_unittests': 'eeeeeeeeeeeeeeeeeeeeeeeeeeeeee'
480 }) + 480 }) +
481 api.platform('linux', 64) + 481 api.platform('linux', 64) +
482 api.override_step_data( 482 api.override_step_data(
483 'read test spec (chromium.linux.json)', 483 'read test spec (chromium.perf.json)',
484 api.json.output({ 484 api.json.output({
485 'Linux Tests': { 485 'Android Nexus5 Perf': {
486 'isolated_scripts': [ 486 'isolated_scripts': [
487 { 487 {
488 'isolate_name': 'telemetry_gpu_unittests', 488 'isolate_name': 'telemetry_gpu_unittests',
489 'name': 'telemetry_gpu_unittests', 489 'name': 'telemetry_gpu_unittests',
490 'swarming': { 490 'swarming': {
491 'can_use_on_swarming_builders': True, 491 'can_use_on_swarming_builders': True,
492 'shards': 2, 492 'shards': 2,
493 }, 493 },
494 }, 494 },
495 ], 495 ],
496 }, 496 },
497 }) 497 })
498 ) + 498 )
499 api.override_step_data('telemetry_gpu_unittests on Ubuntu-12.04',
500 api.test_utils.canned_isolated_script_output(
501 passing=True, is_win=False, swarming=True,
502 shards=2, isolated_script_passing=True, valid=True,
503 use_json_test_format=True, output_chartjson=True),
504 retcode=0)
505 ) 499 )
506 500
507 yield ( 501 yield (
508 api.test('dynamic_swarmed_sharded_passed_isolated_script_perf_test') + 502 api.test('dynamic_swarmed_sharded_passed_isolated_script_perf_test') +
509 api.properties.generic(mastername='chromium.perf.fyi', 503 api.properties.generic(mastername='chromium.perf.fyi',
510 buildername='Win 10 Low-End Perf Tests', 504 buildername='Win 10 Low-End Perf Tests',
511 parent_buildername='Win Builder FYI', 505 parent_buildername='Win Builder FYI',
512 got_revision_cp='refs/heads/master@{#291141}', 506 got_revision_cp='refs/heads/master@{#291141}',
513 buildnumber='1234', 507 buildnumber='1234',
514 version='v23523', 508 version='v23523',
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
1567 yield ( 1561 yield (
1568 api.test('ensure_goma_fail') + 1562 api.test('ensure_goma_fail') +
1569 api.properties( 1563 api.properties(
1570 mastername='chromium.fyi', 1564 mastername='chromium.fyi',
1571 buildername='Linux remote_run Builder', 1565 buildername='Linux remote_run Builder',
1572 slavename='build1-a1', 1566 slavename='build1-a1',
1573 buildnumber='77457', 1567 buildnumber='77457',
1574 path_config='kitchen') + 1568 path_config='kitchen') +
1575 api.override_step_data('ensure_goma.ensure_installed', retcode=1) 1569 api.override_step_data('ensure_goma.ensure_installed', retcode=1)
1576 ) 1570 )
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698