aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/boringssl/infra
diff options
context:
space:
mode:
Diffstat (limited to 'roms/edk2/CryptoPkg/Library/OpensslLib/openssl/boringssl/infra')
-rw-r--r--roms/edk2/CryptoPkg/Library/OpensslLib/openssl/boringssl/infra/config/README.md6
-rw-r--r--roms/edk2/CryptoPkg/Library/OpensslLib/openssl/boringssl/infra/config/cq.cfg56
2 files changed, 62 insertions, 0 deletions
diff --git a/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/boringssl/infra/config/README.md b/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/boringssl/infra/config/README.md
new file mode 100644
index 000000000..fa0bbc44a
--- /dev/null
+++ b/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/boringssl/infra/config/README.md
@@ -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.
diff --git a/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/boringssl/infra/config/cq.cfg b/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/boringssl/infra/config/cq.cfg
new file mode 100644
index 000000000..c202d33a4
--- /dev/null
+++ b/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/boringssl/infra/config/cq.cfg
@@ -0,0 +1,56 @@
+# 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: "android_aarch64"
+ experiment_percentage: 1
+ }
+ builders {
+ name: "android_aarch64_rel"
+ experiment_percentage: 1
+ }
+ builders {
+ name: "android_arm"
+ experiment_percentage: 1
+ }
+ builders {
+ name: "android_arm_rel"
+ experiment_percentage: 1
+ }
+
+ 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" }
+
+ builders { name: "docs" }
+ }
+ }
+}