summaryrefslogtreecommitdiffstats
path: root/chromium/docs/website/infra/config/generated/commit-queue.cfg
blob: a3971f4f8ed3dec43b280ebee454e34d01246760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Auto-generated by lucicfg.
# Do not modify manually.
#
# For the schema of this file, see Config message:
#   https://luci-config.appspot.com/schemas/projects:commit-queue.cfg

submit_options {
  max_burst: 4
  burst_delay {
    seconds: 480
  }
}
config_groups {
  name: "chromium-website"
  gerrit {
    url: "https://chromium-review.googlesource.com"
    projects {
      name: "website"
      ref_regexp: "refs/heads/main"
    }
  }
  verifiers {
    gerrit_cq_ability {
      committer_list: "project-chromium-website-committers"
      dry_run_access_list: "project-chromium-website-tryjob-access"
    }
    tryjob {
      builders {
        name: "chromium-website/try/chromium-website-try-builder"
        mode_allowlist: "ANALYZER_RUN"
        mode_allowlist: "DRY_RUN"
        mode_allowlist: "FULL_RUN"
      }
      retry_config {
        single_quota: 1
        global_quota: 2
        failure_weight: 1
        transient_failure_weight: 1
        timeout_weight: 2
      }
    }
  }
}