OLD | NEW |
---|---|
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 22 matching lines...) Expand all Loading... | |
33 name: "linux_no_v8" | 33 name: "linux_no_v8" |
34 } | 34 } |
35 builders { | 35 builders { |
36 name: "linux_skia" | 36 name: "linux_skia" |
37 experiment_percentage: 100 | 37 experiment_percentage: 100 |
38 } | 38 } |
39 builders { | 39 builders { |
40 name: "linux_xfa" | 40 name: "linux_xfa" |
41 } | 41 } |
42 builders { | 42 builders { |
43 name: "linux_xfa_rel_gn" | 43 name: "linux_xfa_rel_gyp" |
Lei Zhang
2016/07/14 09:45:03
Oh, because linux_xfa is GN now.
| |
44 } | 44 } |
45 builders { | 45 builders { |
46 name: "mac" | 46 name: "mac" |
47 } | 47 } |
48 builders { | 48 builders { |
49 name: "mac_no_v8" | 49 name: "mac_no_v8" |
50 } | 50 } |
51 builders { | 51 builders { |
52 name: "mac_skia" | 52 name: "mac_skia" |
53 experiment_percentage: 100 | 53 experiment_percentage: 100 |
54 } | 54 } |
55 builders { | 55 builders { |
56 name: "mac_xfa" | 56 name: "mac_xfa" |
57 } | 57 } |
58 builders { | 58 builders { |
59 name: "mac_xfa_rel_gn" | 59 name: "mac_xfa_rel_gyp" |
60 } | 60 } |
61 builders { | 61 builders { |
62 name: "win" | 62 name: "win" |
63 } | 63 } |
64 builders { | 64 builders { |
65 name: "win_no_v8" | 65 name: "win_no_v8" |
66 } | 66 } |
67 builders { | 67 builders { |
68 name: "win_skia" | 68 name: "win_skia" |
69 experiment_percentage: 100 | 69 experiment_percentage: 100 |
70 } | 70 } |
71 builders { | 71 builders { |
72 name: "win_xfa" | 72 name: "win_xfa" |
73 } | 73 } |
74 builders { | 74 builders { |
75 name: "win_xfa_clang" | 75 name: "win_xfa_clang" |
76 experiment_percentage: 100 | 76 experiment_percentage: 100 |
77 } | 77 } |
78 builders { | 78 builders { |
79 name: "win_xfa_64_rel_gn" | 79 name: "win_xfa_64_rel_gyp" |
80 } | 80 } |
81 } | 81 } |
82 } | 82 } |
83 } | 83 } |
OLD | NEW |