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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___debug___avx2.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, 9 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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 "V8-AVX2", 418 "V8-AVX2",
419 "--tag", 419 "--tag",
420 "buildername:V8 Linux64 - debug - avx2", 420 "buildername:V8 Linux64 - debug - avx2",
421 "--tag", 421 "--tag",
422 "buildnumber:571", 422 "buildnumber:571",
423 "--tag", 423 "--tag",
424 "data:[dummy hash for simdjs]", 424 "data:[dummy hash for simdjs]",
425 "--tag", 425 "--tag",
426 "master:client.v8", 426 "master:client.v8",
427 "--tag", 427 "--tag",
428 "name:SimdJs - all", 428 "name:SimdJs",
429 "--tag", 429 "--tag",
430 "os:Ubuntu-14.04", 430 "os:Ubuntu-14.04",
431 "--tag", 431 "--tag",
432 "project:v8", 432 "project:v8",
433 "--tag", 433 "--tag",
434 "purpose:CI", 434 "purpose:CI",
435 "--tag", 435 "--tag",
436 "purpose:post-commit", 436 "purpose:post-commit",
437 "--tag", 437 "--tag",
438 "slavename:TestSlavename", 438 "slavename:TestSlavename",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 639 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
640 "@@@STEP_LOG_END@durations@@@" 640 "@@@STEP_LOG_END@durations@@@"
641 ] 641 ]
642 }, 642 },
643 { 643 {
644 "name": "$result", 644 "name": "$result",
645 "recipe_result": null, 645 "recipe_result": null,
646 "status_code": 0 646 "status_code": 0
647 } 647 }
648 ] 648 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698