| Index: third_party/WebKit/infra/config/cq.cfg
|
| diff --git a/third_party/WebKit/infra/config/cq.cfg b/third_party/WebKit/infra/config/cq.cfg
|
| deleted file mode 100644
|
| index 5263f0830714fdcfe1549e13a7124b3ae2d56cf2..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/infra/config/cq.cfg
|
| +++ /dev/null
|
| @@ -1,76 +0,0 @@
|
| -# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
|
| -# documentation of this file format.
|
| -
|
| -version: 1
|
| -cq_name: "blink"
|
| -cq_status_url: "https://chromium-cq-status.appspot.com"
|
| -svn_repo_url: "svn://svn.chromium.org/blink/trunk"
|
| -
|
| -rietveld {
|
| - url: "https://codereview.chromium.org"
|
| - project_bases: "^svn\\:\\/\\/svn\\.chromium\\.org\\/blink/trunk(|/.*)$"
|
| - project_bases: "^svn\\:\\/\\/chrome\\-svn\\/blink/trunk(|/.*)$"
|
| - project_bases: "^svn\\:\\/\\/chrome\\-svn\\.corp\\/blink/trunk(|/.*)$"
|
| - project_bases: "^svn\\:\\/\\/chrome\\-svn\\.corp\\.google\\.com\\/blink/trunk(|/.*)$"
|
| - project_bases: "^http\\:\\/\\/src\\.chromium\\.org\\/blink/trunk(|/.*)$"
|
| - project_bases: "^https\\:\\/\\/src\\.chromium\\.org\\/blink/trunk(|/.*)$"
|
| - project_bases: "^https?\\:\\/\\/chromium.googlesource.com\\/chromium\\/blink(?:\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$"
|
| -}
|
| -
|
| -verifiers {
|
| - reviewer_lgtm {
|
| - committer_list: "external/project-chromium-committers"
|
| - }
|
| -
|
| - tree_status {
|
| - tree_status_url: "https://chromium-status.appspot.com"
|
| - }
|
| -
|
| - try_job {
|
| - buckets {
|
| - name: "tryserver.chromium.linux"
|
| - builders { name: "android_arm64_dbg_recipe" }
|
| - builders { name: "android_chromium_gn_compile_dbg" }
|
| - builders { name: "android_chromium_gn_compile_rel" }
|
| - builders { name: "android_clang_dbg_recipe" }
|
| - builders { name: "android_compile_dbg" }
|
| - builders { name: "chromium_presubmit" }
|
| - builders { name: "cast_shell_android" }
|
| - builders { name: "cast_shell_linux" }
|
| - builders { name: "chromeos_x86-generic_chromium_compile_only_ng" }
|
| - builders { name: "chromeos_amd64-generic_chromium_compile_only_ng" }
|
| - builders { name: "chromeos_daisy_chromium_compile_only_ng" }
|
| - builders { name: "linux_android_rel_ng" }
|
| - builders { name: "linux_chromium_asan_rel_ng" }
|
| - builders { name: "linux_chromium_chromeos_compile_dbg_ng" }
|
| - builders { name: "linux_chromium_chromeos_ozone_rel_ng" }
|
| - builders { name: "linux_chromium_chromeos_rel_ng" }
|
| - builders { name: "linux_chromium_clobber_rel_ng" }
|
| - builders { name: "linux_chromium_compile_dbg_32_ng" }
|
| - builders { name: "linux_chromium_gn_chromeos_rel" }
|
| - builders { name: "linux_chromium_rel_ng" }
|
| - }
|
| -
|
| - buckets {
|
| - name: "tryserver.chromium.mac"
|
| - builders { name: "ios_dbg_simulator_ninja" }
|
| - builders { name: "ios_rel_device_ninja" }
|
| - builders { name: "mac_chromium_compile_dbg_ng" }
|
| - builders {
|
| - name: "mac_chromium_gn_rel"
|
| - experiment_percentage: 100
|
| - }
|
| - builders { name: "mac_chromium_rel_ng" }
|
| - }
|
| -
|
| - buckets {
|
| - name: "tryserver.chromium.win"
|
| - builders { name: "win8_chromium_ng" }
|
| - builders { name: "win_chromium_compile_dbg_ng" }
|
| - builders { name: "win_chromium_rel_ng" }
|
| - builders { name: "win_chromium_x64_rel_ng" }
|
| - }
|
| - }
|
| -
|
| - sign_cla {}
|
| -}
|
|
|