Chromium Code Reviews| 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 17 matching lines...) Expand all Loading... | |
| 28 builders { | 28 builders { |
| 29 name: "linux" | 29 name: "linux" |
| 30 } | 30 } |
| 31 builders { | 31 builders { |
| 32 name: "linux_asan_lsan" | 32 name: "linux_asan_lsan" |
| 33 } | 33 } |
| 34 builders { | 34 builders { |
| 35 name: "linux_no_v8" | 35 name: "linux_no_v8" |
| 36 } | 36 } |
| 37 builders { | 37 builders { |
| 38 name: "linux_skia" | |
| 39 experiment_percentage: 100 | |
| 40 } | |
| 41 builders { | |
| 42 name: "linux_xfa" | 38 name: "linux_xfa" |
| 43 } | 39 } |
| 44 builders { | 40 builders { |
| 45 name: "linux_xfa_asan_lsan" | 41 name: "linux_xfa_asan_lsan" |
| 46 } | 42 } |
| 47 builders { | 43 builders { |
| 44 name: "linxu_xfa_rel" | |
| 45 } | |
| 46 builders { | |
| 47 name: "linux_skia" | |
|
Wei Li
2016/11/07 20:51:22
I don't feel changing order is needed here since t
Lei Zhang
2016/11/07 21:24:37
It is not needed, but I want the list to have the
| |
| 48 experiment_percentage: 100 | |
| 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 { |
| 57 name: "mac_xfa" | |
| 58 } | |
| 59 builders { | |
| 60 name: "mac_xfa_rel" | |
| 61 } | |
| 62 builders { | |
| 54 name: "mac_skia" | 63 name: "mac_skia" |
| 55 experiment_percentage: 100 | 64 experiment_percentage: 100 |
| 56 } | 65 } |
| 57 builders { | 66 builders { |
| 58 name: "mac_xfa" | |
| 59 } | |
| 60 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 { |
| 73 name: "win_xfa" | |
| 74 } | |
| 75 builders { | |
| 76 name: "win_xfa_32" | |
| 77 } | |
| 78 builders { | |
| 79 name: "win_xfa_clang" | |
| 80 } | |
| 81 builders { | |
| 82 name: "win_xfa_clang_32" | |
| 83 } | |
| 84 builders { | |
| 85 name: "win_xfa_rel" | |
| 86 } | |
| 87 builders { | |
| 67 name: "win_skia" | 88 name: "win_skia" |
| 68 experiment_percentage: 100 | 89 experiment_percentage: 100 |
| 69 } | 90 } |
| 70 builders { | |
| 71 name: "win_xfa" | |
| 72 } | |
| 73 builders { | |
| 74 name: "win_xfa_clang" | |
| 75 } | |
| 76 } | 91 } |
| 77 } | 92 } |
| 78 } | 93 } |
| OLD | NEW |