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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_Builder.json

Issue 1830323005: Windows 10 64-bit try server configuration. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: fixes Created 4 years, 8 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "python", 161 "python",
162 "-u", 162 "-u",
163 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 163 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
164 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", 164 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json",
165 "/path/to/tmp/json" 165 "/path/to/tmp/json"
166 ], 166 ],
167 "cwd": "[SLAVE_BUILD]", 167 "cwd": "[SLAVE_BUILD]",
168 "name": "read test spec", 168 "name": "read test spec",
169 "~followup_annotations": [ 169 "~followup_annotations": [
170 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js on@@@", 170 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js on@@@",
171 "@@@STEP_LOG_LINE@json.output@{@@@", 171 "@@@STEP_LOG_LINE@json.output@{}@@@",
172 "@@@STEP_LOG_LINE@json.output@ \"Win10 Tests (1)\": {@@@",
173 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
174 "@@@STEP_LOG_LINE@json.output@ {@@@",
175 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
176 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
177 "@@@STEP_LOG_LINE@json.output@ }, @@@",
178 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
179 "@@@STEP_LOG_LINE@json.output@ }@@@",
180 "@@@STEP_LOG_LINE@json.output@ ]@@@",
181 "@@@STEP_LOG_LINE@json.output@ }@@@",
182 "@@@STEP_LOG_LINE@json.output@}@@@",
183 "@@@STEP_LOG_END@json.output@@@" 172 "@@@STEP_LOG_END@json.output@@@"
184 ] 173 ]
185 }, 174 },
186 { 175 {
187 "cmd": [ 176 "cmd": [
188 "python", 177 "python",
189 "-u", 178 "-u",
190 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 179 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
191 "--show-path", 180 "--show-path",
192 "python", 181 "python",
193 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 182 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
194 ], 183 ],
195 "cwd": "[SLAVE_BUILD]", 184 "cwd": "[SLAVE_BUILD]",
196 "name": "cleanup_temp" 185 "name": "cleanup_temp"
197 }, 186 },
198 { 187 {
199 "cmd": [ 188 "cmd": [
200 "python", 189 "python",
201 "-u", 190 "-u",
202 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
203 "--build-dir",
204 "[SLAVE_BUILD]\\src\\out\\Release",
205 "--clean-isolated-files"
206 ],
207 "cwd": "[SLAVE_BUILD]",
208 "name": "clean isolated files"
209 },
210 {
211 "cmd": [
212 "python",
213 "-u",
214 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 191 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
215 "--show-path", 192 "--show-path",
216 "python", 193 "python",
217 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 194 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
218 "--ninja-path", 195 "--ninja-path",
219 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 196 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
220 "--target", 197 "--target",
221 "Release", 198 "Release",
222 "--src-dir", 199 "--src-dir",
223 "[SLAVE_BUILD]\\src", 200 "[SLAVE_BUILD]\\src",
224 "--goma-cache-dir", 201 "--goma-cache-dir",
225 "[GOMA_CACHE]", 202 "[GOMA_CACHE]",
226 "--build-tool", 203 "--build-tool",
227 "ninja", 204 "ninja",
228 "--compiler", 205 "--compiler",
229 "goma", 206 "goma",
230 "--goma-jsonstatus", 207 "--goma-jsonstatus",
231 "/path/to/tmp/json", 208 "/path/to/tmp/json",
232 "--goma-dir", 209 "--goma-dir",
233 "[BUILD]\\goma", 210 "[BUILD]\\goma",
234 "--ninja-ensure-up-to-date", 211 "--ninja-ensure-up-to-date",
235 "--", 212 "--",
236 "browser_tests",
237 "browser_tests_run",
238 "chromium_builder_tests", 213 "chromium_builder_tests",
239 "crash_service", 214 "crash_service"
240 "mini_installer"
241 ], 215 ],
242 "cwd": "[SLAVE_BUILD]", 216 "cwd": "[SLAVE_BUILD]",
243 "name": "compile", 217 "name": "compile",
244 "~followup_annotations": [ 218 "~followup_annotations": [
245 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 219 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
246 "@@@STEP_LOG_END@json.output (invalid)@@@" 220 "@@@STEP_LOG_END@json.output (invalid)@@@"
247 ] 221 ]
248 }, 222 },
249 { 223 {
250 "cmd": [
251 "python",
252 "-u",
253 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py",
254 "--build-dir",
255 "[SLAVE_BUILD]\\src\\out\\Release",
256 "--src-dir",
257 "[SLAVE_BUILD]\\src"
258 ],
259 "cwd": "[SLAVE_BUILD]",
260 "name": "remove_build_metadata"
261 },
262 {
263 "cmd": [
264 "python",
265 "-u",
266 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
267 "[SLAVE_BUILD]\\src\\tools\\swarming_client",
268 "batcharchive",
269 "--dump-json",
270 "/path/to/tmp/json",
271 "--isolate-server",
272 "https://isolateserver.appspot.com",
273 "--verbose",
274 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json"
275 ],
276 "cwd": "[SLAVE_BUILD]",
277 "name": "isolate tests",
278 "~followup_annotations": [
279 "@@@STEP_LOG_LINE@json.output@{@@@",
280 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
281 "@@@STEP_LOG_LINE@json.output@}@@@",
282 "@@@STEP_LOG_END@json.output@@@"
283 ]
284 },
285 {
286 "allow_subannotations": true, 224 "allow_subannotations": true,
287 "cmd": [ 225 "cmd": [
288 "python", 226 "python",
289 "-u", 227 "-u",
290 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 228 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
291 "--show-path", 229 "--show-path",
292 "python", 230 "python",
293 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", 231 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py",
294 "--target", 232 "--target",
295 "Release", 233 "Release",
296 "--build-url", 234 "--build-url",
297 "gs://chromium-fyi-archive/chromium.fyi/Win Builder", 235 "gs://chromium-fyi-archive/chromium.fyi/Win Builder",
298 "--build_revision", 236 "--build_revision",
299 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 237 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
300 "--factory-properties", 238 "--factory-properties",
301 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 239 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
302 "--build-properties", 240 "--build-properties",
303 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium .fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
304 ], 242 ],
305 "cwd": "[SLAVE_BUILD]", 243 "cwd": "[SLAVE_BUILD]",
306 "name": "package build" 244 "name": "package build"
307 }, 245 },
308 { 246 {
309 "cmd": [],
310 "cwd": "[SLAVE_BUILD]",
311 "name": "trigger",
312 "trigger_specs": [
313 {
314 "builder_name": "Win10 Tests (1)",
315 "properties": {
316 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ",
317 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}",
318 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" ,
319 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}",
320 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
321 "parent_got_revision_cp": "refs/heads/master@{#170242}",
322 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798 0b63b99566",
323 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089} ",
324 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399",
325 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}",
326 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4",
327 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}"
328 }
329 }
330 ],
331 "~followup_annotations": [
332 "@@@STEP_TEXT@Win10 Tests (1)@@@"
333 ]
334 },
335 {
336 "name": "$result", 247 "name": "$result",
337 "recipe_result": null, 248 "recipe_result": null,
338 "status_code": 0 249 "status_code": 0
339 } 250 }
340 ] 251 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698