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

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

Issue 2483003002: Sync pdfium tryserver list with main pdfium waterfall. (Closed)
Patch Set: alphabetical order 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: "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"
(...skipping 27 matching lines...) Expand all
38 name: "linux_skia" 38 name: "linux_skia"
39 experiment_percentage: 100 39 experiment_percentage: 100
40 } 40 }
41 builders { 41 builders {
42 name: "linux_xfa" 42 name: "linux_xfa"
43 } 43 }
44 builders { 44 builders {
45 name: "linux_xfa_asan_lsan" 45 name: "linux_xfa_asan_lsan"
46 } 46 }
47 builders { 47 builders {
48 name: "linux_xfa_rel"
49 }
50 builders {
48 name: "mac" 51 name: "mac"
49 } 52 }
50 builders { 53 builders {
51 name: "mac_no_v8" 54 name: "mac_no_v8"
52 } 55 }
53 builders { 56 builders {
54 name: "mac_skia" 57 name: "mac_skia"
55 experiment_percentage: 100 58 experiment_percentage: 100
56 } 59 }
57 builders { 60 builders {
58 name: "mac_xfa" 61 name: "mac_xfa"
59 } 62 }
60 builders { 63 builders {
64 name: "mac_xfa_rel"
65 }
66 builders {
61 name: "win" 67 name: "win"
62 } 68 }
63 builders { 69 builders {
64 name: "win_no_v8" 70 name: "win_no_v8"
65 } 71 }
66 builders { 72 builders {
67 name: "win_skia" 73 name: "win_skia"
68 experiment_percentage: 100 74 experiment_percentage: 100
69 } 75 }
70 builders { 76 builders {
71 name: "win_xfa" 77 name: "win_xfa"
72 } 78 }
73 builders { 79 builders {
80 name: "win_xfa_32"
81 }
82 builders {
74 name: "win_xfa_clang" 83 name: "win_xfa_clang"
75 } 84 }
85 builders {
86 name: "win_xfa_clang_32"
87 }
88 builders {
89 name: "win_xfa_rel"
90 }
76 } 91 }
77 } 92 }
78 } 93 }
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