Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(616)

Unified Diff: third_party/cq_client/test/cq_example.cfg

Issue 1475033006: Updated cq_client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Restore manual protobuf26 fixes Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/cq_client/test/cq_example.cfg
diff --git a/third_party/cq_client/test/cq_example.cfg b/third_party/cq_client/test/cq_example.cfg
deleted file mode 100644
index 806b8cf561ee1ec9a2196cf1574c4a1e5aa6e6f0..0000000000000000000000000000000000000000
--- a/third_party/cq_client/test/cq_example.cfg
+++ /dev/null
@@ -1,61 +0,0 @@
-version: 1
-cq_name: "infra"
-cq_status_url: "https://chromium-cq-status.appspot.com"
-hide_ref_in_committed_msg: true
-commit_burst_delay: 600
-max_commit_burst: 10
-in_production: false
-git_repo_url: "http://github.com/infra/infra.git"
-target_ref: "refs/pending/heads/master"
-
-rietveld {
- url: "https://codereview.chromium.org"
- project_bases: "https://chromium.googlesource.com/infra/infra.git@master"
-}
-
-verifiers {
- reviewer_lgtm: {
- committer_list: "project-chromium-committers"
- max_wait_secs: 600
- no_lgtm_msg: "LGTM is missing"
- }
-
- tree_status: {
- tree_status_url: "https://infra-status.appspot.com"
- }
-
- try_job {
- buckets {
- name: "tryserver.blink"
- builders { name: "android_blink_compile_dbg" }
- builders { name: "android_blink_compile_rel" }
- builders {
- name: "win_blink_rel"
- triggered: true
- }
- }
- buckets {
- name: "tryserver.chromium.linux"
- builders {
- name: "android_arm64_dbg_recipe"
- }
- builders {
- name: "linux_chromium_rel_ng"
- experiment_percentage: 10
- }
- }
- buckets {
- name: "tryserver.chromium.mac"
- builders {
- name: "ios_dbg_simulator_ninja"
- experiment_percentage: 100
- }
- }
- try_job_retry_config {
- try_job_retry_quota: 10
- global_retry_quota: 11
- failure_retry_weight: 12
- transient_failure_retry_weight: 13
- }
- }
-}

Powered by Google App Engine
This is Rietveld 408576698