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

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

Issue 2476503002: ABANDONED [cq] Remove Catapult Android Tryserver. (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 | 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: "catapult" 5 cq_name: "catapult"
6 git_repo_url: "https://github.com/catapult-project/catapult.git" 6 git_repo_url: "https://github.com/catapult-project/catapult.git"
7 cq_status_url: "https://chromium-cq-status.appspot.com" 7 cq_status_url: "https://chromium-cq-status.appspot.com"
8 8
9 rietveld { 9 rietveld {
10 url: "https://codereview.chromium.org" 10 url: "https://codereview.chromium.org"
11 } 11 }
12 12
13 verifiers { 13 verifiers {
14 reviewer_lgtm { 14 reviewer_lgtm {
15 committer_list: "project-catapult-committers" 15 committer_list: "project-catapult-committers"
16 dry_run_access_list: "project-chromium-tryjob-access" 16 dry_run_access_list: "project-chromium-tryjob-access"
17 } 17 }
18 18
19 try_job { 19 try_job {
20 buckets { 20 buckets {
21 name: "master.tryserver.client.catapult" 21 name: "master.tryserver.client.catapult"
22 builders { 22 builders {
23 name: "Catapult Presubmit" 23 name: "Catapult Presubmit"
24 } 24 }
25 builders { 25 builders {
26 name: "Catapult Android Tryserver"
27 }
28 builders {
29 name: "Catapult Linux Tryserver" 26 name: "Catapult Linux Tryserver"
30 } 27 }
31 builders { 28 builders {
32 name: "Catapult Mac Tryserver" 29 name: "Catapult Mac Tryserver"
33 } 30 }
34 builders { 31 builders {
35 name: "Catapult Windows Tryserver" 32 name: "Catapult Windows Tryserver"
36 } 33 }
37 } 34 }
38 } 35 }
39 } 36 }
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