Remove infra/config folder in master branch. As of https://boringssl-review.googlesource.com/c/34584, the LUCI config has been consolidated on the infra/config branch. Change-Id: Idd9f38b99197b9ff324d98c4aecb5d8fe94a2f9e Reviewed-on: https://boringssl-review.googlesource.com/c/34684 Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com>
diff --git a/infra/config/README.md b/infra/config/README.md deleted file mode 100644 index fa0bbc4..0000000 --- a/infra/config/README.md +++ /dev/null
@@ -1,6 +0,0 @@ -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/infra/config/cq.cfg b/infra/config/cq.cfg deleted file mode 100644 index f4cb180..0000000 --- a/infra/config/cq.cfg +++ /dev/null
@@ -1,74 +0,0 @@ -# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the -# documentation of this file format. -version: 1 -git_repo_url: "https://boringssl.googlesource.com/boringssl" -cq_status_url: "https://chromium-cq-status.appspot.com" -gerrit {} -verifiers { - gerrit_cq_ability { - committer_list: "project-boringssl-committers" - dry_run_access_list: "project-boringssl-tryjob-access" - } - try_job { - buckets { - name: "luci.boringssl.try" - - 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_fuzz" } - 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: "win32_vs2017_compile" } - builders { name: "win64_vs2017_compile" } - builders { name: "win32_clang_vs2017_compile" } - builders { name: "win64_clang_vs2017_compile" } - - builders { name: "linux_fips" } - builders { name: "linux_fips_rel" } - builders { name: "linux_fips_clang" } - builders { name: "linux_fips_clang_rel" } - builders { name: "linux_fips_noasm_asan" } - - builders { name: "ios_compile" } - builders { name: "ios64_compile" } - - builders { name: "android_arm_compile" } - builders { name: "android_aarch64_compile" } - - builders { name: "docs" } - } - } -}