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

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

Issue 1937943002: Add tree status check to PDFium CQ. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 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: "pdfium" 5 cq_name: "pdfium"
6 git_repo_url: "https://pdfium.googlesource.com/pdfium.git" 6 git_repo_url: "https://pdfium.googlesource.com/pdfium.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-pdfium-committers" 15 committer_list: "project-pdfium-committers"
16 } 16 }
17 17
18 tree_status {
19 tree_status_url: "https://pdfium-status.appspot.com"
20 }
21
18 try_job { 22 try_job {
19 buckets { 23 buckets {
20 name: "master.tryserver.client.pdfium" 24 name: "master.tryserver.client.pdfium"
21 builders { 25 builders {
22 name: "linux" 26 name: "linux"
23 } 27 }
24 builders { 28 builders {
25 name: "linux_xfa" 29 name: "linux_xfa"
26 } 30 }
27 builders { 31 builders {
(...skipping 13 matching lines...) Expand all
41 } 45 }
42 builders { 46 builders {
43 name: "win_xfa" 47 name: "win_xfa"
44 } 48 }
45 builders { 49 builders {
46 name: "win_no_v8" 50 name: "win_no_v8"
47 } 51 }
48 } 52 }
49 } 53 }
50 } 54 }
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