Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Side by Side Diff: infra/config/cq.cfg

Issue 2376923002: CQ: Remove GYP Release trybots since we now only run GYP. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Commit Queue configuration file. The documentation of the format can be found 1 # Commit Queue configuration file. The documentation of the format can be found
2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. 2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.
3 3
4 version: 1 4 version: 1
5 cq_name: "webrtc" 5 cq_name: "webrtc"
6 cq_status_url: "https://chromium-cq-status.appspot.com" 6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 commit_burst_delay: 60 7 commit_burst_delay: 60
8 max_commit_burst: 1 8 max_commit_burst: 1
9 hide_ref_in_committed_msg: true 9 hide_ref_in_committed_msg: true
10 target_ref: "refs/pending/heads/master" 10 target_ref: "refs/pending/heads/master"
(...skipping 17 matching lines...) Expand all
28 name: "master.tryserver.webrtc" 28 name: "master.tryserver.webrtc"
29 builders { name: "android_dbg" } 29 builders { name: "android_dbg" }
30 builders { name: "android_rel" } 30 builders { name: "android_rel" }
31 builders { name: "android_arm64_rel" } 31 builders { name: "android_arm64_rel" }
32 builders { name: "android_clang_dbg" } 32 builders { name: "android_clang_dbg" }
33 builders { name: "android_compile_mips_dbg" } 33 builders { name: "android_compile_mips_dbg" }
34 builders { name: "android_compile_x86_dbg" } 34 builders { name: "android_compile_x86_dbg" }
35 builders { name: "android_compile_x86_rel" } 35 builders { name: "android_compile_x86_rel" }
36 builders { name: "android_compile_x64_dbg" } 36 builders { name: "android_compile_x64_dbg" }
37 builders { name: "android_gyp_dbg" } 37 builders { name: "android_gyp_dbg" }
38 builders { name: "android_gyp_rel" }
39 builders { name: "ios_arm64_dbg" } 38 builders { name: "ios_arm64_dbg" }
40 builders { name: "ios_arm64_rel" } 39 builders { name: "ios_arm64_rel" }
41 builders { name: "ios_dbg" } 40 builders { name: "ios_dbg" }
42 builders { name: "ios_rel" } 41 builders { name: "ios_rel" }
43 builders { name: "ios32_sim_dbg" } 42 builders { name: "ios32_sim_dbg" }
44 builders { name: "ios64_sim_dbg" } 43 builders { name: "ios64_sim_dbg" }
45 builders { name: "ios64_gyp_dbg" } 44 builders { name: "ios64_gyp_dbg" }
46 builders { name: "ios64_gyp_rel" }
47 # TODO(ehmaldonado): Remove when the iOS API framework script is ported 45 # TODO(ehmaldonado): Remove when the iOS API framework script is ported
48 # over to GN. See bugs.webrtc.org/6372. 46 # over to GN. See bugs.webrtc.org/6372.
49 # builders { name: "ios_api_framework" } 47 # builders { name: "ios_api_framework" }
50 builders { name: "linux_arm" } 48 builders { name: "linux_arm" }
51 builders { name: "linux_asan" } 49 builders { name: "linux_asan" }
52 builders { name: "linux_baremetal" } 50 builders { name: "linux_baremetal" }
53 builders { name: "linux_compile_dbg" } 51 builders { name: "linux_compile_dbg" }
54 builders { name: "linux_gyp_dbg" } 52 builders { name: "linux_gyp_dbg" }
55 builders { name: "linux_gyp_rel" }
56 builders { name: "linux_libfuzzer_rel" } 53 builders { name: "linux_libfuzzer_rel" }
57 builders { name: "linux_msan" } 54 builders { name: "linux_msan" }
58 builders { name: "linux_rel" } 55 builders { name: "linux_rel" }
59 builders { name: "linux_tsan2" } 56 builders { name: "linux_tsan2" }
60 builders { name: "linux_ubsan" } 57 builders { name: "linux_ubsan" }
61 builders { name: "linux_ubsan_vptr" } 58 builders { name: "linux_ubsan_vptr" }
62 builders { name: "mac_asan" } 59 builders { name: "mac_asan" }
63 builders { name: "mac_baremetal" } 60 builders { name: "mac_baremetal" }
64 builders { name: "mac_compile_dbg" } 61 builders { name: "mac_compile_dbg" }
65 builders { name: "mac_rel" } 62 builders { name: "mac_rel" }
66 builders { name: "mac_gyp_dbg" } 63 builders { name: "mac_gyp_dbg" }
67 builders { name: "mac_gyp_rel" }
68 builders { name: "presubmit" } 64 builders { name: "presubmit" }
69 builders { name: "win_baremetal" } 65 builders { name: "win_baremetal" }
70 builders { name: "win_clang_dbg" } 66 builders { name: "win_clang_dbg" }
71 builders { name: "win_clang_rel" } 67 builders { name: "win_clang_rel" }
72 builders { name: "win_dbg" } 68 builders { name: "win_dbg" }
73 builders { name: "win_drmemory_light" } 69 builders { name: "win_drmemory_light" }
74 builders { name: "win_rel" } 70 builders { name: "win_rel" }
75 builders { name: "win_x64_clang_dbg" } 71 builders { name: "win_x64_clang_dbg" }
76 builders { name: "win_x64_clang_rel" } 72 builders { name: "win_x64_clang_rel" }
77 builders { name: "win_x64_dbg" } 73 builders { name: "win_x64_dbg" }
78 builders { name: "win_x64_gyp_dbg" } 74 builders { name: "win_x64_gyp_dbg" }
79 builders { name: "win_x64_gyp_rel" }
80 builders { name: "win_x64_rel" } 75 builders { name: "win_x64_rel" }
81 } 76 }
82 } 77 }
83 } 78 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698