aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/update_meta_config.py
diff options
context:
space:
mode:
authorGravatar Yuly Novikov <ynovikov@google.com>2018-03-21 16:21:49 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-21 21:00:50 +0000
commit73bd3db5bb31ac926cced179432a471668acc2bd (patch)
treec9deb0a3dff19c3d08d4c42634c84204fe53153d /infra/bots/update_meta_config.py
parente8faee7ceebd1217cd1b731809f17f02402160e3 (diff)
update_meta_config: Use new LUCI optional GPU Android trybot
BUG=chromium:731979 Change-Id: Ief5917b06e6c9164cc3bccdd89da169d1e169ba7 Reviewed-on: https://skia-review.googlesource.com/115703 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/update_meta_config.py')
-rw-r--r--infra/bots/update_meta_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/update_meta_config.py b/infra/bots/update_meta_config.py
index 8426478c91..2a601fe630 100644
--- a/infra/bots/update_meta_config.py
+++ b/infra/bots/update_meta_config.py
@@ -21,6 +21,7 @@ SKIA_REPO_TEMPLATE = 'https://skia.googlesource.com/%s.git'
CQ_INCLUDE_CHROMIUM_TRYBOTS = [
('luci.chromium.try', [
+ 'android_optional_gpu_tests_rel',
'linux_optional_gpu_tests_rel',
'mac_chromium_compile_dbg_ng',
'mac_optional_gpu_tests_rel',
@@ -60,7 +61,6 @@ CQ_INCLUDE_CHROMIUM_TRYBOTS = [
'android_compile_rel',
'android_n5x_swarming_dbg',
'android_n5x_swarming_rel',
- 'android_optional_gpu_tests_rel',
])
]