| 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: "https://chromium.googlesource.com/infra/infra.git" | 8 git_repo_url: "https://chromium.googlesource.com/infra/infra.git" |
| 9 target_ref: "refs/pending/heads/master" | 9 target_ref: "refs/pending/heads/master" |
| 10 | 10 |
| 11 gerrit { | 11 gerrit { |
| 12 cq_verified_label: "Commit-Queue-Verified" | 12 cq_verified_label: "Commit-Queue-Verified" |
| 13 } | 13 } |
| 14 | 14 |
| 15 verifiers { | 15 verifiers { |
| 16 tree_status: { | 16 tree_status: { |
| 17 tree_status_url: "https://infra-status.appspot.com" | 17 tree_status_url: "https://infra-status.appspot.com" |
| 18 } | 18 } |
| 19 | 19 |
| 20 try_job { | 20 try_job { |
| 21 buckets { | 21 buckets { |
| 22 name: "tryserver.blink" | 22 name: "tryserver.blink" |
| 23 builders { name: "android_blink_compile_dbg" } | 23 builders { name: "android_blink_compile_dbg" } |
| 24 builders { name: "android_blink_compile_rel" } | 24 builders { name: "android_blink_compile_rel" } |
| 25 builders { name: "win_blink_rel" } |
| 25 builders { | 26 builders { |
| 26 name: "win_blink_rel" | 27 name: "win_blink_rel_triggered" |
| 27 triggered_by_cq: false | 28 triggered_by: "win_blink_rel" |
| 28 } | 29 } |
| 29 } | 30 } |
| 30 buckets { | 31 buckets { |
| 31 name: "tryserver.chromium.linux" | 32 name: "tryserver.chromium.linux" |
| 32 builders { | 33 builders { |
| 33 name: "android_arm64_dbg_recipe" | 34 name: "android_arm64_dbg_recipe" |
| 34 } | 35 } |
| 35 builders { | 36 builders { |
| 36 name: "linux_chromium_rel_ng" | 37 name: "linux_chromium_rel_ng" |
| 37 experiment_percentage: 10 | 38 experiment_percentage: 10 |
| 38 } | 39 } |
| 39 } | 40 } |
| 40 buckets { | 41 buckets { |
| 41 name: "tryserver.chromium.mac" | 42 name: "tryserver.chromium.mac" |
| 42 builders { | 43 builders { |
| 43 name: "ios_dbg_simulator_ninja" | 44 name: "ios_dbg_simulator_ninja" |
| 44 experiment_percentage: 100 | 45 experiment_percentage: 100 |
| 45 } | 46 } |
| 46 } | 47 } |
| 47 try_job_retry_config { | 48 try_job_retry_config { |
| 48 try_job_retry_quota: 10 | 49 try_job_retry_quota: 10 |
| 49 global_retry_quota: 11 | 50 global_retry_quota: 11 |
| 50 failure_retry_weight: 12 | 51 failure_retry_weight: 12 |
| 51 transient_failure_retry_weight: 13 | 52 transient_failure_retry_weight: 13 |
| 52 } | 53 } |
| 53 } | 54 } |
| 54 } | 55 } |
| OLD | NEW |