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

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

Issue 2074823002: Cleanup CQ config post SVN->Git migration. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@cq-dry
Patch Set: Created 4 years, 6 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: "depot_tools" 5 cq_name: "depot_tools"
6 cq_status_url: "https://chromium-cq-status.appspot.com" 6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 7
8 rietveld { 8 rietveld {
9 url: "https://codereview.chromium.org" 9 url: "https://codereview.chromium.org"
10 project_bases: "^https?\\:\\/\\/chromium\\.googlesource\\.com\\/chromium\\/too ls\\/depot_tools(?:\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$"
11 project_bases: "^https?\\:\\/\\/chromium\\.googlesource\\.com\\/a\\/chromium\\ /tools\\/depot_tools(?:\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$"
12 } 10 }
13 11
14 verifiers { 12 verifiers {
15 reviewer_lgtm { 13 reviewer_lgtm {
16 committer_list: "project-infra-committers" 14 committer_list: "project-infra-committers"
17 dry_run_access_list: "project-infra-tryjob-access" 15 dry_run_access_list: "project-infra-tryjob-access"
18 } 16 }
19 17
20 try_job { 18 try_job {
21 buckets { 19 buckets {
22 name: "tryserver.infra" 20 name: "tryserver.infra"
23 builders { 21 builders {
24 name: "Depot Tools Presubmit" 22 name: "Depot Tools Presubmit"
25 } 23 }
26 builders { 24 builders {
27 name: "Recipe Roll Downstream Tester" 25 name: "Recipe Roll Downstream Tester"
28 experiment_percentage: 100 26 experiment_percentage: 100
29 } 27 }
30 } 28 }
31 } 29 }
32 } 30 }
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