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

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

Issue 2905563003: Make linux_chromium_headless_rel non-experimental in the CQ. (Closed)
Patch Set: Created 3 years, 7 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 # 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 git_repo_url: "https://chromium.googlesource.com/chromium/src" 7 git_repo_url: "https://chromium.googlesource.com/chromium/src"
8 commit_burst_delay: 60 8 commit_burst_delay: 60
9 max_commit_burst: 2 9 max_commit_burst: 2
10 10
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 #builders { name: "chromeos_x86-generic_chromium_compile_only_ng" } 68 #builders { name: "chromeos_x86-generic_chromium_compile_only_ng" }
69 builders { name: "chromium_presubmit" } 69 builders { name: "chromium_presubmit" }
70 builders { name: "linux_chromium_asan_rel_ng" } 70 builders { name: "linux_chromium_asan_rel_ng" }
71 # TODO(dpranke): reenable ASAP; see crbug.com/669297. 71 # TODO(dpranke): reenable ASAP; see crbug.com/669297.
72 #builders { name: "linux_chromium_chromeos_compile_dbg_ng" } 72 #builders { name: "linux_chromium_chromeos_compile_dbg_ng" }
73 builders { name: "linux_chromium_chromeos_ozone_rel_ng" } 73 builders { name: "linux_chromium_chromeos_ozone_rel_ng" }
74 builders { name: "linux_chromium_chromeos_rel_ng" } 74 builders { name: "linux_chromium_chromeos_rel_ng" }
75 # TODO(dpranke): reenable ASAP; see crbug.com/669297. 75 # TODO(dpranke): reenable ASAP; see crbug.com/669297.
76 #builders { name: "linux_chromium_clobber_rel_ng" } 76 #builders { name: "linux_chromium_clobber_rel_ng" }
77 builders { name: "linux_chromium_compile_dbg_ng" } 77 builders { name: "linux_chromium_compile_dbg_ng" }
78 builders { 78 builders { name: "linux_chromium_headless_rel" }
79 name: "linux_chromium_headless_rel"
80 experiment_percentage: 100
81 }
82 builders { name: "linux_chromium_rel_ng" } 79 builders { name: "linux_chromium_rel_ng" }
83 builders { name: "linux_chromium_tsan_rel_ng" } 80 builders { name: "linux_chromium_tsan_rel_ng" }
84 } 81 }
85 buckets { 82 buckets {
86 name: "master.tryserver.chromium.mac" 83 name: "master.tryserver.chromium.mac"
87 builders { name: "ios-device" } 84 builders { name: "ios-device" }
88 builders { name: "ios-device-xcode-clang" } 85 builders { name: "ios-device-xcode-clang" }
89 builders { name: "ios-simulator" } 86 builders { name: "ios-simulator" }
90 builders { name: "ios-simulator-xcode-clang" } 87 builders { name: "ios-simulator-xcode-clang" }
91 builders { name: "mac_chromium_compile_dbg_ng" } 88 builders { name: "mac_chromium_compile_dbg_ng" }
(...skipping 11 matching lines...) Expand all
103 builders { name: "win_clang" } 100 builders { name: "win_clang" }
104 } 101 }
105 } 102 }
106 103
107 # NOTE: when adding new configs to the commit queue, please contact 104 # NOTE: when adding new configs to the commit queue, please contact
108 # chrome-eng-review per 105 # chrome-eng-review per
109 # 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 106 # 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
110 107
111 sign_cla {} 108 sign_cla {}
112 } 109 }
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