Add commit queue config for auto-testing of changes.

Bug: chromium:618641
Change-Id: I4471f28ad8a0bebbcbd415e35bf98546799047b0
Reviewed-on: https://boringssl-review.googlesource.com/8410
Reviewed-by: Matt Braithwaite <mab@google.com>
This commit is contained in:
Andrii Shyshkalov 2016-07-08 20:11:10 +02:00 committed by Andrii Shyshkalov
parent 8d79ed6740
commit a125f048c2
2 changed files with 48 additions and 0 deletions

6
infra/config/README.md Normal file
View File

@ -0,0 +1,6 @@
Infrastructure location.
This contains Commit Queue config for automatic testing of changes before they
are committed.
Initial set up bug: http://crbug.com/618641.

42
infra/config/cq.cfg Normal file
View File

@ -0,0 +1,42 @@
# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
# documentation of this file format.
version: 1
cq_name: "boringssl"
git_repo_url: "https://boringssl.googlesource.com/boringssl"
cq_status_url: "https://chromium-cq-status.appspot.com"
gerrit {
cq_verified_label: "CQ-Verified"
}
verifiers {
try_job {
buckets {
name: "client.boringssl"
builders { name: "linux" }
builders { name: "linux32" }
builders { name: "linux32_rel" }
builders { name: "linux_clang_rel" }
builders { name: "linux_noasm_asan" }
builders { name: "linux_nothreads" }
builders { name: "linux_rel" }
builders { name: "linux_shared" }
builders { name: "linux_small" }
builders { name: "mac" }
builders { name: "mac_rel" }
builders { name: "mac_small" }
builders { name: "win32" }
builders { name: "win32_rel" }
builders { name: "win32_small" }
builders { name: "win64" }
builders { name: "win64_rel" }
builders { name: "win64_small" }
# TODO(tandrii): add Android builders once they are registered in
# cr-buildbucket.cfg.
builders { name: "docs" }
}
}
}