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:
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" }
}
}