summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Tseng <hinoka@google.com>2018-07-24 21:12:06 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-07-24 21:12:06 +0000
commitdb4ae8c2ad38b467064e1909106a4430366dee26 (patch)
tree391f8bc0c43d3f7c8280042bc3876959adc5a24e
parent98cf5222780cb604c64e71a854ff7ce6e1cd8f45 (diff)
downloadpdfium-db4ae8c2ad38b467064e1909106a4430366dee26.tar.xz
[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 <hinoka@google.com> Reviewed-by: Lei Zhang <thestig@chromium.org>
-rw-r--r--luci-milo.cfg216
1 files 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"
+ }
+}