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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "Chrome", 319 "Chrome",
320 "--tag", 320 "--tag",
321 "buildername:v8_win64_dbg", 321 "buildername:v8_win64_dbg",
322 "--tag", 322 "--tag",
323 "buildnumber:571", 323 "buildnumber:571",
324 "--tag", 324 "--tag",
325 "data:[dummy hash for simdjs]", 325 "data:[dummy hash for simdjs]",
326 "--tag", 326 "--tag",
327 "master:tryserver.v8", 327 "master:tryserver.v8",
328 "--tag", 328 "--tag",
329 "name:SimdJs - all", 329 "name:SimdJs",
330 "--tag", 330 "--tag",
331 "os:Windows-7-SP1", 331 "os:Windows-7-SP1",
332 "--tag", 332 "--tag",
333 "patch_project:v8", 333 "patch_project:v8",
334 "--tag", 334 "--tag",
335 "project:v8", 335 "project:v8",
336 "--tag", 336 "--tag",
337 "purpose:CQ", 337 "purpose:CQ",
338 "--tag", 338 "--tag",
339 "purpose:pre-commit", 339 "purpose:pre-commit",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 465 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
466 "@@@STEP_LOG_END@durations@@@" 466 "@@@STEP_LOG_END@durations@@@"
467 ] 467 ]
468 }, 468 },
469 { 469 {
470 "name": "$result", 470 "name": "$result",
471 "recipe_result": null, 471 "recipe_result": null,
472 "status_code": 0 472 "status_code": 0
473 } 473 }
474 ] 474 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698