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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap___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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "Chrome", 336 "Chrome",
337 "--tag", 337 "--tag",
338 "buildername:V8 Linux - nosnap - debug", 338 "buildername:V8 Linux - nosnap - debug",
339 "--tag", 339 "--tag",
340 "buildnumber:571", 340 "buildnumber:571",
341 "--tag", 341 "--tag",
342 "data:[dummy hash for simdjs]", 342 "data:[dummy hash for simdjs]",
343 "--tag", 343 "--tag",
344 "master:client.v8", 344 "master:client.v8",
345 "--tag", 345 "--tag",
346 "name:SimdJs - all", 346 "name:SimdJs",
347 "--tag", 347 "--tag",
348 "os:Ubuntu-12.04", 348 "os:Ubuntu-12.04",
349 "--tag", 349 "--tag",
350 "project:v8", 350 "project:v8",
351 "--tag", 351 "--tag",
352 "purpose:CI", 352 "purpose:CI",
353 "--tag", 353 "--tag",
354 "purpose:post-commit", 354 "purpose:post-commit",
355 "--tag", 355 "--tag",
356 "slavename:TestSlavename", 356 "slavename:TestSlavename",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 517 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
518 "@@@STEP_LOG_END@durations@@@" 518 "@@@STEP_LOG_END@durations@@@"
519 ] 519 ]
520 }, 520 },
521 { 521 {
522 "name": "$result", 522 "name": "$result",
523 "recipe_result": null, 523 "recipe_result": null,
524 "status_code": 0 524 "status_code": 0
525 } 525 }
526 ] 526 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698