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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosse4.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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 "Chrome", 326 "Chrome",
327 "--tag", 327 "--tag",
328 "buildername:V8 Linux - nosse4", 328 "buildername:V8 Linux - nosse4",
329 "--tag", 329 "--tag",
330 "buildnumber:571", 330 "buildnumber:571",
331 "--tag", 331 "--tag",
332 "data:[dummy hash for simdjs]", 332 "data:[dummy hash for simdjs]",
333 "--tag", 333 "--tag",
334 "master:client.v8", 334 "master:client.v8",
335 "--tag", 335 "--tag",
336 "name:SimdJs - all", 336 "name:SimdJs",
337 "--tag", 337 "--tag",
338 "os:Ubuntu-12.04", 338 "os:Ubuntu-12.04",
339 "--tag", 339 "--tag",
340 "project:v8", 340 "project:v8",
341 "--tag", 341 "--tag",
342 "purpose:CI", 342 "purpose:CI",
343 "--tag", 343 "--tag",
344 "purpose:post-commit", 344 "purpose:post-commit",
345 "--tag", 345 "--tag",
346 "slavename:TestSlavename", 346 "slavename:TestSlavename",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 508 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
509 "@@@STEP_LOG_END@durations@@@" 509 "@@@STEP_LOG_END@durations@@@"
510 ] 510 ]
511 }, 511 },
512 { 512 {
513 "name": "$result", 513 "name": "$result",
514 "recipe_result": null, 514 "recipe_result": null,
515 "status_code": 0 515 "status_code": 0
516 } 516 }
517 ] 517 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698