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>
This commit is contained in:
David Benjamin 2019-01-29 17:45:29 -06:00 committed by CQ bot account: commit-bot@chromium.org
parent 73308b6606
commit 1a51a5b4a6
2 changed files with 0 additions and 80 deletions

View File

@ -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.

View File

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