aboutsummaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorRyan Keane <rwkeane@google.com>2020-05-18 12:10:22 -0700
committerCommit Bot <commit-bot@chromium.org>2020-05-19 01:48:39 +0000
commit763905cc688491b82434afd755547e2d65aca3a5 (patch)
tree67ade93f49adf7f3771eb06e7456d7e30f53f47e /infra
parentca609c305ed10d10cc2f8c07e772f17d5f94f474 (diff)
downloadopenscreen-763905cc688491b82434afd755547e2d65aca3a5.tar.gz
Code Coverage: Add missing buildbot config
Change-Id: I9db029e58629b4b68836e039f1c29f85e420549b Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2207632 Commit-Queue: Jordan Bayles <jophba@chromium.org> Reviewed-by: Jordan Bayles <jophba@chromium.org>
Diffstat (limited to 'infra')
-rw-r--r--infra/config/global/commit-queue.cfg8
-rw-r--r--infra/config/global/cr-buildbucket.cfg10
2 files changed, 18 insertions, 0 deletions
diff --git a/infra/config/global/commit-queue.cfg b/infra/config/global/commit-queue.cfg
index d51fcc00..d41244e6 100644
--- a/infra/config/global/commit-queue.cfg
+++ b/infra/config/global/commit-queue.cfg
@@ -22,6 +22,9 @@ config_groups {
dry_run_access_list: "project-openscreen-tryjob-access"
}
tryjob {
+ # Bots declared "experiment_percentage: 100" are FYI Bots that always
+ # run but are not considered part of the commit queue pass/fail.
+
builders {
name: "openscreen/try/linux64_debug"
}
@@ -48,6 +51,11 @@ config_groups {
name: "openscreen/try/chromium_mac_debug"
}
+ builders {
+ name: "openscreen/try/code_coverage"
+ 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 31ef94b5..43489d61 100644
--- a/infra/config/global/cr-buildbucket.cfg
+++ b/infra/config/global/cr-buildbucket.cfg
@@ -313,6 +313,16 @@ buckets: {
mixins: "x64"
mixins: "chromium"
}
+
+ # TODO(issuetracker.google.com/155812080): Integrate this with existing
+ # linux64_debug bot.
+ builders {
+ name: "linux64_coverage_debug"
+ mixins: "linux"
+ mixins: "debug"
+ mixins: "x64"
+ mixins: "code_coverage"
+ }
}
}