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: "chromium" | 5 cq_name: "chromium" |
6 cq_status_url: "https://chromium-cq-status.appspot.com" | 6 cq_status_url: "https://chromium-cq-status.appspot.com" |
7 hide_ref_in_committed_msg: true | 7 hide_ref_in_committed_msg: true |
8 commit_burst_delay: 60 | 8 commit_burst_delay: 60 |
9 max_commit_burst: 2 | 9 max_commit_burst: 2 |
10 target_ref: "refs/pending/heads/master" | 10 target_ref: "refs/pending/heads/master" |
(...skipping 12 matching lines...) Expand all Loading... |
23 tree_status_url: "https://chromium-status.appspot.com" | 23 tree_status_url: "https://chromium-status.appspot.com" |
24 } | 24 } |
25 | 25 |
26 # NOTE: when adding new configs to the commit queue, please contact | 26 # NOTE: when adding new configs to the commit queue, please contact |
27 # chrome-eng-review per | 27 # chrome-eng-review per |
28 # https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build-
infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configur
ations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue | 28 # https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build-
infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configur
ations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue |
29 try_job { | 29 try_job { |
30 buckets { | 30 buckets { |
31 name: "tryserver.chromium.android" | 31 name: "tryserver.chromium.android" |
32 builders { name: "android_arm64_dbg_recipe" } | 32 builders { name: "android_arm64_dbg_recipe" } |
33 builders { name: "android_chromium_gn_compile_dbg" } | |
34 builders { name: "android_chromium_gn_compile_rel" } | |
35 builders { name: "android_clang_dbg_recipe" } | 33 builders { name: "android_clang_dbg_recipe" } |
36 builders { name: "android_compile_dbg" } | 34 builders { name: "android_compile_dbg" } |
37 builders { name: "cast_shell_android" } | 35 builders { name: "cast_shell_android" } |
38 builders { name: "linux_android_rel_ng" } | 36 builders { name: "linux_android_rel_ng" } |
39 } | 37 } |
40 buckets { | 38 buckets { |
41 name: "tryserver.chromium.linux" | 39 name: "tryserver.chromium.linux" |
42 builders { name: "cast_shell_linux" } | 40 builders { name: "cast_shell_linux" } |
43 builders { name: "chromeos_amd64-generic_chromium_compile_only_ng" } | 41 builders { name: "chromeos_amd64-generic_chromium_compile_only_ng" } |
44 builders { name: "chromeos_daisy_chromium_compile_only_ng" } | 42 builders { name: "chromeos_daisy_chromium_compile_only_ng" } |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 builders { name: "win_clang" } | 78 builders { name: "win_clang" } |
81 } | 79 } |
82 } | 80 } |
83 | 81 |
84 # NOTE: when adding new configs to the commit queue, please contact | 82 # NOTE: when adding new configs to the commit queue, please contact |
85 # chrome-eng-review per | 83 # chrome-eng-review per |
86 # https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build-
infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configur
ations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue | 84 # https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build-
infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configur
ations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue |
87 | 85 |
88 sign_cla {} | 86 sign_cla {} |
89 } | 87 } |
OLD | NEW |