1# See http://luci-config.appspot.com/schemas/projects:commit-queue.cfg for the 2# documentation of this file format. 3 4cq_status_host: "chromium-cq-status.appspot.com" 5submit_options { 6 max_burst: 4 7 burst_delay { 8 seconds: 480 9 } 10} 11config_groups { 12 name: "openscreen-build-config" 13 gerrit { 14 url: "https://chromium-review.googlesource.com" 15 projects { 16 name: "openscreen" 17 ref_regexp: "refs/heads/.+" 18 } 19 } 20 verifiers { 21 gerrit_cq_ability { 22 committer_list: "project-openscreen-committers" 23 dry_run_access_list: "project-openscreen-tryjob-access" 24 } 25 tryjob { 26 # Bots declared "experiment_percentage: 100" are FYI Bots that always 27 # run but are not considered part of the commit queue pass/fail. 28 builders { 29 name: "openscreen/try/linux64_debug" 30 } 31 builders { 32 name: "openscreen/try/linux64_gcc_debug" 33 } 34 builders { 35 name: "openscreen/try/linux64_tsan" 36 } 37 builders { 38 name: "openscreen/try/linux_arm64_debug" 39 } 40 builders { 41 name: "openscreen/try/mac_debug" 42 } 43 builders { 44 name: "openscreen/try/openscreen_presubmit" 45 } 46 builders { 47 name: "openscreen/try/chromium_linux64_debug" 48 } 49 builders { 50 name: "openscreen/try/chromium_mac_debug" 51 } 52 builders { 53 name: "openscreen/try/linux64_coverage_debug" 54 experiment_percentage: 100 55 } 56 retry_config { 57 single_quota: 1 58 global_quota: 2 59 failure_weight: 1 60 transient_failure_weight: 1 61 timeout_weight: 2 62 } 63 } 64 } 65} 66