Commit cf81f9c4 authored by Ryan Tseng's avatar Ryan Tseng Committed by Commit Bot

[luci-milo.cfg] Fix which master Linux ASan is on

The Linux ASan builders are on chromium.memory, not chromium.linux

Bug: 790280, 731523, 790264, 826275
Change-Id: I0356fc73cf52de878ec8c5173bd7c7bdf3b77580
Reviewed-on: https://chromium-review.googlesource.com/982508Reviewed-by: default avatarJao-ke Chin-Lee <jchinlee@chromium.org>
Commit-Queue: Ryan Tseng <hinoka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546246}
parent e4afa8b5
...@@ -1860,7 +1860,7 @@ consoles: { ...@@ -1860,7 +1860,7 @@ consoles: {
} }
builders: { builders: {
name: "buildbot/chromium.linux/Linux ASan LSan Builder" name: "buildbot/chromium.memory/Linux ASan LSan Builder"
category: "chromium.memory|asan|builder" category: "chromium.memory|asan|builder"
short_name: "bb" short_name: "bb"
} }
...@@ -1870,7 +1870,7 @@ consoles: { ...@@ -1870,7 +1870,7 @@ consoles: {
short_name: "ci" short_name: "ci"
} }
builders: { builders: {
name: "buildbot/chromium.linux/Linux ASan LSan Tests (1)" name: "buildbot/chromium.memory/Linux ASan LSan Tests (1)"
category: "chromium.memory|asan|tester" category: "chromium.memory|asan|tester"
short_name: "bb" short_name: "bb"
} }
......
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