Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1317)

Side by Side Diff: infra/config/cq.cfg

Issue 2952773002: Elim x86-generic from chromium.chromiumos waterfall (Closed)
Patch Set: Elim chromeos_x86-generic_chromium_compile_only_ng Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 git_repo_url: "https://chromium.googlesource.com/chromium/src" 7 git_repo_url: "https://chromium.googlesource.com/chromium/src"
8 commit_burst_delay: 60 8 commit_burst_delay: 60
9 max_commit_burst: 2 9 max_commit_burst: 2
10 10
(...skipping 29 matching lines...) Expand all
40 builders { name: "android_cronet" } 40 builders { name: "android_cronet" }
41 builders { name: "android_n5x_swarming_rel" } 41 builders { name: "android_n5x_swarming_rel" }
42 builders { name: "cast_shell_android" } 42 builders { name: "cast_shell_android" }
43 builders { name: "linux_android_rel_ng" } 43 builders { name: "linux_android_rel_ng" }
44 } 44 }
45 buckets { 45 buckets {
46 name: "master.tryserver.chromium.linux" 46 name: "master.tryserver.chromium.linux"
47 builders { name: "cast_shell_linux" } 47 builders { name: "cast_shell_linux" }
48 builders { name: "chromeos_amd64-generic_chromium_compile_only_ng" } 48 builders { name: "chromeos_amd64-generic_chromium_compile_only_ng" }
49 builders { name: "chromeos_daisy_chromium_compile_only_ng" } 49 builders { name: "chromeos_daisy_chromium_compile_only_ng" }
50 # TODO(dpranke): reenable ASAP; see crbug.com/669297.
51 #builders { name: "chromeos_x86-generic_chromium_compile_only_ng" }
52 builders { name: "chromium_presubmit" } 50 builders { name: "chromium_presubmit" }
53 builders { name: "linux_chromium_asan_rel_ng" } 51 builders { name: "linux_chromium_asan_rel_ng" }
54 # TODO(dpranke): reenable ASAP; see crbug.com/669297. 52 # TODO(dpranke): reenable ASAP; see crbug.com/669297.
55 #builders { name: "linux_chromium_chromeos_compile_dbg_ng" } 53 #builders { name: "linux_chromium_chromeos_compile_dbg_ng" }
56 builders { name: "linux_chromium_chromeos_ozone_rel_ng" } 54 builders { name: "linux_chromium_chromeos_ozone_rel_ng" }
57 builders { name: "linux_chromium_chromeos_rel_ng" } 55 builders { name: "linux_chromium_chromeos_rel_ng" }
58 # TODO(dpranke): reenable ASAP; see crbug.com/669297. 56 # TODO(dpranke): reenable ASAP; see crbug.com/669297.
59 #builders { name: "linux_chromium_clobber_rel_ng" } 57 #builders { name: "linux_chromium_clobber_rel_ng" }
60 builders { name: "linux_chromium_compile_dbg_ng" } 58 builders { name: "linux_chromium_compile_dbg_ng" }
61 builders { name: "linux_chromium_headless_rel" } 59 builders { name: "linux_chromium_headless_rel" }
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 builders { name: "win_clang" } 91 builders { name: "win_clang" }
94 } 92 }
95 } 93 }
96 94
97 # NOTE: when adding new configs to the commit queue, please contact 95 # NOTE: when adding new configs to the commit queue, please contact
98 # chrome-eng-review per 96 # chrome-eng-review per
99 # 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 97 # 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
100 98
101 sign_cla {} 99 sign_cla {}
102 } 100 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698