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

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

Issue 1697053003: Roll cq_client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 10 months 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
« no previous file with comments | « third_party/cq_client/test/__init__.py ('k') | third_party/cq_client/test/cq_rietveld.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cq_client/test/cq_gerrit.cfg
diff --git a/third_party/cq_client/test/cq_gerrit.cfg b/third_party/cq_client/test/cq_gerrit.cfg
deleted file mode 100644
index 1d59227304d24fbcce2ab6ced4dcb11e1db65884..0000000000000000000000000000000000000000
--- a/third_party/cq_client/test/cq_gerrit.cfg
+++ /dev/null
@@ -1,55 +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: "https://chromium.googlesource.com/infra/infra.git"
-target_ref: "refs/pending/heads/master"
-
-gerrit {
- cq_verified_label: "Commit-Queue-Verified"
-}
-
-verifiers {
- 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" }
- builders {
- name: "win_blink_rel_triggered"
- triggered_by: "win_blink_rel"
- }
- }
- 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
- }
- }
-}
« no previous file with comments | « third_party/cq_client/test/__init__.py ('k') | third_party/cq_client/test/cq_rietveld.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698