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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm.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::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 "Chrome", 420 "Chrome",
421 "--tag", 421 "--tag",
422 "buildername:V8 Arm", 422 "buildername:V8 Arm",
423 "--tag", 423 "--tag",
424 "buildnumber:571", 424 "buildnumber:571",
425 "--tag", 425 "--tag",
426 "data:[dummy hash for simdjs]", 426 "data:[dummy hash for simdjs]",
427 "--tag", 427 "--tag",
428 "master:client.v8", 428 "master:client.v8",
429 "--tag", 429 "--tag",
430 "name:SimdJs - all", 430 "name:SimdJs",
431 "--tag", 431 "--tag",
432 "os:Ubuntu-14.04", 432 "os:Ubuntu-14.04",
433 "--tag", 433 "--tag",
434 "project:v8", 434 "project:v8",
435 "--tag", 435 "--tag",
436 "purpose:CI", 436 "purpose:CI",
437 "--tag", 437 "--tag",
438 "purpose:post-commit", 438 "purpose:post-commit",
439 "--tag", 439 "--tag",
440 "slavename:TestSlavename", 440 "slavename:TestSlavename",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 "Chrome", 613 "Chrome",
614 "--tag", 614 "--tag",
615 "buildername:V8 Arm", 615 "buildername:V8 Arm",
616 "--tag", 616 "--tag",
617 "buildnumber:571", 617 "buildnumber:571",
618 "--tag", 618 "--tag",
619 "data:[dummy hash for test262]", 619 "data:[dummy hash for test262]",
620 "--tag", 620 "--tag",
621 "master:client.v8", 621 "master:client.v8",
622 "--tag", 622 "--tag",
623 "name:Test262 - ignition", 623 "name:Test262",
624 "--tag", 624 "--tag",
625 "os:Ubuntu-14.04", 625 "os:Ubuntu-14.04",
626 "--tag", 626 "--tag",
627 "project:v8", 627 "project:v8",
628 "--tag", 628 "--tag",
629 "purpose:CI", 629 "purpose:CI",
630 "--tag", 630 "--tag",
631 "purpose:post-commit", 631 "purpose:post-commit",
632 "--tag", 632 "--tag",
633 "slavename:TestSlavename", 633 "slavename:TestSlavename",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 929 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
930 "@@@STEP_LOG_END@durations@@@" 930 "@@@STEP_LOG_END@durations@@@"
931 ] 931 ]
932 }, 932 },
933 { 933 {
934 "name": "$result", 934 "name": "$result",
935 "recipe_result": null, 935 "recipe_result": null,
936 "status_code": 0 936 "status_code": 0
937 } 937 }
938 ] 938 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698