aboutsummaryrefslogtreecommitdiff
path: root/infra/config/global/commit-queue.cfg
blob: 22a5b11392b057482edf4096d31109e76b15d9a0 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# See http://luci-config.appspot.com/schemas/projects:commit-queue.cfg for the
# documentation of this file format.

cq_status_host: "chromium-cq-status.appspot.com"
submit_options {
  max_burst: 4
  burst_delay {
    seconds: 480
  }
}
config_groups {
  name: "openscreen-build-config"
  gerrit {
    url: "https://chromium-review.googlesource.com"
    projects {
      name: "openscreen"
      ref_regexp: "refs/heads/.+"
    }
  }
  verifiers {
    gerrit_cq_ability {
      committer_list: "project-openscreen-committers"
      dry_run_access_list: "project-openscreen-tryjob-access"
    }
    tryjob {
      # Bots declared "experiment_percentage: 100" are FYI Bots that always
      # run but are not considered part of the commit queue pass/fail.
      builders {
        name: "openscreen/try/linux64_debug"
      }
      builders {
        name: "openscreen/try/linux64_gcc_debug"
      }
      builders {
        name: "openscreen/try/linux64_tsan"
      }
      builders {
        name: "openscreen/try/linux_arm64_debug"
      }
      builders {
        name: "openscreen/try/mac_debug"
      }
      builders {
        name: "openscreen/try/openscreen_presubmit"
      }
      builders {
        name: "openscreen/try/chromium_linux64_debug"
      }
      builders {
        name: "openscreen/try/chromium_mac_debug"
      }
      builders {
        name: "openscreen/try/linux64_coverage_debug"
        experiment_percentage: 100
      }
      retry_config {
        single_quota: 1
        global_quota: 2
        failure_weight: 1
        transient_failure_weight: 1
        timeout_weight: 2
      }
    }
  }
}