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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 version: 1
2 cq_name: "infra"
3 cq_status_url: "https://chromium-cq-status.appspot.com"
4 hide_ref_in_committed_msg: true
5 commit_burst_delay: 600
6 max_commit_burst: 10
7 in_production: false
8 git_repo_url: "https://chromium.googlesource.com/infra/infra.git"
9 target_ref: "refs/pending/heads/master"
10
11 gerrit {
12 cq_verified_label: "Commit-Queue-Verified"
13 }
14
15 verifiers {
16 tree_status: {
17 tree_status_url: "https://infra-status.appspot.com"
18 }
19
20 try_job {
21 buckets {
22 name: "tryserver.blink"
23 builders { name: "android_blink_compile_dbg" }
24 builders { name: "android_blink_compile_rel" }
25 builders { name: "win_blink_rel" }
26 builders {
27 name: "win_blink_rel_triggered"
28 triggered_by: "win_blink_rel"
29 }
30 }
31 buckets {
32 name: "tryserver.chromium.linux"
33 builders {
34 name: "android_arm64_dbg_recipe"
35 }
36 builders {
37 name: "linux_chromium_rel_ng"
38 experiment_percentage: 10
39 }
40 }
41 buckets {
42 name: "tryserver.chromium.mac"
43 builders {
44 name: "ios_dbg_simulator_ninja"
45 experiment_percentage: 100
46 }
47 }
48 try_job_retry_config {
49 try_job_retry_quota: 10
50 global_retry_quota: 11
51 failure_retry_weight: 12
52 transient_failure_retry_weight: 13
53 }
54 }
55 }
OLDNEW
« 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