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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/full_chromium_webrtc_fyi_Win_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.webrtc.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Win GN", 10 "Win GN",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "base_unittests", 170 "base_unittests",
171 "all" 171 "all"
172 ], 172 ],
173 "cwd": "[SLAVE_BUILD]", 173 "cwd": "[SLAVE_BUILD]",
174 "name": "compile" 174 "name": "compile"
175 }, 175 },
176 { 176 {
177 "cmd": [ 177 "cmd": [
178 "python", 178 "python",
179 "-u", 179 "-u",
180 "[DEPOT_TOOLS]\\gn.py", 180 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
181 "--root=[SLAVE_BUILD]\\src", 181 "--target",
182 "check", 182 "Release"
183 "//out/Release"
184 ], 183 ],
185 "cwd": "[SLAVE_BUILD]", 184 "cwd": "[SLAVE_BUILD]",
186 "name": "gn check" 185 "name": "start_crash_service"
186 },
187 {
188 "allow_subannotations": true,
189 "cmd": [
190 "python",
191 "-u",
192 "[BUILD]\\scripts\\slave\\runtest.py",
193 "--target",
194 "Release",
195 "--factory-properties",
196 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win GN\", \"buildnumber\": 571, \"mastername\": \"chromium.webr tc.fyi\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workd ir\": \"/path/to/workdir/TestSlavename\"}",
197 "--build-properties",
198 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win GN\", \"buildnumber\": 571, \"mastername\": \"chromium.webr tc.fyi\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workd ir\": \"/path/to/workdir/TestSlavename\"}",
199 "--annotate=gtest",
200 "--test-type=base_unittests",
201 "--step-name=base_unittests",
202 "--test-launcher-summary-output",
203 "/path/to/tmp/json",
204 "--generate-json-file",
205 "-o",
206 "gtest-results/base_unittests.exe",
207 "--builder-name=Win GN",
208 "--slave-name=TestSlavename",
209 "--build-number=571",
210 "base_unittests.exe"
211 ],
212 "cwd": "[SLAVE_BUILD]",
213 "name": "base_unittests"
214 },
215 {
216 "cmd": [
217 "python",
218 "-u",
219 "[BUILD]\\scripts\\slave\\process_dumps.py",
220 "--target",
221 "Release"
222 ],
223 "cwd": "[SLAVE_BUILD]",
224 "name": "process_dumps"
187 } 225 }
188 ] 226 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698