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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/full_chromium_win_Win_x64_GN.json

Issue 1153933004: Flip GN bots to be purely driven by //testing/buildbot/*.json files for tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: add comment explaining the lack of android tests 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\bot_update.py", 6 "[BUILD]\\scripts\\slave\\bot_update.py",
7 "--master", 7 "--master",
8 "chromium.win", 8 "chromium.win",
9 "--builder", 9 "--builder",
10 "Win x64 GN", 10 "Win x64 GN",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "base_unittests", 158 "base_unittests",
159 "all" 159 "all"
160 ], 160 ],
161 "cwd": "[SLAVE_BUILD]", 161 "cwd": "[SLAVE_BUILD]",
162 "name": "compile" 162 "name": "compile"
163 }, 163 },
164 { 164 {
165 "cmd": [ 165 "cmd": [
166 "python", 166 "python",
167 "-u", 167 "-u",
168 "[DEPOT_TOOLS]\\gn.py", 168 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
169 "--root=[SLAVE_BUILD]\\src", 169 "--target",
170 "check", 170 "Release_x64"
171 "//out/Release_x64"
172 ], 171 ],
173 "cwd": "[SLAVE_BUILD]", 172 "cwd": "[SLAVE_BUILD]",
174 "name": "gn check" 173 "name": "start_crash_service"
174 },
175 {
176 "allow_subannotations": true,
177 "cmd": [
178 "python",
179 "-u",
180 "[BUILD]\\scripts\\slave\\runtest.py",
181 "--target",
182 "Release_x64",
183 "--factory-properties",
184 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \"chromium. win\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}",
185 "--build-properties",
186 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \"chromium. win\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}",
187 "--annotate=gtest",
188 "--test-type=base_unittests",
189 "--step-name=base_unittests",
190 "--test-launcher-summary-output",
191 "/path/to/tmp/json",
192 "--generate-json-file",
193 "-o",
194 "gtest-results/base_unittests.exe",
195 "--builder-name=Win x64 GN",
196 "--slave-name=TestSlavename",
197 "--build-number=571",
198 "base_unittests.exe"
199 ],
200 "cwd": "[SLAVE_BUILD]",
201 "name": "base_unittests"
202 },
203 {
204 "cmd": [
205 "python",
206 "-u",
207 "[BUILD]\\scripts\\slave\\process_dumps.py",
208 "--target",
209 "Release_x64"
210 ],
211 "cwd": "[SLAVE_BUILD]",
212 "name": "process_dumps"
175 } 213 }
176 ] 214 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698