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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64.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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "Chrome", 302 "Chrome",
303 "--tag", 303 "--tag",
304 "buildername:V8 Win64", 304 "buildername:V8 Win64",
305 "--tag", 305 "--tag",
306 "buildnumber:571", 306 "buildnumber:571",
307 "--tag", 307 "--tag",
308 "data:[dummy hash for simdjs]", 308 "data:[dummy hash for simdjs]",
309 "--tag", 309 "--tag",
310 "master:client.v8", 310 "master:client.v8",
311 "--tag", 311 "--tag",
312 "name:SimdJs - all", 312 "name:SimdJs",
313 "--tag", 313 "--tag",
314 "os:Windows-7-SP1", 314 "os:Windows-7-SP1",
315 "--tag", 315 "--tag",
316 "project:v8", 316 "project:v8",
317 "--tag", 317 "--tag",
318 "purpose:CI", 318 "purpose:CI",
319 "--tag", 319 "--tag",
320 "purpose:post-commit", 320 "purpose:post-commit",
321 "--tag", 321 "--tag",
322 "slavename:TestSlavename", 322 "slavename:TestSlavename",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "Chrome", 398 "Chrome",
399 "--tag", 399 "--tag",
400 "buildername:V8 Win64", 400 "buildername:V8 Win64",
401 "--tag", 401 "--tag",
402 "buildnumber:571", 402 "buildnumber:571",
403 "--tag", 403 "--tag",
404 "data:[dummy hash for test262]", 404 "data:[dummy hash for test262]",
405 "--tag", 405 "--tag",
406 "master:client.v8", 406 "master:client.v8",
407 "--tag", 407 "--tag",
408 "name:Test262 - no variants", 408 "name:Test262",
409 "--tag", 409 "--tag",
410 "os:Windows-7-SP1", 410 "os:Windows-7-SP1",
411 "--tag", 411 "--tag",
412 "project:v8", 412 "project:v8",
413 "--tag", 413 "--tag",
414 "purpose:CI", 414 "purpose:CI",
415 "--tag", 415 "--tag",
416 "purpose:post-commit", 416 "purpose:post-commit",
417 "--tag", 417 "--tag",
418 "slavename:TestSlavename", 418 "slavename:TestSlavename",
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 715 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
716 "@@@STEP_LOG_END@durations@@@" 716 "@@@STEP_LOG_END@durations@@@"
717 ] 717 ]
718 }, 718 },
719 { 719 {
720 "name": "$result", 720 "name": "$result",
721 "recipe_result": null, 721 "recipe_result": null,
722 "status_code": 0 722 "status_code": 0
723 } 723 }
724 ] 724 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698