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

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

Issue 2154213004: Revert of tryserver.chromium.win: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
11 "cmd": [ 11 "cmd": [
12 "python", 12 "python",
13 "-u", 13 "-u",
14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
15 "[BUILDER_CACHE]\\win_clang", 15 "[BUILDER_CACHE]\\CrWinClang_dbg_",
16 "511" 16 "511"
17 ], 17 ],
18 "name": "makedirs checkout path", 18 "name": "makedirs checkout path",
19 "~followup_annotations": [ 19 "~followup_annotations": [
20 "@@@STEP_LOG_LINE@python.inline@@@@", 20 "@@@STEP_LOG_LINE@python.inline@@@@",
21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 22 matching lines...) Expand all
48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
49 "--git-cache-dir", 49 "--git-cache-dir",
50 "[GIT_CACHE]", 50 "[GIT_CACHE]",
51 "--output_json", 51 "--output_json",
52 "/path/to/tmp/json", 52 "/path/to/tmp/json",
53 "--revision", 53 "--revision",
54 "src@HEAD", 54 "src@HEAD",
55 "--force", 55 "--force",
56 "--output_manifest" 56 "--output_manifest"
57 ], 57 ],
58 "cwd": "[BUILDER_CACHE]\\win_clang", 58 "cwd": "[BUILDER_CACHE]\\CrWinClang_dbg_",
59 "env": { 59 "env": {
60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
61 }, 61 },
62 "name": "bot_update", 62 "name": "bot_update",
63 "~followup_annotations": [ 63 "~followup_annotations": [
64 "@@@STEP_TEXT@Some step text@@@", 64 "@@@STEP_TEXT@Some step text@@@",
65 "@@@STEP_LOG_LINE@json.output@{@@@", 65 "@@@STEP_LOG_LINE@json.output@{@@@",
66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "@@@STEP_LOG_LINE@json.output@ }@@@", 186 "@@@STEP_LOG_LINE@json.output@ }@@@",
187 "@@@STEP_LOG_LINE@json.output@ ]@@@", 187 "@@@STEP_LOG_LINE@json.output@ ]@@@",
188 "@@@STEP_LOG_LINE@json.output@}@@@", 188 "@@@STEP_LOG_LINE@json.output@}@@@",
189 "@@@STEP_LOG_END@json.output@@@" 189 "@@@STEP_LOG_END@json.output@@@"
190 ] 190 ]
191 }, 191 },
192 { 192 {
193 "cmd": [ 193 "cmd": [
194 "python", 194 "python",
195 "-u", 195 "-u",
196 "[BUILDER_CACHE]\\win_clang\\src\\tools\\swarming_client\\swarming.py", 196 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src\\tools\\swarming_client\\swarming.p y",
197 "--version" 197 "--version"
198 ], 198 ],
199 "name": "swarming.py --version", 199 "name": "swarming.py --version",
200 "stdout": "/path/to/tmp/", 200 "stdout": "/path/to/tmp/",
201 "~followup_annotations": [ 201 "~followup_annotations": [
202 "@@@STEP_TEXT@0.4.10@@@" 202 "@@@STEP_TEXT@0.4.10@@@"
203 ] 203 ]
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python", 207 "python",
208 "-u", 208 "-u",
209 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 209 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
210 "runhooks" 210 "runhooks"
211 ], 211 ],
212 "cwd": "[BUILDER_CACHE]\\win_clang\\src", 212 "cwd": "[BUILDER_CACHE]\\CrWinClang_dbg_\\src",
213 "env": { 213 "env": {
214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
215 "GYP_CHROMIUM_NO_ACTION": "1", 215 "GYP_CHROMIUM_NO_ACTION": "1",
216 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 gomadir='[CAC HE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1", 216 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 gomadir='[CAC HE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1",
217 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 217 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
218 }, 218 },
219 "name": "gclient runhooks" 219 "name": "gclient runhooks"
220 }, 220 },
221 { 221 {
222 "cmd": [ 222 "cmd": [
223 "python", 223 "python",
224 "-u", 224 "-u",
225 "[BUILDER_CACHE]\\win_clang\\src\\testing\\scripts\\get_compile_targets.py ", 225 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src\\testing\\scripts\\get_compile_targ ets.py",
226 "--output", 226 "--output",
227 "/path/to/tmp/json", 227 "/path/to/tmp/json",
228 "--", 228 "--",
229 "--build-config-fs", 229 "--build-config-fs",
230 "Debug", 230 "Debug",
231 "--paths", 231 "--paths",
232 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_clang\\\\src\", \"runit.py\": \"R ECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"R ECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 232 "{\"checkout\": \"[BUILDER_CACHE]\\\\CrWinClang_dbg_\\\\src\", \"runit.py\ ": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\ ": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
233 "--properties", 233 "--properties",
234 "{\"buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"mastername \": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w in\"}" 234 "{\"buildername\": \"CrWinClang(dbg)\", \"buildnumber\": 571, \"mastername \": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w in\"}"
235 ], 235 ],
236 "name": "get compile targets for scripts", 236 "name": "get compile targets for scripts",
237 "~followup_annotations": [ 237 "~followup_annotations": [
238 "@@@STEP_LOG_LINE@json.output@{}@@@", 238 "@@@STEP_LOG_LINE@json.output@{}@@@",
239 "@@@STEP_LOG_END@json.output@@@" 239 "@@@STEP_LOG_END@json.output@@@"
240 ] 240 ]
241 }, 241 },
242 { 242 {
243 "cmd": [ 243 "cmd": [
244 "python", 244 "python",
245 "-u", 245 "-u",
246 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 246 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
247 "[BUILDER_CACHE]\\win_clang\\src\\testing\\buildbot\\chromium.fyi.json", 247 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src\\testing\\buildbot\\chromium.fyi.js on",
248 "/path/to/tmp/json" 248 "/path/to/tmp/json"
249 ], 249 ],
250 "name": "read test spec (chromium.fyi.json)", 250 "name": "read test spec (chromium.fyi.json)",
251 "~followup_annotations": [ 251 "~followup_annotations": [
252 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_clang\\src\\testing\\buildbot\\ch romium.fyi.json@@@", 252 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\CrWinClang_dbg_\\src\\testing\\buildb ot\\chromium.fyi.json@@@",
253 "@@@STEP_LOG_LINE@json.output@{@@@", 253 "@@@STEP_LOG_LINE@json.output@{@@@",
254 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang(dbg) tester\": {@@@", 254 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang(dbg) tester\": {@@@",
255 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 255 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
256 "@@@STEP_LOG_LINE@json.output@ {@@@", 256 "@@@STEP_LOG_LINE@json.output@ {@@@",
257 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 257 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
258 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 258 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
259 "@@@STEP_LOG_LINE@json.output@ }, @@@", 259 "@@@STEP_LOG_LINE@json.output@ }, @@@",
260 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 260 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
261 "@@@STEP_LOG_LINE@json.output@ }@@@", 261 "@@@STEP_LOG_LINE@json.output@ }@@@",
262 "@@@STEP_LOG_LINE@json.output@ ]@@@", 262 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 12 matching lines...) Expand all
275 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 275 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
276 ], 276 ],
277 "name": "cleanup_temp" 277 "name": "cleanup_temp"
278 }, 278 },
279 { 279 {
280 "cmd": [ 280 "cmd": [
281 "python", 281 "python",
282 "-u", 282 "-u",
283 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", 283 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
284 "--build-dir", 284 "--build-dir",
285 "[BUILDER_CACHE]\\win_clang\\src\\out\\Debug", 285 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src\\out\\Debug",
286 "--clean-isolated-files" 286 "--clean-isolated-files"
287 ], 287 ],
288 "name": "clean isolated files" 288 "name": "clean isolated files"
289 }, 289 },
290 { 290 {
291 "cmd": [ 291 "cmd": [
292 "python", 292 "python",
293 "-u", 293 "-u",
294 "[BUILDER_CACHE]\\win_clang\\src\\tools\\clang\\scripts\\update.py" 294 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src\\tools\\clang\\scripts\\update.py"
295 ], 295 ],
296 "name": "update_clang" 296 "name": "update_clang"
297 }, 297 },
298 { 298 {
299 "cmd": [ 299 "cmd": [
300 "python", 300 "python",
301 "-u", 301 "-u",
302 "[BUILDER_CACHE]\\win_clang\\src\\tools\\mb\\mb.py", 302 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src\\tools\\mb\\mb.py",
303 "gen", 303 "gen",
304 "-m", 304 "-m",
305 "chromium.fyi", 305 "chromium.fyi",
306 "-b", 306 "-b",
307 "CrWinClang(dbg)", 307 "CrWinClang(dbg)",
308 "--config-file", 308 "--config-file",
309 "[BUILDER_CACHE]\\win_clang\\src\\tools\\mb\\mb_config.pyl", 309 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src\\tools\\mb\\mb_config.pyl",
310 "--goma-dir", 310 "--goma-dir",
311 "[CACHE]\\cipd\\goma", 311 "[CACHE]\\cipd\\goma",
312 "--swarming-targets-file", 312 "--swarming-targets-file",
313 "browser_tests\n", 313 "browser_tests\n",
314 "//out/Debug" 314 "//out/Debug"
315 ], 315 ],
316 "env": { 316 "env": {
317 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 317 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
318 }, 318 },
319 "name": "generate_build_files", 319 "name": "generate_build_files",
320 "~followup_annotations": [ 320 "~followup_annotations": [
321 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 321 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
322 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 322 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
323 ] 323 ]
324 }, 324 },
325 { 325 {
326 "allow_subannotations": true, 326 "allow_subannotations": true,
327 "cmd": [ 327 "cmd": [
328 "python", 328 "python",
329 "-u", 329 "-u",
330 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", 330 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py",
331 "--src-dir", 331 "--src-dir",
332 "[BUILDER_CACHE]\\win_clang\\src", 332 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src",
333 "--output-json", 333 "--output-json",
334 "/path/to/tmp/json" 334 "/path/to/tmp/json"
335 ], 335 ],
336 "env": { 336 "env": {
337 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 337 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
338 }, 338 },
339 "name": "clang_revision", 339 "name": "clang_revision",
340 "~followup_annotations": [ 340 "~followup_annotations": [
341 "@@@STEP_LOG_LINE@json.output@{@@@", 341 "@@@STEP_LOG_LINE@json.output@{@@@",
342 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 342 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
343 "@@@STEP_LOG_LINE@json.output@}@@@", 343 "@@@STEP_LOG_LINE@json.output@}@@@",
344 "@@@STEP_LOG_END@json.output@@@" 344 "@@@STEP_LOG_END@json.output@@@"
345 ] 345 ]
346 }, 346 },
347 { 347 {
348 "cmd": [ 348 "cmd": [
349 "python", 349 "python",
350 "-u", 350 "-u",
351 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 351 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
352 "--show-path", 352 "--show-path",
353 "python", 353 "python",
354 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 354 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
355 "--gsutil-py-path", 355 "--gsutil-py-path",
356 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 356 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
357 "--ninja-path", 357 "--ninja-path",
358 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 358 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
359 "--target", 359 "--target",
360 "Debug", 360 "Debug",
361 "--src-dir", 361 "--src-dir",
362 "[BUILDER_CACHE]\\win_clang\\src", 362 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src",
363 "--goma-cache-dir", 363 "--goma-cache-dir",
364 "[GOMA_CACHE]", 364 "[GOMA_CACHE]",
365 "--goma-deps-cache-dir", 365 "--goma-deps-cache-dir",
366 "[GOMA_DEPS_CACHE]", 366 "[GOMA_DEPS_CACHE]",
367 "--build-data-dir", 367 "--build-data-dir",
368 "[ROOT]\\build_data_dir", 368 "[ROOT]\\build_data_dir",
369 "--compiler", 369 "--compiler",
370 "goma-clang", 370 "goma-clang",
371 "--goma-jsonstatus", 371 "--goma-jsonstatus",
372 "/path/to/tmp/json", 372 "/path/to/tmp/json",
(...skipping 12 matching lines...) Expand all
385 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 385 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
386 "@@@STEP_LOG_END@json.output (invalid)@@@" 386 "@@@STEP_LOG_END@json.output (invalid)@@@"
387 ] 387 ]
388 }, 388 },
389 { 389 {
390 "cmd": [ 390 "cmd": [
391 "python", 391 "python",
392 "-u", 392 "-u",
393 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 393 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py",
394 "--build-dir", 394 "--build-dir",
395 "[BUILDER_CACHE]\\win_clang\\src\\out\\Debug", 395 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src\\out\\Debug",
396 "--src-dir", 396 "--src-dir",
397 "[BUILDER_CACHE]\\win_clang\\src" 397 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src"
398 ], 398 ],
399 "cwd": "[SLAVE_BUILD]", 399 "cwd": "[SLAVE_BUILD]",
400 "name": "remove_build_metadata" 400 "name": "remove_build_metadata"
401 }, 401 },
402 { 402 {
403 "cmd": [ 403 "cmd": [
404 "python", 404 "python",
405 "-u", 405 "-u",
406 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 406 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
407 "[BUILDER_CACHE]\\win_clang\\src\\tools\\swarming_client", 407 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src\\tools\\swarming_client",
408 "batcharchive", 408 "batcharchive",
409 "--dump-json", 409 "--dump-json",
410 "/path/to/tmp/json", 410 "/path/to/tmp/json",
411 "--isolate-server", 411 "--isolate-server",
412 "https://isolateserver.appspot.com", 412 "https://isolateserver.appspot.com",
413 "--verbose", 413 "--verbose",
414 "[BUILDER_CACHE]\\win_clang\\src\\out\\Debug\\browser_tests.isolated.gen.j son" 414 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src\\out\\Debug\\browser_tests.isolated .gen.json"
415 ], 415 ],
416 "name": "isolate tests", 416 "name": "isolate tests",
417 "~followup_annotations": [ 417 "~followup_annotations": [
418 "@@@STEP_LOG_LINE@json.output@{@@@", 418 "@@@STEP_LOG_LINE@json.output@{@@@",
419 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 419 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
420 "@@@STEP_LOG_LINE@json.output@}@@@", 420 "@@@STEP_LOG_LINE@json.output@}@@@",
421 "@@@STEP_LOG_END@json.output@@@" 421 "@@@STEP_LOG_END@json.output@@@"
422 ] 422 ]
423 }, 423 },
424 { 424 {
425 "allow_subannotations": true, 425 "allow_subannotations": true,
426 "cmd": [ 426 "cmd": [
427 "python", 427 "python",
428 "-u", 428 "-u",
429 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 429 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
430 "--show-path", 430 "--show-path",
431 "python", 431 "python",
432 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", 432 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py",
433 "--target", 433 "--target",
434 "Debug", 434 "Debug",
435 "--gsutil-py-path", 435 "--gsutil-py-path",
436 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 436 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
437 "--staging-dir", 437 "--staging-dir",
438 "[CACHE]\\chrome_staging", 438 "[CACHE]\\chrome_staging",
439 "--src-dir", 439 "--src-dir",
440 "[BUILDER_CACHE]\\win_clang\\src", 440 "[BUILDER_CACHE]\\CrWinClang_dbg_\\src",
441 "--build-url", 441 "--build-url",
442 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang(dbg)", 442 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang(dbg)",
443 "--build_revision", 443 "--build_revision",
444 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 444 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
445 "--factory-properties", 445 "--factory-properties",
446 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang(db g)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builderna me\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 446 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang(db g)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builderna me\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
447 "--build-properties", 447 "--build-properties",
448 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang(db g)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builderna me\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 448 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang(db g)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builderna me\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
449 ], 449 ],
450 "name": "package build" 450 "name": "package build"
(...skipping 25 matching lines...) Expand all
476 "~followup_annotations": [ 476 "~followup_annotations": [
477 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@" 477 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@"
478 ] 478 ]
479 }, 479 },
480 { 480 {
481 "name": "$result", 481 "name": "$result",
482 "recipe_result": null, 482 "recipe_result": null,
483 "status_code": 0 483 "status_code": 0
484 } 484 }
485 ] 485 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698