Commit cf2f99eb authored by Karen Qian's avatar Karen Qian Committed by Commit Bot

Add optional trybots for Deterministic Android builder

added deterministic bots to mb_config rebased with master changed other files fixed ordering

Bug: 924297
Change-Id: Id7ec95c4aa7b7ffc28207864ffd9c429199714f6
Reviewed-on: https://chromium-review.googlesource.com/c/1440821
Commit-Queue: Karen Qian <karenqian@google.com>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#627707}
parent 306cc733
......@@ -605,6 +605,8 @@
'android_n5x_swarming_dbg': 'android_debug_trybot_arm64',
'android_optional_gpu_tests_rel': 'gpu_tests_android_release_trybot_arm64',
'android_unswarmed_pixel_aosp': 'android_debug_trybot_arm64',
'android-deterministic-dbg': 'android_debug_trybot',
'android-deterministic-rel': 'android_without_codecs_release_trybot_minimal_symbols',
'cast_shell_android': 'android_cast_debug_static_bot_compile_only',
'gpu-manual-try-android-l-nexus-5-32': 'gpu_tests_android_release_trybot',
'gpu-manual-try-android-l-nexus-6-32': 'gpu_tests_android_release_trybot',
......@@ -1030,6 +1032,10 @@
'android_without_codecs', 'release_bot', 'minimal_symbols', 'strip_debug_info',
],
'android_without_codecs_release_trybot_minimal_symbols': [
'android_without_codecs', 'release_trybot', 'minimal_symbols', 'strip_debug_info',
],
'asan_clang_edge_fuzzer_static_v8_heap_minimal_symbols_release_tot': [
'asan', 'clang_tot', 'edge', 'fuzzer', 'static', 'v8_heap', 'minimal_symbols', 'release',
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment