aboutsummaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authormark a. foltz <mfoltz@chromium.org>2019-10-14 16:15:49 -0700
committerCommit Bot <commit-bot@chromium.org>2019-10-16 22:56:05 +0000
commit4777cf31bf799f44910b197682e4145acbc92182 (patch)
tree7ed94df934f403ff69a45509c0716aea475e15e5 /infra
parent36f5eb09dae8538649fb40b2456da867b020a83c (diff)
downloadopenscreen-4777cf31bf799f44910b197682e4145acbc92182.tar.gz
[Open Screen] Add linux64_gcc_debug to the LUCI waterfall page.
This adds linux64_gcc_debug to the LUCI waterfall page. Bug: openscreen:40 Change-Id: I17fe1f4a8ca89fac60bc4a3f5975d6ea1eef5c20 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1860997 Reviewed-by: Jordan Bayles <jophba@chromium.org> Commit-Queue: mark a. foltz <mfoltz@chromium.org>
Diffstat (limited to 'infra')
-rw-r--r--infra/config/global/commit-queue.cfg10
-rw-r--r--infra/config/global/cr-buildbucket.cfg8
-rw-r--r--infra/config/global/luci-milo.cfg6
3 files changed, 17 insertions, 7 deletions
diff --git a/infra/config/global/commit-queue.cfg b/infra/config/global/commit-queue.cfg
index dbcfd8b9..7f3792bd 100644
--- a/infra/config/global/commit-queue.cfg
+++ b/infra/config/global/commit-queue.cfg
@@ -26,6 +26,9 @@ config_groups {
name: "openscreen/try/linux64_debug"
}
builders {
+ name: "openscreen/try/linux64_gcc_debug"
+ }
+ builders {
name: "openscreen/try/linux64_tsan"
}
builders {
@@ -46,13 +49,6 @@ config_groups {
experiment_percentage: 100
}
- # TODO(issues/40): This can become standard when it is deemed stable _and_
- # there a matching 18.04 bot in luci.flex.ci.
- builders {
- name: "openscreen/try/linux64_gcc_debug"
- experiment_percentage: 100
- }
-
retry_config {
single_quota: 1
global_quota: 2
diff --git a/infra/config/global/cr-buildbucket.cfg b/infra/config/global/cr-buildbucket.cfg
index 16acf2e8..0b35cbf4 100644
--- a/infra/config/global/cr-buildbucket.cfg
+++ b/infra/config/global/cr-buildbucket.cfg
@@ -122,6 +122,14 @@ buckets {
}
builders {
+ name: "linux64_gcc_debug"
+ mixins: "linux1804"
+ mixins: "debug"
+ mixins: "x64"
+ mixins: "gcc"
+ }
+
+ builders {
name: "linux64_tsan"
mixins: "linux"
mixins: "x64"
diff --git a/infra/config/global/luci-milo.cfg b/infra/config/global/luci-milo.cfg
index efc8d3de..458a1c80 100644
--- a/infra/config/global/luci-milo.cfg
+++ b/infra/config/global/luci-milo.cfg
@@ -14,6 +14,12 @@ consoles {
}
builders {
+ name: "buildbucket/luci.openscreen.ci/linux64_gcc_debug"
+ category: "linux|x64"
+ short_name: "gcc"
+ }
+
+ builders {
name: "buildbucket/luci.openscreen.ci/linux64_tsan"
category: "linux|x64"
short_name: "tsan"