| 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: "https://chromium.googlesource.com/infra/infra.git" |
| 9 target_ref: "refs/pending/heads/master" | 9 target_ref: "refs/pending/heads/master" |
| 10 | 10 |
| 11 rietveld { | 11 gerrit { |
| 12 url: "https://codereview.chromium.org" | 12 cq_verified_label: "Commit-Queue-Verified" |
| 13 project_bases: "https://chromium.googlesource.com/infra/infra.git@master" | |
| 14 } | 13 } |
| 15 | 14 |
| 16 verifiers { | 15 verifiers { |
| 17 reviewer_lgtm: { | |
| 18 committer_list: "project-chromium-committers" | |
| 19 max_wait_secs: 600 | |
| 20 no_lgtm_msg: "LGTM is missing" | |
| 21 } | |
| 22 | |
| 23 tree_status: { | 16 tree_status: { |
| 24 tree_status_url: "https://infra-status.appspot.com" | 17 tree_status_url: "https://infra-status.appspot.com" |
| 25 } | 18 } |
| 26 | 19 |
| 27 try_job { | 20 try_job { |
| 28 buckets { | 21 buckets { |
| 29 name: "tryserver.blink" | 22 name: "tryserver.blink" |
| 30 builders { name: "android_blink_compile_dbg" } | 23 builders { name: "android_blink_compile_dbg" } |
| 31 builders { name: "android_blink_compile_rel" } | 24 builders { name: "android_blink_compile_rel" } |
| 32 builders { | 25 builders { |
| 33 name: "win_blink_rel" | 26 name: "win_blink_rel" |
| 34 triggered: true | 27 triggered_by_cq: false |
| 35 } | 28 } |
| 36 } | 29 } |
| 37 buckets { | 30 buckets { |
| 38 name: "tryserver.chromium.linux" | 31 name: "tryserver.chromium.linux" |
| 39 builders { | 32 builders { |
| 40 name: "android_arm64_dbg_recipe" | 33 name: "android_arm64_dbg_recipe" |
| 41 } | 34 } |
| 42 builders { | 35 builders { |
| 43 name: "linux_chromium_rel_ng" | 36 name: "linux_chromium_rel_ng" |
| 44 experiment_percentage: 10 | 37 experiment_percentage: 10 |
| 45 } | 38 } |
| 46 } | 39 } |
| 47 buckets { | 40 buckets { |
| 48 name: "tryserver.chromium.mac" | 41 name: "tryserver.chromium.mac" |
| 49 builders { | 42 builders { |
| 50 name: "ios_dbg_simulator_ninja" | 43 name: "ios_dbg_simulator_ninja" |
| 51 experiment_percentage: 100 | 44 experiment_percentage: 100 |
| 52 } | 45 } |
| 53 } | 46 } |
| 54 try_job_retry_config { | 47 try_job_retry_config { |
| 55 try_job_retry_quota: 10 | 48 try_job_retry_quota: 10 |
| 56 global_retry_quota: 11 | 49 global_retry_quota: 11 |
| 57 failure_retry_weight: 12 | 50 failure_retry_weight: 12 |
| 58 transient_failure_retry_weight: 13 | 51 transient_failure_retry_weight: 13 |
| 59 } | 52 } |
| 60 } | 53 } |
| 61 } | 54 } |
| OLD | NEW |