1# Auto-generated by lucicfg. 2# Do not modify manually. 3# 4# For the schema of this file, see Config message: 5# https://luci-config.appspot.com/schemas/projects:commit-queue.cfg 6 7submit_options { 8 max_burst: 4 9 burst_delay { 10 seconds: 480 11 } 12} 13config_groups { 14 name: "gn" 15 gerrit { 16 url: "https://gn-review.googlesource.com" 17 projects { 18 name: "gn" 19 ref_regexp: "refs/heads/main" 20 } 21 } 22 verifiers { 23 gerrit_cq_ability { 24 committer_list: "project-gn-committers" 25 dry_run_access_list: "project-gn-tryjob-access" 26 } 27 tryjob { 28 builders { 29 name: "gn/try/linux" 30 } 31 builders { 32 name: "gn/try/mac" 33 } 34 builders { 35 name: "gn/try/win" 36 } 37 retry_config { 38 single_quota: 1 39 global_quota: 2 40 failure_weight: 1 41 transient_failure_weight: 1 42 timeout_weight: 2 43 } 44 } 45 } 46} 47