aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Corentin Wallez <cwallez@chromium.org>2018-03-20 13:42:43 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-20 19:15:57 +0000
commit578a8f15d046af63973133c9957c77a0a26c609f (patch)
treec9cc060d34617a5ddef013c121156acaa66524a0
parentaeb425dbf1735eaad7daef5c1f2d599d170a5a38 (diff)
update_meta_config: Use new LUCI mac optional GPU trybot
BUG=chromium:815092 Change-Id: I7ec1d448c94bbdb6931fb315d6daf3d882430497 Reviewed-on: https://skia-review.googlesource.com/115362 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Eric Boren <borenet@google.com>
-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 8db420524c..32244faae1 100644
--- a/infra/bots/update_meta_config.py
+++ b/infra/bots/update_meta_config.py
@@ -22,6 +22,7 @@ SKIA_REPO_TEMPLATE = 'https://skia.googlesource.com/%s.git'
CQ_INCLUDE_CHROMIUM_TRYBOTS = [
('luci.chromium.try', [
'linux_optional_gpu_tests_rel',
+ 'mac_optional_gpu_tests_rel',
]),
('master.tryserver.blink', [
'linux_trusty_blink_dbg',
@@ -44,7 +45,6 @@ CQ_INCLUDE_CHROMIUM_TRYBOTS = [
'mac_chromium_compile_rel_ng',
'mac_chromium_dbg_ng',
'mac_chromium_rel_ng',
- 'mac_optional_gpu_tests_rel',
]),
('master.tryserver.chromium.win', [
'win_chromium_compile_dbg_ng',