blob: 342dca06e5e55fc67908cb259706ad92459ac50a [file] [log] [blame]
# See http://luci-config.appspot.com/schemas/projects:commit-queue.cfg for the
# documentation of this file format.
submit_options {
max_burst: 4
burst_delay {
seconds: 480
}
}
config_groups {
name: "gn"
gerrit {
url: "https://gn-review.googlesource.com"
projects {
name: "gn"
ref_regexp: "refs/heads/master"
}
}
verifiers {
gerrit_cq_ability {
committer_list: "project-gn-committers"
dry_run_access_list: "project-gn-tryjob-access"
}
tryjob {
builders {
name: "gn/try/linux"
}
builders {
name: "gn/try/mac"
}
builders {
name: "gn/try/win"
}
retry_config {
single_quota: 1
global_quota: 2
failure_weight: 1
transient_failure_weight: 1
timeout_weight: 2
}
}
}
}