diff options
author | 2019-04-03 17:07:37 -0700 | |
---|---|---|
committer | 2019-04-04 10:39:50 +0100 | |
commit | 6d4280c35023389a3886b4f67fe24db283a0abc9 (patch) | |
tree | 33bbcb9d44e207ec2d505146934ac6429f613566 | |
parent | aeb9a16a285352f25268604a06008ce5fa600788 (diff) |
Update LUCI console to removed Buildbot host builders
Bug:893147
Change-Id: Icfea8aa32794b182eefc75836f3edb631a1c7236
-rw-r--r-- | tools/luci/config/luci-milo.cfg | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/luci/config/luci-milo.cfg b/tools/luci/config/luci-milo.cfg index a4f95a2777..950f0824fa 100644 --- a/tools/luci/config/luci-milo.cfg +++ b/tools/luci/config/luci-milo.cfg @@ -44,13 +44,11 @@ consoles { short_name: "ndbg" } builders { - name: "buildbot/client.art/aosp-builder-cc" name: "buildbucket/luci.art.ci/aosp-builder-cc" category: "aosp" short_name: "cc" } builders { - name: "buildbot/client.art/aosp-builder-cms" name: "buildbucket/luci.art.ci/aosp-builder-cms" category: "aosp" short_name: "cms" @@ -86,67 +84,56 @@ consoles { short_name: "ndbg" } builders { - name: "buildbot/client.art/host-x86-cms" name: "buildbucket/luci.art.ci/host-x86-cms" category: "host|x86" short_name: "cms" } builders { - name: "buildbot/client.art/host-x86-debug" name: "buildbucket/luci.art.ci/host-x86-debug" category: "host|x86" short_name: "dbg" } builders { - name: "buildbot/client.art/host-x86-ndebug" name: "buildbucket/luci.art.ci/host-x86-ndebug" category: "host|x86" short_name: "ndbg" } builders { - name: "buildbot/client.art/host-x86-gcstress-debug" name: "buildbucket/luci.art.ci/host-x86-gcstress-debug" category: "host|x86" short_name: "gcs" } builders { - name: "buildbot/client.art/host-x86-poison-debug" name: "buildbucket/luci.art.ci/host-x86-poison-debug" category: "host|x86" short_name: "psn" } builders { - name: "buildbot/client.art/host-x86_64-cdex-fast" name: "buildbucket/luci.art.ci/host-x86_64-cdex-fast" category: "host|x64" short_name: "cdx" } builders { - name: "buildbot/client.art/host-x86_64-cms" name: "buildbucket/luci.art.ci/host-x86_64-cms" category: "host|x64" short_name: "cms" } builders { - name: "buildbot/client.art/host-x86_64-debug" name: "buildbucket/luci.art.ci/host-x86_64-debug" category: "host|x64" short_name: "dbg" } builders { - name: "buildbot/client.art/host-x86_64-non-gen-cc" name: "buildbucket/luci.art.ci/host-x86_64-non-gen-cc" category: "host|x64" short_name: "ngen" } builders { - name: "buildbot/client.art/host-x86_64-ndebug" name: "buildbucket/luci.art.ci/host-x86_64-ndebug" category: "host|x64" short_name: "ndbg" } builders { - name: "buildbot/client.art/host-x86_64-poison-debug" name: "buildbucket/luci.art.ci/host-x86_64-poison-debug" category: "host|x64" short_name: "psn" |