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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac.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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Mac", 10 "V8 Mac",
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "Chrome", 311 "Chrome",
312 "--tag", 312 "--tag",
313 "buildername:V8 Mac", 313 "buildername:V8 Mac",
314 "--tag", 314 "--tag",
315 "buildnumber:571", 315 "buildnumber:571",
316 "--tag", 316 "--tag",
317 "data:[dummy hash for test262]", 317 "data:[dummy hash for test262]",
318 "--tag", 318 "--tag",
319 "master:client.v8", 319 "master:client.v8",
320 "--tag", 320 "--tag",
321 "name:Test262 - no variants", 321 "name:Test262",
322 "--tag", 322 "--tag",
323 "os:Mac-10.9", 323 "os:Mac-10.9",
324 "--tag", 324 "--tag",
325 "project:v8", 325 "project:v8",
326 "--tag", 326 "--tag",
327 "purpose:CI", 327 "purpose:CI",
328 "--tag", 328 "--tag",
329 "purpose:post-commit", 329 "purpose:post-commit",
330 "--tag", 330 "--tag",
331 "slavename:TestSlavename", 331 "slavename:TestSlavename",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 "Chrome", 503 "Chrome",
504 "--tag", 504 "--tag",
505 "buildername:V8 Mac", 505 "buildername:V8 Mac",
506 "--tag", 506 "--tag",
507 "buildnumber:571", 507 "buildnumber:571",
508 "--tag", 508 "--tag",
509 "data:[dummy hash for simdjs]", 509 "data:[dummy hash for simdjs]",
510 "--tag", 510 "--tag",
511 "master:client.v8", 511 "master:client.v8",
512 "--tag", 512 "--tag",
513 "name:SimdJs - all", 513 "name:SimdJs",
514 "--tag", 514 "--tag",
515 "os:Mac-10.9", 515 "os:Mac-10.9",
516 "--tag", 516 "--tag",
517 "project:v8", 517 "project:v8",
518 "--tag", 518 "--tag",
519 "purpose:CI", 519 "purpose:CI",
520 "--tag", 520 "--tag",
521 "purpose:post-commit", 521 "purpose:post-commit",
522 "--tag", 522 "--tag",
523 "slavename:TestSlavename", 523 "slavename:TestSlavename",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 724 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
725 "@@@STEP_LOG_END@durations@@@" 725 "@@@STEP_LOG_END@durations@@@"
726 ] 726 ]
727 }, 727 },
728 { 728 {
729 "name": "$result", 729 "name": "$result",
730 "recipe_result": null, 730 "recipe_result": null,
731 "status_code": 0 731 "status_code": 0
732 } 732 }
733 ] 733 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698