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

Side by Side Diff: testing/commit_queue/config.json

Issue 1152823005: Use script in depot_tools to retrieve builders from new cq.cfg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also pass shell=True to allow resolution of the binary without extension on Windows Created 5 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 | « testing/commit_queue/OWNERS ('k') | 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
(Empty)
1 {
2 "_comment1": "This file is no longer used by CQ. Instead CQ reads",
3 "_comment2": "infra/config/cq.cfg. However, this file is still used by",
4 "_comment3": "git-cl-try and thus this list must be manually kept in sync",
5 "_comment4": "to the list of builders in infra/config/cq.cfg. We apologize",
6 "_comment5": "for the incovenience and are working on a fix that will make",
7 "_comment6": "git-cl-try also read infra/config/cq.cfg.",
8
9 "verifiers_no_patch": {
10 "try_job_verifier": {
11 "launched": {
12 "tryserver.chromium.linux": {
13 "android_arm64_dbg_recipe": [
14 "defaulttests"
15 ],
16 "android_chromium_gn_compile_dbg": [
17 "defaulttests"
18 ],
19 "android_chromium_gn_compile_rel": [
20 "defaulttests"
21 ],
22 "android_clang_dbg_recipe": [
23 "defaulttests"
24 ],
25 "android_compile_dbg": [
26 "defaulttests"
27 ],
28 "cast_shell_android": [
29 "defaulttests"
30 ],
31 "cast_shell_linux": [
32 "defaulttests"
33 ],
34 "chromium_presubmit": [
35 "defaulttests"
36 ],
37 "linux_android_rel_ng": [
38 "defaulttests"
39 ],
40 "linux_chromium_asan_rel_ng": [
41 "defaulttests"
42 ],
43 "linux_chromium_chromeos_compile_dbg_ng": [
44 "defaulttests"
45 ],
46 "linux_chromium_chromeos_ozone_rel_ng": [
47 "defaulttests"
48 ],
49 "linux_chromium_chromeos_rel_ng": [
50 "defaulttests"
51 ],
52 "linux_chromium_clobber_rel_ng": [
53 "defaulttests"
54 ],
55 "linux_chromium_compile_dbg_32_ng": [
56 "compile"
57 ],
58 "linux_chromium_gn_chromeos_rel": [
59 "defaulttests"
60 ],
61 "linux_chromium_gn_dbg": [
62 "defaulttests"
63 ],
64 "linux_chromium_gn_rel": [
65 "defaulttests"
66 ],
67 "linux_chromium_rel_ng": [
68 "defaulttests"
69 ]
70 },
71 "tryserver.chromium.mac": {
72 "ios_dbg_simulator_ninja": [
73 "defaulttests"
74 ],
75 "ios_rel_device_ninja": [
76 "defaulttests"
77 ],
78 "mac_chromium_compile_dbg_ng": [
79 "defaulttests"
80 ],
81 "mac_chromium_rel_ng": [
82 "defaulttests"
83 ]
84 },
85 "tryserver.chromium.win": {
86 "win8_chromium_rel": [
87 "defaulttests"
88 ],
89 "win_chromium_compile_dbg_ng": [
90 "defaulttests"
91 ],
92 "win_chromium_rel_ng": [
93 "defaulttests"
94 ],
95 "win_chromium_x64_rel_ng": [
96 "defaulttests"
97 ]
98 }
99 }
100 }
101 }
102 }
OLDNEW
« no previous file with comments | « testing/commit_queue/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698