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

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

Issue 2186113003: Require internal recipe tryjob (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.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: "build" 5 cq_name: "build"
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 } 10 }
(...skipping 12 matching lines...) Expand all
23 experiment_percentage: 100 23 experiment_percentage: 100
24 } 24 }
25 builders { name: "Recipe Roll Downstream Tester" } 25 builders { name: "Recipe Roll Downstream Tester" }
26 builders { 26 builders {
27 name: "Recipe Roll Downstream Tester (Swarming)" 27 name: "Recipe Roll Downstream Tester (Swarming)"
28 experiment_percentage: 100 28 experiment_percentage: 100
29 } 29 }
30 } 30 }
31 buckets { 31 buckets {
32 name: "master.internal.infra.try" 32 name: "master.internal.infra.try"
33 builders { 33 builders { name: "build-internal-recipe-downstream-tryjob" }
34 name: "build-internal-recipe-downstream-tryjob"
35 experiment_percentage: 100
36 }
37 } 34 }
38 buckets { 35 buckets {
39 name: "master.chromium.buildbucket.swarming" 36 name: "master.chromium.buildbucket.swarming"
40 builders { 37 builders {
41 name: "build_presubmit" 38 name: "build_presubmit"
42 experiment_percentage: 100 39 experiment_percentage: 100
43 } 40 }
44 } 41 }
45 try_job_retry_config { 42 try_job_retry_config {
46 try_job_retry_quota: 3 43 try_job_retry_quota: 3
47 global_retry_quota: 3 44 global_retry_quota: 3
48 } 45 }
49 } 46 }
50 } 47 }
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