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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm___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, 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "Chrome", 328 "Chrome",
329 "--tag", 329 "--tag",
330 "buildername:V8 Arm - debug", 330 "buildername:V8 Arm - debug",
331 "--tag", 331 "--tag",
332 "buildnumber:571", 332 "buildnumber:571",
333 "--tag", 333 "--tag",
334 "data:[dummy hash for simdjs]", 334 "data:[dummy hash for simdjs]",
335 "--tag", 335 "--tag",
336 "master:client.v8", 336 "master:client.v8",
337 "--tag", 337 "--tag",
338 "name:SimdJs - all", 338 "name:SimdJs",
339 "--tag", 339 "--tag",
340 "os:Ubuntu-14.04", 340 "os:Ubuntu-14.04",
341 "--tag", 341 "--tag",
342 "project:v8", 342 "project:v8",
343 "--tag", 343 "--tag",
344 "purpose:CI", 344 "purpose:CI",
345 "--tag", 345 "--tag",
346 "purpose:post-commit", 346 "purpose:post-commit",
347 "--tag", 347 "--tag",
348 "slavename:TestSlavename", 348 "slavename:TestSlavename",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 513 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
514 "@@@STEP_LOG_END@durations@@@" 514 "@@@STEP_LOG_END@durations@@@"
515 ] 515 ]
516 }, 516 },
517 { 517 {
518 "name": "$result", 518 "name": "$result",
519 "recipe_result": null, 519 "recipe_result": null,
520 "status_code": 0 520 "status_code": 0
521 } 521 }
522 ] 522 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698