| 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_gyp" | |
| 44 } | |
| 45 builders { | |
| 46 name: "mac" | 43 name: "mac" |
| 47 } | 44 } |
| 48 builders { | 45 builders { |
| 49 name: "mac_no_v8" | 46 name: "mac_no_v8" |
| 50 } | 47 } |
| 51 builders { | 48 builders { |
| 52 name: "mac_skia" | 49 name: "mac_skia" |
| 53 experiment_percentage: 100 | 50 experiment_percentage: 100 |
| 54 } | 51 } |
| 55 builders { | 52 builders { |
| 56 name: "mac_xfa" | 53 name: "mac_xfa" |
| 57 } | 54 } |
| 58 builders { | 55 builders { |
| 59 name: "mac_xfa_rel_gyp" | |
| 60 } | |
| 61 builders { | |
| 62 name: "win" | 56 name: "win" |
| 63 } | 57 } |
| 64 builders { | 58 builders { |
| 65 name: "win_no_v8" | 59 name: "win_no_v8" |
| 66 } | 60 } |
| 67 builders { | 61 builders { |
| 68 name: "win_skia" | 62 name: "win_skia" |
| 69 experiment_percentage: 100 | 63 experiment_percentage: 100 |
| 70 } | 64 } |
| 71 builders { | 65 builders { |
| 72 name: "win_xfa" | 66 name: "win_xfa" |
| 73 } | 67 } |
| 74 builders { | 68 builders { |
| 75 name: "win_xfa_clang" | 69 name: "win_xfa_clang" |
| 76 experiment_percentage: 100 | 70 experiment_percentage: 100 |
| 77 } | 71 } |
| 78 builders { | |
| 79 name: "win_xfa_rel_gyp" | |
| 80 } | |
| 81 } | 72 } |
| 82 } | 73 } |
| 83 } | 74 } |
| OLD | NEW |