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

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

Issue 1354293002: Remove Linux GN bots from blink CQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 | no next file » | 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: "blink" 5 cq_name: "blink"
6 cq_status_url: "https://chromium-cq-status.appspot.com" 6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 svn_repo_url: "svn://svn.chromium.org/blink/trunk" 7 svn_repo_url: "svn://svn.chromium.org/blink/trunk"
8 8
9 rietveld { 9 rietveld {
10 url: "https://codereview.chromium.org" 10 url: "https://codereview.chromium.org"
(...skipping 30 matching lines...) Expand all
41 builders { name: "chromeos_amd64-generic_chromium_compile_only_ng" } 41 builders { name: "chromeos_amd64-generic_chromium_compile_only_ng" }
42 builders { name: "chromeos_daisy_chromium_compile_only_ng" } 42 builders { name: "chromeos_daisy_chromium_compile_only_ng" }
43 builders { name: "linux_android_rel_ng" } 43 builders { name: "linux_android_rel_ng" }
44 builders { name: "linux_chromium_asan_rel_ng" } 44 builders { name: "linux_chromium_asan_rel_ng" }
45 builders { name: "linux_chromium_chromeos_compile_dbg_ng" } 45 builders { name: "linux_chromium_chromeos_compile_dbg_ng" }
46 builders { name: "linux_chromium_chromeos_ozone_rel_ng" } 46 builders { name: "linux_chromium_chromeos_ozone_rel_ng" }
47 builders { name: "linux_chromium_chromeos_rel_ng" } 47 builders { name: "linux_chromium_chromeos_rel_ng" }
48 builders { name: "linux_chromium_clobber_rel_ng" } 48 builders { name: "linux_chromium_clobber_rel_ng" }
49 builders { name: "linux_chromium_compile_dbg_32_ng" } 49 builders { name: "linux_chromium_compile_dbg_32_ng" }
50 builders { name: "linux_chromium_gn_chromeos_rel" } 50 builders { name: "linux_chromium_gn_chromeos_rel" }
51 builders { name: "linux_chromium_gn_dbg" }
52 builders { name: "linux_chromium_gn_rel" }
53 builders { name: "linux_chromium_rel_ng" } 51 builders { name: "linux_chromium_rel_ng" }
54 } 52 }
55 53
56 buckets { 54 buckets {
57 name: "tryserver.chromium.mac" 55 name: "tryserver.chromium.mac"
58 builders { name: "ios_dbg_simulator_ninja" } 56 builders { name: "ios_dbg_simulator_ninja" }
59 builders { name: "ios_rel_device_ninja" } 57 builders { name: "ios_rel_device_ninja" }
60 builders { name: "mac_chromium_compile_dbg_ng" } 58 builders { name: "mac_chromium_compile_dbg_ng" }
61 builders { 59 builders {
62 name: "mac_chromium_gn_rel" 60 name: "mac_chromium_gn_rel"
63 experiment_percentage: 50 61 experiment_percentage: 50
64 } 62 }
65 builders { name: "mac_chromium_rel_ng" } 63 builders { name: "mac_chromium_rel_ng" }
66 } 64 }
67 65
68 buckets { 66 buckets {
69 name: "tryserver.chromium.win" 67 name: "tryserver.chromium.win"
70 builders { name: "win8_chromium_ng" } 68 builders { name: "win8_chromium_ng" }
71 builders { name: "win_chromium_compile_dbg_ng" } 69 builders { name: "win_chromium_compile_dbg_ng" }
72 builders { name: "win_chromium_rel_ng" } 70 builders { name: "win_chromium_rel_ng" }
73 builders { name: "win_chromium_x64_rel_ng" } 71 builders { name: "win_chromium_x64_rel_ng" }
74 } 72 }
75 } 73 }
76 74
77 sign_cla {} 75 sign_cla {}
78 } 76 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698