Commit 10107c8f authored by John Budorick's avatar John Budorick Committed by Commit Bot

Add compile and luci configs for android-cronet-marshmallow-perf-arm64-rel.

Bug: 861983
Change-Id: I1404f93c0592c4e7c14d6194f5963f0618f27e43
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604308
Commit-Queue: John Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#658768}
parent bd6b5601
...@@ -973,6 +973,16 @@ buckets { ...@@ -973,6 +973,16 @@ buckets {
dimensions: "os:Ubuntu-14.04" dimensions: "os:Ubuntu-14.04"
} }
builders {
name: "android-cronet-marshmallow-arm64-perf-rel"
mixins: "android-ci"
# Runs on a specific machine with an attached phone.
dimensions: "os:Android"
recipe {
name: "cronet"
}
}
builders { builders {
name: "android-cronet-x86-dbg" name: "android-cronet-x86-dbg"
mixins: "android-ci" mixins: "android-ci"
......
...@@ -1478,6 +1478,11 @@ consoles { ...@@ -1478,6 +1478,11 @@ consoles {
category: "cronet|test" category: "cronet|test"
short_name: "m" short_name: "m"
} }
builders {
name: "buildbucket/luci.chromium.ci/android-cronet-marshmallow-arm64-perf-rel"
category: "cronet|test|perf"
short_name: "m"
}
builders { builders {
name: "buildbot/chromium.android/Android Cronet Marshmallow 64bit Perf" name: "buildbot/chromium.android/Android Cronet Marshmallow 64bit Perf"
category: "cronet|buildbot" category: "cronet|buildbot"
......
...@@ -314,6 +314,7 @@ trigger { ...@@ -314,6 +314,7 @@ trigger {
triggers: "android-cronet-arm64-dbg" triggers: "android-cronet-arm64-dbg"
triggers: "android-cronet-arm64-rel" triggers: "android-cronet-arm64-rel"
triggers: "android-cronet-asan-arm-rel" triggers: "android-cronet-asan-arm-rel"
triggers: "android-cronet-marshmallow-arm64-perf-rel"
triggers: "android-cronet-x86-dbg" triggers: "android-cronet-x86-dbg"
triggers: "android-cronet-x86-rel" triggers: "android-cronet-x86-rel"
triggers: "android-dbg" triggers: "android-dbg"
...@@ -794,6 +795,16 @@ job { ...@@ -794,6 +795,16 @@ job {
} }
} }
job {
id: "android-cronet-marshmallow-arm64-perf-rel"
acl_sets: "default"
buildbucket: {
server: "cr-buildbucket.appspot.com"
bucket: "luci.chromium.ci"
builder: "android-cronet-marshmallow-arm64-perf-rel"
}
}
job { job {
id: "android-cronet-asan-arm-rel" id: "android-cronet-asan-arm-rel"
acl_sets: "default" acl_sets: "default"
......
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
'android-cronet-arm64-dbg': 'android_cronet_debug_static_bot_arm64', 'android-cronet-arm64-dbg': 'android_cronet_debug_static_bot_arm64',
'android-cronet-arm64-rel': 'android_cronet_release_bot_minimal_symbols_arm64', 'android-cronet-arm64-rel': 'android_cronet_release_bot_minimal_symbols_arm64',
'android-cronet-asan-arm-rel': 'android_cronet_release_bot_minimal_symbols_arm_no_neon_clang_asan', 'android-cronet-asan-arm-rel': 'android_cronet_release_bot_minimal_symbols_arm_no_neon_clang_asan',
'android-cronet-marshmallow-arm64-perf-rel': 'android_cronet_release_bot_minimal_symbols_arm64',
'android-cronet-x86-dbg': 'android_cronet_debug_static_bot_x86', 'android-cronet-x86-dbg': 'android_cronet_debug_static_bot_x86',
'android-cronet-x86-rel': 'android_cronet_release_bot_minimal_symbols_x86', 'android-cronet-x86-rel': 'android_cronet_release_bot_minimal_symbols_x86',
'android-incremental-dbg': 'android_incremental_debug_bot', 'android-incremental-dbg': 'android_incremental_debug_bot',
......
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