From db4ae8c2ad38b467064e1909106a4430366dee26 Mon Sep 17 00:00:00 2001 From: Ryan Tseng Date: Tue, 24 Jul 2018 21:12:06 +0000 Subject: [luci-milo.cfg] Add luci-only consoles This is useful during migration, and will be deleted after migration. Bug: 860896 Change-Id: I811d1d56b9fd24d3033c516f3c11c4ea39b28df8 Reviewed-on: https://pdfium-review.googlesource.com/38753 Commit-Queue: Ryan Tseng Reviewed-by: Lei Zhang --- luci-milo.cfg | 216 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 214 insertions(+), 2 deletions(-) diff --git a/luci-milo.cfg b/luci-milo.cfg index ba2d3393d9..0dbfd4bee2 100644 --- a/luci-milo.cfg +++ b/luci-milo.cfg @@ -1,6 +1,6 @@ consoles { id: "main" - name: "Pdfium Main Console" + name: "PDFium Main Console" repo_url: "https://pdfium.googlesource.com/pdfium" refs: "refs/heads/master" manifest_name: "REVISION" @@ -136,7 +136,7 @@ consoles { consoles { id: "try" - name: "Pdfium Try Builders" + name: "PDFium Try Builders" repo_url: "https://pdfium.googlesource.com/pdfium" refs: "refs/heads/master" manifest_name: "REVISION" @@ -259,3 +259,215 @@ consoles { name: "buildbucket/luci.pdfium.try/mac_no_v8" } } + +consoles { + id: "main.luci" + name: "PDFium Main Console" + repo_url: "https://pdfium.googlesource.com/pdfium" + refs: "refs/heads/master" + manifest_name: "REVISION" + + builders { + name: "buildbucket/luci.pdfium.ci/android" + category: "main|android" + } + builders { + name: "buildbucket/luci.pdfium.ci/linux" + category: "main|linux" + } + builders { + name: "buildbucket/luci.pdfium.ci/linux_asan_lsan" + category: "main|linux" + short_name: "asan" + } + builders { + name: "buildbucket/luci.pdfium.ci/linux_msan" + category: "main|linux" + short_name: "msan" + } + builders { + name: "buildbucket/luci.pdfium.ci/mac" + category: "main|mac" + } + builders { + name: "buildbucket/luci.pdfium.ci/windows" + category: "main|win" + } + builders { + name: "buildbucket/luci.pdfium.ci/windows_asan" + category: "main|win" + short_name: "asan" + } + + builders { + name: "buildbucket/luci.pdfium.ci/linux_xfa" + category: "xfa|linux" + } + builders { + name: "buildbucket/luci.pdfium.ci/linux_xfa_asan_lsan" + category: "xfa|linux" + short_name: "asan" + } + builders { + name: "buildbucket/luci.pdfium.ci/linux_xfa_msan" + category: "xfa|linux" + short_name: "msan" + } + builders { + name: "buildbucket/luci.pdfium.ci/linux_xfa_rel" + category: "xfa|linux" + short_name: "rel" + } + builders { + name: "buildbucket/luci.pdfium.ci/mac_xfa" + category: "xfa|mac" + } + builders { + name: "buildbucket/luci.pdfium.ci/mac_xfa_rel" + category: "xfa|mac" + short_name: "rel" + } + builders { + name: "buildbucket/luci.pdfium.ci/windows_xfa" + category: "xfa|win" + } + builders { + name: "buildbucket/luci.pdfium.ci/windows_xfa_rel" + category: "xfa|win" + short_name: "rel" + } + builders { + name: "buildbucket/luci.pdfium.ci/win_xfa_asan" + category: "xfa|win" + short_name: "asan" + } + builders { + name: "buildbucket/luci.pdfium.ci/windows_xfa_32" + category: "xfa|win" + short_name: "32" + } + builders { + name: "buildbucket/luci.pdfium.ci/windows_xfa_msvc" + category: "xfa|win|msvc" + short_name: "64" + } + builders { + name: "buildbucket/luci.pdfium.ci/windows_xfa_msvc_32" + category: "xfa|win|msvc" + short_name: "32" + } + + builders { + name: "buildbucket/luci.pdfium.ci/linux_no_v8" + category: "no v8" + short_name: "linux" + } + builders { + name: "buildbucket/luci.pdfium.ci/mac_no_v8" + category: "no v8" + short_name: "mac" + } + builders { + name: "buildbucket/luci.pdfium.ci/windows_no_v8" + category: "no v8" + short_name: "win" + } +} + +consoles { + id: "try.luci" + name: "PDFium Try Builders" + repo_url: "https://pdfium.googlesource.com/pdfium" + refs: "refs/heads/master" + manifest_name: "REVISION" + builder_view_only: true + + builders { + name: "buildbucket/luci.pdfium.try/android" + } + builders { + name: "buildbucket/luci.pdfium.try/linux" + } + builders { + name: "buildbucket/luci.pdfium.try/linux_asan_lsan" + } + builders { + name: "buildbucket/luci.pdfium.try/linux_msan" + } + builders { + name: "buildbucket/luci.pdfium.try/mac" + } + builders { + name: "buildbucket/luci.pdfium.try/win" + } + + builders { + name: "buildbucket/luci.pdfium.try/linux_xfa" + } + builders { + name: "buildbucket/luci.pdfium.try/linux_xfa_asan_lsan" + } + builders { + name: "buildbucket/luci.pdfium.try/linux_xfa_jumbo" + } + builders { + name: "buildbucket/luci.pdfium.try/linux_xfa_msan" + } + builders { + name: "buildbucket/luci.pdfium.try/linux_xfa_rel" + } + builders { + name: "buildbucket/luci.pdfium.try/mac_xfa" + } + builders { + name: "buildbucket/luci.pdfium.try/mac_xfa_jumbo" + } + builders { + name: "buildbucket/luci.pdfium.try/mac_xfa_rel" + } + builders { + name: "buildbucket/luci.pdfium.try/win_asan" + } + builders { + name: "buildbucket/luci.pdfium.try/win_xfa" + } + builders { + name: "buildbucket/luci.pdfium.try/win_xfa_32" + } + builders { + name: "buildbucket/luci.pdfium.try/win_xfa_asan" + } + builders { + name: "buildbucket/luci.pdfium.try/win_xfa_jumbo" + } + builders { + name: "buildbucket/luci.pdfium.try/win_xfa_msvc" + } + builders { + name: "buildbucket/luci.pdfium.try/win_xfa_msvc_32" + } + builders { + name: "buildbucket/luci.pdfium.try/win_xfa_rel" + } + + + builders { + name: "buildbucket/luci.pdfium.try/linux_skia" + } + builders { + name: "buildbucket/luci.pdfium.try/win_skia" + } + builders { + name: "buildbucket/luci.pdfium.try/mac_skia" + } + + builders { + name: "buildbucket/luci.pdfium.try/win_no_v8" + } + builders { + name: "buildbucket/luci.pdfium.try/linux_no_v8" + } + builders { + name: "buildbucket/luci.pdfium.try/mac_no_v8" + } +} -- cgit v1.2.3