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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___debug.json

Issue 1733683002: swarming: only use text until first space for name tag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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\\kill_processes.py" 6 "[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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "Chrome", 308 "Chrome",
309 "--tag", 309 "--tag",
310 "buildername:V8 Win64 - debug", 310 "buildername:V8 Win64 - debug",
311 "--tag", 311 "--tag",
312 "buildnumber:571", 312 "buildnumber:571",
313 "--tag", 313 "--tag",
314 "data:[dummy hash for simdjs]", 314 "data:[dummy hash for simdjs]",
315 "--tag", 315 "--tag",
316 "master:client.v8", 316 "master:client.v8",
317 "--tag", 317 "--tag",
318 "name:SimdJs - all", 318 "name:SimdJs",
319 "--tag", 319 "--tag",
320 "os:Windows-7-SP1", 320 "os:Windows-7-SP1",
321 "--tag", 321 "--tag",
322 "project:v8", 322 "project:v8",
323 "--tag", 323 "--tag",
324 "purpose:CI", 324 "purpose:CI",
325 "--tag", 325 "--tag",
326 "purpose:post-commit", 326 "purpose:post-commit",
327 "--tag", 327 "--tag",
328 "slavename:TestSlavename", 328 "slavename:TestSlavename",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 "Chrome", 404 "Chrome",
405 "--tag", 405 "--tag",
406 "buildername:V8 Win64 - debug", 406 "buildername:V8 Win64 - debug",
407 "--tag", 407 "--tag",
408 "buildnumber:571", 408 "buildnumber:571",
409 "--tag", 409 "--tag",
410 "data:[dummy hash for test262]", 410 "data:[dummy hash for test262]",
411 "--tag", 411 "--tag",
412 "master:client.v8", 412 "master:client.v8",
413 "--tag", 413 "--tag",
414 "name:Test262 - no variants", 414 "name:Test262",
415 "--tag", 415 "--tag",
416 "os:Windows-7-SP1", 416 "os:Windows-7-SP1",
417 "--tag", 417 "--tag",
418 "project:v8", 418 "project:v8",
419 "--tag", 419 "--tag",
420 "purpose:CI", 420 "purpose:CI",
421 "--tag", 421 "--tag",
422 "purpose:post-commit", 422 "purpose:post-commit",
423 "--tag", 423 "--tag",
424 "slavename:TestSlavename", 424 "slavename:TestSlavename",
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 721 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
722 "@@@STEP_LOG_END@durations@@@" 722 "@@@STEP_LOG_END@durations@@@"
723 ] 723 ]
724 }, 724 },
725 { 725 {
726 "name": "$result", 726 "name": "$result",
727 "recipe_result": null, 727 "recipe_result": null,
728 "status_code": 0 728 "status_code": 0
729 } 729 }
730 ] 730 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698