Commit 90bfef65 authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Add manually-triggered trybot for 32-bit Android P Pixel 2 phones.

Bug: 855660
Change-Id: I26114b920ea9801a9d4bfdc74b29218dff035f41
Reviewed-on: https://chromium-review.googlesource.com/1112385Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569793}
parent bb76c8ae
...@@ -481,10 +481,9 @@ builder_mixins { ...@@ -481,10 +481,9 @@ builder_mixins {
} }
} }
# GPU bots run very long tests sometimes on a single tester. The regular # GPU bots sometimes run very long tests on a small number of machines
# timeout isn't enough on some testers during the migration when they run both # or even a single tester. The regular timeout isn't enough on some of
# the buildbot and LUCI tests. Double the timeout for them. # these so double the standard timeout.
# TODO(cwallez@chromium.org): remove this when the migration is complete
builder_mixins { builder_mixins {
name: "gpu-slow-bot" name: "gpu-slow-bot"
execution_timeout_secs: 21600 # 2 x 3h for a double workload execution_timeout_secs: 21600 # 2 x 3h for a double workload
...@@ -599,6 +598,8 @@ buckets { ...@@ -599,6 +598,8 @@ buckets {
builders { builders {
name: "Android FYI 32 dEQP Vk Release (Pixel 2)" name: "Android FYI 32 dEQP Vk Release (Pixel 2)"
mixins: "android-gpu-fyi-ci" mixins: "android-gpu-fyi-ci"
# Increase timeout to allow tryjobs against small number of phones.
mixins: "gpu-slow-bot"
} }
builders { builders {
...@@ -609,6 +610,8 @@ buckets { ...@@ -609,6 +610,8 @@ buckets {
builders { builders {
name: "Android FYI 32 Vk Release (Pixel 2)" name: "Android FYI 32 Vk Release (Pixel 2)"
mixins: "android-gpu-fyi-ci" mixins: "android-gpu-fyi-ci"
# Increase timeout to allow tryjobs against small number of phones.
mixins: "gpu-slow-bot"
} }
builders { builders {
...@@ -619,6 +622,8 @@ buckets { ...@@ -619,6 +622,8 @@ buckets {
builders { builders {
name: "Android FYI 64 dEQP Vk Release (Pixel 2)" name: "Android FYI 64 dEQP Vk Release (Pixel 2)"
mixins: "android-gpu-fyi-ci" mixins: "android-gpu-fyi-ci"
# Increase timeout to allow tryjobs against small number of phones.
mixins: "gpu-slow-bot"
} }
builders { builders {
...@@ -629,6 +634,8 @@ buckets { ...@@ -629,6 +634,8 @@ buckets {
builders { builders {
name: "Android FYI 64 Vk Release (Pixel 2)" name: "Android FYI 64 Vk Release (Pixel 2)"
mixins: "android-gpu-fyi-ci" mixins: "android-gpu-fyi-ci"
# Increase timeout to allow tryjobs against small number of phones.
mixins: "gpu-slow-bot"
} }
builders { builders {
...@@ -1226,7 +1233,7 @@ buckets { ...@@ -1226,7 +1233,7 @@ buckets {
name: "Mac FYI Experimental Retina Release (NVIDIA)" name: "Mac FYI Experimental Retina Release (NVIDIA)"
mixins: "mac-gpu-fyi-ci" mixins: "mac-gpu-fyi-ci"
# This bot has one machine backing its tests at the moment. # This bot has one machine backing its tests at the moment.
# If it gets more, this should be switched back to gpu-slow-fyi. # If it gets more, this should be switched back to gpu-slow-bot.
# See crbug.com/853307 for more context. # See crbug.com/853307 for more context.
execution_timeout_secs: 43200 execution_timeout_secs: 43200
} }
...@@ -2392,6 +2399,12 @@ buckets { ...@@ -2392,6 +2399,12 @@ buckets {
name: "android_unswarmed_pixel_aosp" name: "android_unswarmed_pixel_aosp"
dimensions: "os:Ubuntu-14.04" dimensions: "os:Ubuntu-14.04"
} }
builders {
mixins: "android-optional-gpu-try"
# Increase timeout to allow tryjobs against small number of phones.
mixins: "gpu-slow-bot"
name: "gpu-manual-try-android-p-pixel-2-32"
}
builders { mixins: "chromeos-try" name: "chromeos-amd64-generic-rel" } builders { mixins: "chromeos-try" name: "chromeos-amd64-generic-rel" }
builders { mixins: "chromeos-try" name: "chromeos-daisy-rel" } builders { mixins: "chromeos-try" name: "chromeos-daisy-rel" }
......
...@@ -4199,6 +4199,9 @@ consoles { ...@@ -4199,6 +4199,9 @@ consoles {
builders { builders {
name: "buildbucket/luci.chromium.try/android-kitkat-arm-rel" name: "buildbucket/luci.chromium.try/android-kitkat-arm-rel"
} }
builders {
name: "buildbucket/luci.chromium.try/gpu-manual-try-android-p-pixel-2-32"
}
builder_view_only: true builder_view_only: true
} }
...@@ -4819,6 +4822,9 @@ consoles { ...@@ -4819,6 +4822,9 @@ consoles {
builders { builders {
name: "buildbucket/luci.chromium.try/fuchsia" name: "buildbucket/luci.chromium.try/fuchsia"
} }
builders {
name: "buildbucket/luci.chromium.try/gpu-manual-try-android-p-pixel-2-32"
}
builders { builders {
name: "buildbucket/luci.chromium.try/gpu_manual_try_win7_nvidia_rel" name: "buildbucket/luci.chromium.try/gpu_manual_try_win7_nvidia_rel"
} }
......
...@@ -551,6 +551,7 @@ ...@@ -551,6 +551,7 @@
'android_unswarmed_n5x_rel': 'android_release_trybot_arm64', 'android_unswarmed_n5x_rel': 'android_release_trybot_arm64',
'android_unswarmed_pixel_aosp': 'android_debug_trybot_arm64', 'android_unswarmed_pixel_aosp': 'android_debug_trybot_arm64',
'cast_shell_android': 'android_cast_debug_static_bot_compile_only', 'cast_shell_android': 'android_cast_debug_static_bot_compile_only',
'gpu-manual-try-android-p-pixel-2-32': 'gpu_tests_android_vulkan_release_trybot',
'linux_android_dbg_ng': 'android_debug_trybot', 'linux_android_dbg_ng': 'android_debug_trybot',
}, },
......
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