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

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

Issue 2482503003: Replace ios-simulator-swarming bot with ios-simulator-xcode-clang (Closed)
Patch Set: Created 4 years, 1 month 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 | ios/build/bots/chromium.mac/ios-simulator-swarming.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
2 # documentation of this file format. 2 # documentation of this file format.
3 3
4 version: 1 4 version: 1
5 cq_name: "chromium" 5 cq_name: "chromium"
6 cq_status_url: "https://chromium-cq-status.appspot.com" 6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 hide_ref_in_committed_msg: true 7 hide_ref_in_committed_msg: true
8 commit_burst_delay: 60 8 commit_burst_delay: 60
9 max_commit_burst: 2 9 max_commit_burst: 2
10 target_ref: "refs/pending/heads/master" 10 target_ref: "refs/pending/heads/master"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 builders { name: "linux_chromium_chromeos_rel_ng" } 51 builders { name: "linux_chromium_chromeos_rel_ng" }
52 builders { name: "linux_chromium_clobber_rel_ng" } 52 builders { name: "linux_chromium_clobber_rel_ng" }
53 builders { name: "linux_chromium_compile_dbg_ng" } 53 builders { name: "linux_chromium_compile_dbg_ng" }
54 builders { name: "linux_chromium_rel_ng" } 54 builders { name: "linux_chromium_rel_ng" }
55 } 55 }
56 buckets { 56 buckets {
57 name: "master.tryserver.chromium.mac" 57 name: "master.tryserver.chromium.mac"
58 builders { name: "ios-device" } 58 builders { name: "ios-device" }
59 builders { name: "ios-simulator" } 59 builders { name: "ios-simulator" }
60 builders { 60 builders {
61 name: "ios-simulator-swarming" 61 name: "ios-simulator-xcode-clang"
62 experiment_percentage: 50 62 experiment_percentage: 50
63 } 63 }
64 builders { name: "mac_chromium_compile_dbg_ng" } 64 builders { name: "mac_chromium_compile_dbg_ng" }
65 builders { name: "mac_chromium_rel_ng" } 65 builders { name: "mac_chromium_rel_ng" }
66 builders { 66 builders {
67 name: "mac_chromium_10.10_rel_ng" 67 name: "mac_chromium_10.10_rel_ng"
68 experiment_percentage: 10 68 experiment_percentage: 10
69 } 69 }
70 } 70 }
71 buckets { 71 buckets {
72 name: "master.tryserver.chromium.win" 72 name: "master.tryserver.chromium.win"
73 builders { 73 builders {
74 name: "win10_chromium_x64_rel_ng_exp" 74 name: "win10_chromium_x64_rel_ng_exp"
75 experiment_percentage: 10 75 experiment_percentage: 10
76 } 76 }
77 builders { name: "win_chromium_compile_dbg_ng" } 77 builders { name: "win_chromium_compile_dbg_ng" }
78 builders { name: "win_chromium_rel_ng" } 78 builders { name: "win_chromium_rel_ng" }
79 builders { name: "win_chromium_x64_rel_ng" } 79 builders { name: "win_chromium_x64_rel_ng" }
80 builders { name: "win_clang" } 80 builders { name: "win_clang" }
81 } 81 }
82 } 82 }
83 83
84 # NOTE: when adding new configs to the commit queue, please contact 84 # NOTE: when adding new configs to the commit queue, please contact
85 # chrome-eng-review per 85 # chrome-eng-review per
86 # https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build- infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configur ations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue 86 # https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build- infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configur ations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue
87 87
88 sign_cla {} 88 sign_cla {}
89 } 89 }
OLDNEW
« no previous file with comments | « no previous file | ios/build/bots/chromium.mac/ios-simulator-swarming.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698