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

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

Issue 2187073004: Require internal recipe tryjob (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 4 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 git_repo_url: "https://chromium.googlesource.com/chromium/tools/depot_tools" 7 git_repo_url: "https://chromium.googlesource.com/chromium/tools/depot_tools"
8 8
9 gerrit {} 9 gerrit {}
10 rietveld { 10 rietveld {
(...skipping 13 matching lines...) Expand all
24 name: "Depot Tools Presubmit" 24 name: "Depot Tools Presubmit"
25 } 25 }
26 builders { 26 builders {
27 name: "Depot Tools Presubmit (Swarming)" 27 name: "Depot Tools Presubmit (Swarming)"
28 experiment_percentage: 100 28 experiment_percentage: 100
29 } 29 }
30 builders { 30 builders {
31 name: "Recipe Roll Downstream Tester" 31 name: "Recipe Roll Downstream Tester"
32 } 32 }
33 } 33 }
34 buckets {
35 name: "master.internal.infra.try"
36 builders { name: "build-internal-recipe-downstream-tryjob" }
37 }
34 } 38 }
35 } 39 }
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