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

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

Issue 1349013004: CQ: Remove baremetal machines from CQ bots. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 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 22 matching lines...) Expand all
33 builders { name: "android_gn_rel" } 33 builders { name: "android_gn_rel" }
34 builders { name: "android_rel" } 34 builders { name: "android_rel" }
35 builders { name: "ios" } 35 builders { name: "ios" }
36 builders { name: "ios_arm64" } 36 builders { name: "ios_arm64" }
37 builders { name: "ios_arm64_rel" } 37 builders { name: "ios_arm64_rel" }
38 builders { name: "ios_rel" } 38 builders { name: "ios_rel" }
39 builders { name: "ios32_sim" } 39 builders { name: "ios32_sim" }
40 builders { name: "ios64_sim" } 40 builders { name: "ios64_sim" }
41 builders { name: "linux" } 41 builders { name: "linux" }
42 builders { name: "linux_asan" } 42 builders { name: "linux_asan" }
43 builders { name: "linux_baremetal" }
44 builders { name: "linux_gn" } 43 builders { name: "linux_gn" }
45 builders { name: "linux_gn_rel" } 44 builders { name: "linux_gn_rel" }
46 builders { name: "linux_msan" } 45 builders { name: "linux_msan" }
47 builders { name: "linux_rel" } 46 builders { name: "linux_rel" }
48 builders { name: "linux_tsan2" } 47 builders { name: "linux_tsan2" }
49 builders { name: "mac" } 48 builders { name: "mac" }
50 builders { name: "mac_asan" } 49 builders { name: "mac_asan" }
51 builders { name: "mac_baremetal" }
52 builders { name: "mac_rel" } 50 builders { name: "mac_rel" }
53 builders { name: "mac_x64" } 51 builders { name: "mac_x64" }
54 builders { name: "mac_x64_gn" } 52 builders { name: "mac_x64_gn" }
55 builders { name: "mac_x64_gn_rel" } 53 builders { name: "mac_x64_gn_rel" }
56 builders { name: "mac_x64_rel" } 54 builders { name: "mac_x64_rel" }
57 builders { name: "presubmit" } 55 builders { name: "presubmit" }
58 builders { name: "win" } 56 builders { name: "win" }
59 builders { name: "win_baremetal" }
60 builders { name: "win_rel" } 57 builders { name: "win_rel" }
61 builders { name: "win_x64_gn" } 58 builders { name: "win_x64_gn" }
62 builders { name: "win_x64_gn_rel" } 59 builders { name: "win_x64_gn_rel" }
63 builders { name: "win_x64_rel" } 60 builders { name: "win_x64_rel" }
64 builders { name: "win_drmemory_light" } 61 builders { name: "win_drmemory_light" }
65 } 62 }
66 } 63 }
67 } 64 }
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