OLD | NEW |
| (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 } | |
OLD | NEW |