aboutsummaryrefslogtreecommitdiff
path: root/infra/config/cq.cfg
blob: 51b7f7e1a9ef425cae73a920f9820a775010ff86 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Commit Queue configuration file. The documentation of the format can be found
# at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.

version: 1
cq_name: "webrtc"
cq_status_url: "https://chromium-cq-status.appspot.com"
git_repo_url: "https://webrtc.googlesource.com/src"
commit_burst_delay: 60
max_commit_burst: 1

gerrit {}

verifiers {
  gerrit_cq_ability {
    committer_list: "project-webrtc-committers"
    dry_run_access_list: "project-webrtc-tryjob-access"
  }

  tree_status {
    tree_status_url: "https://webrtc-status.appspot.com"
  }

  try_job {
    buckets {
      name: "master.tryserver.webrtc"
      builders { name: "android_dbg" }
      builders { name: "android_rel" }
      builders { name: "android_arm64_rel" }
      builders { name: "android_compile_mips_dbg" }
      builders { name: "android_compile_x86_dbg" }
      builders { name: "android_compile_x86_rel" }
      builders { name: "android_compile_x64_dbg" }
      builders { name: "android_more_configs" }
      builders { name: "ios_arm64_dbg" }
      builders { name: "ios_arm64_rel" }
      builders { name: "ios_dbg" }
      builders { name: "ios_rel" }
      builders { name: "ios32_sim_ios9_dbg" }
      builders { name: "ios64_sim_ios9_dbg" }
      builders { name: "ios64_sim_ios10_dbg" }
      builders { name: "ios_api_framework" }
      # TODO(kjellander): Re-enable when https://bugs.webrtc.org/7413 is fixed.
      #builders { name: "linux32_rel" }
      builders { name: "linux32_dbg" }
      builders { name: "linux32_arm_dbg" }
      builders { name: "linux32_arm_rel" }
      builders { name: "linux_arm64_dbg" }
      builders { name: "linux_arm64_rel" }
      builders { name: "linux_asan" }
      builders { name: "linux_baremetal" }
      builders { name: "linux_compile_dbg" }
      builders { name: "linux_libfuzzer_rel" }
      # TODO(bugs.webrtc.org/8356): Investigate fixing and re-enabling.
      #builders { name: "linux_memcheck" }
      builders { name: "linux_msan" }
      builders { name: "linux_rel" }
      builders { name: "linux_tsan2" }
      builders { name: "linux_ubsan" }
      builders { name: "linux_ubsan_vptr" }
      builders { name: "linux_gcc_rel" }
      builders { name: "linux_more_configs" }
      builders { name: "mac_asan" }
      builders { name: "mac_baremetal" }
      builders { name: "mac_compile_dbg" }
      builders { name: "mac_rel" }
      builders { name: "presubmit" }
      builders { name: "win_asan" }
      builders { name: "win_baremetal" }
      builders { name: "win_clang_dbg" }
      builders { name: "win_clang_rel" }
      builders { name: "win_dbg" }
      builders {
        name: "win_rel"
        equivalent_to {
          bucket: "luci.webrtc.try"
          owner_whitelist_group: "project-webrtc-luci-dogfood"
          percentage: 100
        }
      }
      builders { name: "win_x64_clang_dbg" }
      builders { name: "win_x64_clang_rel" }
      builders { name: "win_x64_dbg" }
      builders { name: "win_x64_rel" }
      builders { name: "win_more_configs" }
    }
  }
}