summaryrefslogtreecommitdiff
path: root/src/infra
diff options
context:
space:
mode:
authorRobert Sloan <varomodt@google.com>2017-04-17 10:52:19 -0700
committerRob Sloan <varomodt@google.com>2017-04-21 15:32:53 +0000
commit572a4e2e687520da9e518528d7371b794b1decc0 (patch)
tree01e37d6026a12b36b9c98d5e2a1f2aecec60a0d6 /src/infra
parent899a4fe0a1b9a593cbfeaebcf15ac6f585d5832b (diff)
downloadboringssl-572a4e2e687520da9e518528d7371b794b1decc0.tar.gz
external/boringssl: Sync to 2c45fa0b90f61b27973fa81893e014fc8c8e8999.
This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/faa539f877432814d0f2de19846eb99f2ea1e207..2c45fa0b90f61b27973fa81893e014fc8c8e8999 Test: BoringSSL CTS Presubmits Change-Id: Ie6dc40e0c979168ec73fa1165cbc6e6b83793439
Diffstat (limited to 'src/infra')
-rw-r--r--src/infra/config/cq.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/infra/config/cq.cfg b/src/infra/config/cq.cfg
index c202d33a..53498748 100644
--- a/src/infra/config/cq.cfg
+++ b/src/infra/config/cq.cfg
@@ -8,6 +8,10 @@ gerrit {
cq_verified_label: "CQ-Verified"
}
verifiers {
+ gerrit_cq_ability {
+ committer_list: "project-boringssl-committers"
+ dry_run_access_list: "project-boringssl-tryjob-access"
+ }
try_job {
buckets {
name: "client.boringssl"
@@ -50,6 +54,11 @@ verifiers {
builders { name: "win64_rel" }
builders { name: "win64_small" }
+ builders { name: "linux_fips" }
+ builders { name: "linux_fips_rel" }
+ builders { name: "linux_fips_clang" }
+ builders { name: "linux_fips_clang_rel" }
+
builders { name: "docs" }
}
}