OLD | NEW |
1 version: 1 | 1 version: 1 |
2 cq_name: "infra" | 2 cq_name: "infra" |
3 cq_status_url: "https://chromium-cq-status.appspot.com" | 3 cq_status_url: "https://chromium-cq-status.appspot.com" |
4 hide_ref_in_committed_msg: true | 4 hide_ref_in_committed_msg: true |
5 commit_burst_delay: 600 | 5 commit_burst_delay: 600 |
6 max_commit_burst: 10 | 6 max_commit_burst: 10 |
7 in_production: false | 7 in_production: false |
8 git_repo_url: "http://github.com/infra/infra.git" | 8 git_repo_url: "http://github.com/infra/infra.git" |
9 target_ref: "refs/pending/heads/master" | 9 target_ref: "refs/pending/heads/master" |
10 | 10 |
(...skipping 11 matching lines...) Expand all Loading... |
22 | 22 |
23 tree_status: { | 23 tree_status: { |
24 tree_status_url: "https://infra-status.appspot.com" | 24 tree_status_url: "https://infra-status.appspot.com" |
25 } | 25 } |
26 | 26 |
27 try_job { | 27 try_job { |
28 buckets { | 28 buckets { |
29 name: "tryserver.blink" | 29 name: "tryserver.blink" |
30 builders { name: "android_blink_compile_dbg" } | 30 builders { name: "android_blink_compile_dbg" } |
31 builders { name: "android_blink_compile_rel" } | 31 builders { name: "android_blink_compile_rel" } |
| 32 builders { name: "win_blink_rel" } |
32 builders { | 33 builders { |
33 name: "win_blink_rel" | 34 name: "win_blink_rel_triggered" |
34 triggered_by_cq: false | 35 triggered_by: "win_blink_rel" |
35 } | 36 } |
36 } | 37 } |
37 buckets { | 38 buckets { |
38 name: "tryserver.chromium.linux" | 39 name: "tryserver.chromium.linux" |
39 builders { | 40 builders { |
40 name: "android_arm64_dbg_recipe" | 41 name: "android_arm64_dbg_recipe" |
41 } | 42 } |
42 builders { | 43 builders { |
43 name: "linux_chromium_rel_ng" | 44 name: "linux_chromium_rel_ng" |
44 experiment_percentage: 10 | 45 experiment_percentage: 10 |
45 } | 46 } |
46 } | 47 } |
47 buckets { | 48 buckets { |
48 name: "tryserver.chromium.mac" | 49 name: "tryserver.chromium.mac" |
49 builders { | 50 builders { |
50 name: "ios_dbg_simulator_ninja" | 51 name: "ios_dbg_simulator_ninja" |
51 experiment_percentage: 100 | 52 experiment_percentage: 100 |
52 } | 53 } |
53 } | 54 } |
54 try_job_retry_config { | 55 try_job_retry_config { |
55 try_job_retry_quota: 10 | 56 try_job_retry_quota: 10 |
56 global_retry_quota: 11 | 57 global_retry_quota: 11 |
57 failure_retry_weight: 12 | 58 failure_retry_weight: 12 |
58 transient_failure_retry_weight: 13 | 59 transient_failure_retry_weight: 13 |
59 } | 60 } |
60 } | 61 } |
61 } | 62 } |
OLD | NEW |