Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorAndrii Shyshkalov <tandrii@chromium.org>2016-07-18 15:58:37 +0300
committerAndrii Shyshkalov <tandrii@google.com>2016-07-19 16:06:09 +0300
commit8b466e3644d7cc7e7b391ae8baf2e7cbcb1dbabc (patch)
tree521ef1eda0c351401aee4925e772a1f2f6d80e58 /infra
parent3a28755badf73e7bc88a1edadfa88d60ae75c519 (diff)
Add Android bots to CQ.
BUG=chromium:618641 Change-Id: I0def04e37eae338d6e8651eb4e4884152b51a1ae Reviewed-on: https://boringssl-review.googlesource.com/8824 Reviewed-by: Matt Braithwaite <mab@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/config/cq.cfg8
1 files changed, 5 insertions, 3 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
index 2f8f547b..332deba6 100644
--- a/infra/config/cq.cfg
+++ b/infra/config/cq.cfg
@@ -12,6 +12,11 @@ verifiers {
buckets {
name: "client.boringssl"
+ builders { name: "android_aarch64" }
+ builders { name: "android_aarch64_rel" }
+ builders { name: "android_arm" }
+ builders { name: "android_arm_rel" }
+
builders { name: "linux" }
builders { name: "linux32" }
builders { name: "linux32_rel" }
@@ -33,9 +38,6 @@ verifiers {
builders { name: "win64_rel" }
builders { name: "win64_small" }
- # TODO(tandrii): add Android builders once they are registered in
- # cr-buildbucket.cfg.
-
builders { name: "docs" }
}
}