| OLD | NEW |
| 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 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 from recipe_engine.types import freeze | 5 from recipe_engine.types import freeze |
| 6 | 6 |
| 7 DEPS = [ | 7 DEPS = [ |
| 8 'auto_bisect', | 8 'auto_bisect', |
| 9 'bisect_tester', | 9 'bisect_tester', |
| 10 'depot_tools/bot_update', | 10 'depot_tools/bot_update', |
| 11 'chromium', | 11 'chromium', |
| 12 'chromium_android', | 12 'chromium_android', |
| 13 'chromium_tests', | 13 'chromium_tests', |
| 14 'depot_tools/gclient', | 14 'depot_tools/gclient', |
| 15 'recipe_engine/json', | 15 'recipe_engine/json', |
| 16 'recipe_engine/path', | 16 'recipe_engine/path', |
| 17 'recipe_engine/properties', | 17 'recipe_engine/properties', |
| 18 'recipe_engine/raw_io', | 18 'recipe_engine/raw_io', |
| 19 'recipe_engine/step', | 19 'recipe_engine/step', |
| 20 ] | 20 ] |
| 21 | 21 |
| 22 REPO_URL = 'https://chromium.googlesource.com/chromium/src.git' | 22 REPO_URL = 'https://chromium.googlesource.com/chromium/src.git' |
| 23 | 23 |
| 24 BUILDERS = freeze({ | 24 BUILDERS = freeze({ |
| 25 'tryserver.chromium.perf': { | 25 'tryserver.chromium.perf': { |
| 26 'builders': { | 26 'builders': { |
| 27 'android_one_perf_bisect': { | 27 'android_one_perf_bisect': { |
| 28 'recipe_config': 'perf', | 28 'recipe_config': 'main_builder_rel_mb', |
| 29 'gclient_apply_config': ['android', 'perf'], | 29 'gclient_apply_config': ['android', 'perf'], |
| 30 'bucket': 'chrome-perf', | 30 'bucket': 'chrome-perf', |
| 31 }, | 31 }, |
| 32 'android_nexus5_perf_bisect': { | 32 'android_nexus5_perf_bisect': { |
| 33 'recipe_config': 'perf', | 33 'recipe_config': 'main_builder_rel_mb', |
| 34 'gclient_apply_config': ['android', 'perf'], | 34 'gclient_apply_config': ['android', 'perf'], |
| 35 'bucket': 'chrome-perf', | 35 'bucket': 'chrome-perf', |
| 36 }, | 36 }, |
| 37 'android_nexus5X_perf_bisect': { | 37 'android_nexus5X_perf_bisect': { |
| 38 'recipe_config': 'perf', | 38 'recipe_config': 'main_builder_rel_mb', |
| 39 'gclient_apply_config': ['android', 'perf'], | 39 'gclient_apply_config': ['android', 'perf'], |
| 40 'bucket': 'chrome-perf', | 40 'bucket': 'chrome-perf', |
| 41 }, | 41 }, |
| 42 'android_nexus6_perf_bisect': { | 42 'android_nexus6_perf_bisect': { |
| 43 'recipe_config': 'perf', | 43 'recipe_config': 'main_builder_rel_mb', |
| 44 'gclient_apply_config': ['android', 'perf'], | 44 'gclient_apply_config': ['android', 'perf'], |
| 45 'bucket': 'chrome-perf', | 45 'bucket': 'chrome-perf', |
| 46 }, | 46 }, |
| 47 'android_nexus7_perf_bisect': { | 47 'android_nexus7_perf_bisect': { |
| 48 'recipe_config': 'perf', | 48 'recipe_config': 'main_builder_rel_mb', |
| 49 'gclient_apply_config': ['android', 'perf'], | 49 'gclient_apply_config': ['android', 'perf'], |
| 50 'bucket': 'chrome-perf', | 50 'bucket': 'chrome-perf', |
| 51 }, | 51 }, |
| 52 'android_nexus9_perf_bisect': { | 52 'android_nexus9_perf_bisect': { |
| 53 'recipe_config': 'arm64_builder', | 53 'recipe_config': 'arm64_builder_rel_mb', |
| 54 'gclient_apply_config': ['android', 'perf'], | 54 'gclient_apply_config': ['android', 'perf'], |
| 55 'bucket': 'chrome-perf', | 55 'bucket': 'chrome-perf', |
| 56 }, | 56 }, |
| 57 'android_s5_perf_bisect': { | 57 'android_s5_perf_bisect': { |
| 58 'recipe_config': 'perf', | 58 'recipe_config': 'main_builder_rel_mb', |
| 59 'gclient_apply_config': ['android', 'perf'], | 59 'gclient_apply_config': ['android', 'perf'], |
| 60 'bucket': 'chrome-perf', | 60 'bucket': 'chrome-perf', |
| 61 }, | 61 }, |
| 62 'android_s5_perf_cq': { | 62 'android_s5_perf_cq': { |
| 63 'recipe_config': 'perf', | 63 'recipe_config': 'main_builder_rel_mb', |
| 64 'gclient_apply_config': ['android', 'perf'], | 64 'gclient_apply_config': ['android', 'perf'], |
| 65 'bucket': 'chrome-perf', | 65 'bucket': 'chrome-perf', |
| 66 }, | 66 }, |
| 67 'android_fyi_perf_bisect': { | 67 'android_fyi_perf_bisect': { |
| 68 'recipe_config': 'perf', | 68 'recipe_config': 'main_builder_rel_mb', |
| 69 'gclient_apply_config': ['android', 'perf'], | 69 'gclient_apply_config': ['android', 'perf'], |
| 70 'bucket': 'chrome-perf', | 70 'bucket': 'chrome-perf', |
| 71 }, | 71 }, |
| 72 'android_webview_aosp_perf_bisect': { | 72 'android_webview_aosp_perf_bisect': { |
| 73 'recipe_config': 'perf', | 73 'recipe_config': 'main_builder_rel_mb', |
| 74 'gclient_apply_config': ['android', 'perf'], | 74 'gclient_apply_config': ['android', 'perf'], |
| 75 'bucket': 'chrome-perf', | 75 'bucket': 'chrome-perf', |
| 76 'webview': True, | 76 'webview': True, |
| 77 }, | 77 }, |
| 78 }, | 78 }, |
| 79 }, | 79 }, |
| 80 }) | 80 }) |
| 81 | 81 |
| 82 from recipe_engine.recipe_api import Property | 82 from recipe_engine.recipe_api import Property |
| 83 | 83 |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 buildername=buildername) + api.step_data( | 273 buildername=buildername) + api.step_data( |
| 274 'saving url to temp file', | 274 'saving url to temp file', |
| 275 stdout=api.raw_io.output('/tmp/dummy1')) + api.step_data( | 275 stdout=api.raw_io.output('/tmp/dummy1')) + api.step_data( |
| 276 'saving json to temp file', | 276 'saving json to temp file', |
| 277 stdout=api.raw_io.output('/tmp/dummy2')) + api.properties( | 277 stdout=api.raw_io.output('/tmp/dummy2')) + api.properties( |
| 278 bisect_config=bisect_config) + api.properties( | 278 bisect_config=bisect_config) + api.properties( |
| 279 job_name='f7a7b4135624439cbd27fdd5133d74ec') + | 279 job_name='f7a7b4135624439cbd27fdd5133d74ec') + |
| 280 api.bisect_tester(tempfile='/tmp/dummy') + | 280 api.bisect_tester(tempfile='/tmp/dummy') + |
| 281 api.properties(parent_got_revision='1111111') + api.properties( | 281 api.properties(parent_got_revision='1111111') + api.properties( |
| 282 parent_build_archive_url='gs://test-domain/test-archive.zip')) | 282 parent_build_archive_url='gs://test-domain/test-archive.zip')) |
| OLD | NEW |