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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_rel.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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "Chrome", 313 "Chrome",
314 "--tag", 314 "--tag",
315 "buildername:v8_win64_rel", 315 "buildername:v8_win64_rel",
316 "--tag", 316 "--tag",
317 "buildnumber:571", 317 "buildnumber:571",
318 "--tag", 318 "--tag",
319 "data:[dummy hash for simdjs]", 319 "data:[dummy hash for simdjs]",
320 "--tag", 320 "--tag",
321 "master:tryserver.v8", 321 "master:tryserver.v8",
322 "--tag", 322 "--tag",
323 "name:SimdJs - all", 323 "name:SimdJs",
324 "--tag", 324 "--tag",
325 "os:Windows-7-SP1", 325 "os:Windows-7-SP1",
326 "--tag", 326 "--tag",
327 "patch_project:v8", 327 "patch_project:v8",
328 "--tag", 328 "--tag",
329 "project:v8", 329 "project:v8",
330 "--tag", 330 "--tag",
331 "purpose:CQ", 331 "purpose:CQ",
332 "--tag", 332 "--tag",
333 "purpose:pre-commit", 333 "purpose:pre-commit",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 459 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
460 "@@@STEP_LOG_END@durations@@@" 460 "@@@STEP_LOG_END@durations@@@"
461 ] 461 ]
462 }, 462 },
463 { 463 {
464 "name": "$result", 464 "name": "$result",
465 "recipe_result": null, 465 "recipe_result": null,
466 "status_code": 0 466 "status_code": 0
467 } 467 }
468 ] 468 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698