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 } | 23 } |
24 | 24 |
25 # NOTE: when adding new configs to the commit queue, please contact | 25 # NOTE: when adding new configs to the commit queue, please contact |
26 # chrome-eng-review per | 26 # chrome-eng-review per |
27 # 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 | 27 # 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 try_job { | 28 try_job { |
29 try_job_retry_config { | 29 try_job_retry_config { |
30 global_retry_quota: 1 | 30 global_retry_quota: 1 |
31 } | 31 } |
32 buckets { | 32 buckets { |
33 name: "tryserver.chromium.linux" | 33 name: "tryserver.chromium.android" |
34 builders { name: "android_arm64_dbg_recipe" } | 34 builders { name: "android_arm64_dbg_recipe" } |
35 builders { name: "android_chromium_gn_compile_dbg" } | 35 builders { name: "android_chromium_gn_compile_dbg" } |
36 builders { name: "android_chromium_gn_compile_rel" } | 36 builders { name: "android_chromium_gn_compile_rel" } |
37 builders { name: "android_clang_dbg_recipe" } | 37 builders { name: "android_clang_dbg_recipe" } |
38 builders { name: "android_compile_dbg" } | 38 builders { name: "android_compile_dbg" } |
39 builders { name: "cast_shell_android" } | 39 builders { name: "cast_shell_android" } |
| 40 builders { name: "linux_android_rel_ng" } |
| 41 } |
| 42 buckets { |
| 43 name: "tryserver.chromium.linux" |
40 builders { name: "cast_shell_linux" } | 44 builders { name: "cast_shell_linux" } |
41 builders { name: "chromeos_amd64-generic_chromium_compile_only_ng" } | 45 builders { name: "chromeos_amd64-generic_chromium_compile_only_ng" } |
42 builders { name: "chromeos_daisy_chromium_compile_only_ng" } | 46 builders { name: "chromeos_daisy_chromium_compile_only_ng" } |
43 builders { name: "chromeos_x86-generic_chromium_compile_only_ng" } | 47 builders { name: "chromeos_x86-generic_chromium_compile_only_ng" } |
44 builders { name: "chromium_presubmit" } | 48 builders { name: "chromium_presubmit" } |
45 builders { name: "linux_android_rel_ng" } | |
46 builders { name: "linux_chromium_asan_rel_ng" } | 49 builders { name: "linux_chromium_asan_rel_ng" } |
47 builders { name: "linux_chromium_chromeos_compile_dbg_ng" } | 50 builders { name: "linux_chromium_chromeos_compile_dbg_ng" } |
48 builders { name: "linux_chromium_chromeos_ozone_rel_ng" } | 51 builders { name: "linux_chromium_chromeos_ozone_rel_ng" } |
49 builders { name: "linux_chromium_chromeos_rel_ng" } | 52 builders { name: "linux_chromium_chromeos_rel_ng" } |
50 builders { name: "linux_chromium_clobber_rel_ng" } | 53 builders { name: "linux_chromium_clobber_rel_ng" } |
51 builders { name: "linux_chromium_compile_dbg_32_ng" } | 54 builders { name: "linux_chromium_compile_dbg_32_ng" } |
52 builders { name: "linux_chromium_compile_dbg_ng" } | 55 builders { name: "linux_chromium_compile_dbg_ng" } |
53 builders { name: "linux_chromium_gn_chromeos_rel" } | 56 builders { name: "linux_chromium_gn_chromeos_rel" } |
54 builders { name: "linux_chromium_rel_ng" } | 57 builders { name: "linux_chromium_rel_ng" } |
55 builders { | 58 builders { |
(...skipping 29 matching lines...) Expand all Loading... |
85 builders { name: "win_chromium_x64_rel_ng" } | 88 builders { name: "win_chromium_x64_rel_ng" } |
86 } | 89 } |
87 } | 90 } |
88 | 91 |
89 # NOTE: when adding new configs to the commit queue, please contact | 92 # NOTE: when adding new configs to the commit queue, please contact |
90 # chrome-eng-review per | 93 # chrome-eng-review per |
91 # 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 | 94 # 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 |
92 | 95 |
93 sign_cla {} | 96 sign_cla {} |
94 } | 97 } |
OLD | NEW |