| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # Contains the bulk of the WebRTC builder configurations so they can be reused | 5 # Contains the bulk of the WebRTC builder configurations so they can be reused |
| 6 # from multiple recipes. | 6 # from multiple recipes. |
| 7 | 7 |
| 8 from infra.libs.infra_types import freeze | 8 from infra.libs.infra_types import freeze |
| 9 | 9 |
| 10 RECIPE_CONFIGS = freeze({ | 10 RECIPE_CONFIGS = freeze({ |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 'TARGET_ARCH': 'arm', | 353 'TARGET_ARCH': 'arm', |
| 354 'TARGET_BITS': 32, | 354 'TARGET_BITS': 32, |
| 355 }, | 355 }, |
| 356 'webrtc_config_kwargs': { | 356 'webrtc_config_kwargs': { |
| 357 'PERF_ID': 'chromium-webrtc-trunk-tot-dbg-android', | 357 'PERF_ID': 'chromium-webrtc-trunk-tot-dbg-android', |
| 358 }, | 358 }, |
| 359 'bot_type': 'builder', | 359 'bot_type': 'builder', |
| 360 'build_gs_archive': 'android_dbg_archive_fyi', | 360 'build_gs_archive': 'android_dbg_archive_fyi', |
| 361 'testing': {'platform': 'linux'}, | 361 'testing': {'platform': 'linux'}, |
| 362 }, | 362 }, |
| 363 'Android Builder ARM64 (dbg)': { |
| 364 'recipe_config': 'chromium_webrtc_tot_android', |
| 365 'chromium_config_kwargs': { |
| 366 'BUILD_CONFIG': 'Debug', |
| 367 'TARGET_PLATFORM': 'android', |
| 368 'TARGET_ARCH': 'arm', |
| 369 'TARGET_BITS': 64, |
| 370 }, |
| 371 'webrtc_config_kwargs': { |
| 372 'PERF_ID': 'chromium-webrtc-trunk-tot-dbg-android-arm64', |
| 373 }, |
| 374 'bot_type': 'builder', |
| 375 'build_gs_archive': 'android_dbg_archive_arm64_fyi', |
| 376 'testing': {'platform': 'linux'}, |
| 377 }, |
| 363 'Android Tests (dbg) (KK Nexus5)': { | 378 'Android Tests (dbg) (KK Nexus5)': { |
| 364 'recipe_config': 'chromium_webrtc_tot_android', | 379 'recipe_config': 'chromium_webrtc_tot_android', |
| 365 'chromium_config_kwargs': { | 380 'chromium_config_kwargs': { |
| 366 'BUILD_CONFIG': 'Debug', | 381 'BUILD_CONFIG': 'Debug', |
| 367 'TARGET_PLATFORM': 'android', | 382 'TARGET_PLATFORM': 'android', |
| 368 'TARGET_ARCH': 'arm', | 383 'TARGET_ARCH': 'arm', |
| 369 'TARGET_BITS': 32, | 384 'TARGET_BITS': 32, |
| 370 }, | 385 }, |
| 371 'webrtc_config_kwargs': { | 386 'webrtc_config_kwargs': { |
| 372 'PERF_ID': 'chromium-webrtc-trunk-tot-dbg-android-nexus5', | 387 'PERF_ID': 'chromium-webrtc-trunk-tot-dbg-android-nexus5', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 385 'TARGET_BITS': 32, | 400 'TARGET_BITS': 32, |
| 386 }, | 401 }, |
| 387 'webrtc_config_kwargs': { | 402 'webrtc_config_kwargs': { |
| 388 'PERF_ID': 'chromium-webrtc-trunk-tot-dbg-android-nexus72', | 403 'PERF_ID': 'chromium-webrtc-trunk-tot-dbg-android-nexus72', |
| 389 }, | 404 }, |
| 390 'bot_type': 'tester', | 405 'bot_type': 'tester', |
| 391 'build_gs_archive': 'android_dbg_archive_fyi', | 406 'build_gs_archive': 'android_dbg_archive_fyi', |
| 392 'parent_buildername': 'Android Builder (dbg)', | 407 'parent_buildername': 'Android Builder (dbg)', |
| 393 'testing': {'platform': 'linux'}, | 408 'testing': {'platform': 'linux'}, |
| 394 }, | 409 }, |
| 395 'Android Tests (dbg) (KK Nexus5, pending N9)': { | 410 'Android Tests (dbg) (L Nexus9)': { |
| 396 'recipe_config': 'chromium_webrtc_tot_android', | 411 'recipe_config': 'chromium_webrtc_tot_android', |
| 397 'chromium_config_kwargs': { | 412 'chromium_config_kwargs': { |
| 398 'BUILD_CONFIG': 'Debug', | 413 'BUILD_CONFIG': 'Debug', |
| 399 'TARGET_PLATFORM': 'android', | 414 'TARGET_PLATFORM': 'android', |
| 400 'TARGET_ARCH': 'arm', | 415 'TARGET_ARCH': 'arm', |
| 401 'TARGET_BITS': 32, | 416 'TARGET_BITS': 64, |
| 402 }, | 417 }, |
| 403 'bot_type': 'tester', | 418 'bot_type': 'tester', |
| 404 'build_gs_archive': 'android_dbg_archive_fyi', | 419 'build_gs_archive': 'android_dbg_archive_arm64_fyi', |
| 405 'parent_buildername': 'Android Builder (dbg)', | 420 'parent_buildername': 'Android Builder ARM64 (dbg)', |
| 406 'testing': {'platform': 'linux'}, | 421 'testing': {'platform': 'linux'}, |
| 407 }, | 422 }, |
| 408 'Android GN': { | 423 'Android GN': { |
| 409 'recipe_config': 'chromium_webrtc_tot_android_gn', | 424 'recipe_config': 'chromium_webrtc_tot_android_gn', |
| 410 'chromium_config_kwargs': { | 425 'chromium_config_kwargs': { |
| 411 'BUILD_CONFIG': 'Release', | 426 'BUILD_CONFIG': 'Release', |
| 412 'TARGET_PLATFORM': 'android', | 427 'TARGET_PLATFORM': 'android', |
| 413 'TARGET_ARCH': 'arm', | 428 'TARGET_ARCH': 'arm', |
| 414 'TARGET_BITS': 32, | 429 'TARGET_BITS': 32, |
| 415 }, | 430 }, |
| (...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1324 'TARGET_BITS': 32, | 1339 'TARGET_BITS': 32, |
| 1325 }, | 1340 }, |
| 1326 'chromium_apply_config': ['webrtc_gn'], | 1341 'chromium_apply_config': ['webrtc_gn'], |
| 1327 'bot_type': 'builder', | 1342 'bot_type': 'builder', |
| 1328 'testing': {'platform': 'linux'}, | 1343 'testing': {'platform': 'linux'}, |
| 1329 }, | 1344 }, |
| 1330 }, | 1345 }, |
| 1331 }, | 1346 }, |
| 1332 }) | 1347 }) |
| 1333 | 1348 |
| OLD | NEW |