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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN.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::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 ASAN", 10 "V8 Linux64 ASAN",
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "Chrome", 314 "Chrome",
315 "--tag", 315 "--tag",
316 "buildername:V8 Linux64 ASAN", 316 "buildername:V8 Linux64 ASAN",
317 "--tag", 317 "--tag",
318 "buildnumber:571", 318 "buildnumber:571",
319 "--tag", 319 "--tag",
320 "data:[dummy hash for test262]", 320 "data:[dummy hash for test262]",
321 "--tag", 321 "--tag",
322 "master:client.v8", 322 "master:client.v8",
323 "--tag", 323 "--tag",
324 "name:Test262 - no variants", 324 "name:Test262",
325 "--tag", 325 "--tag",
326 "os:Ubuntu-14.04", 326 "os:Ubuntu-14.04",
327 "--tag", 327 "--tag",
328 "project:v8", 328 "project:v8",
329 "--tag", 329 "--tag",
330 "purpose:CI", 330 "purpose:CI",
331 "--tag", 331 "--tag",
332 "purpose:post-commit", 332 "purpose:post-commit",
333 "--tag", 333 "--tag",
334 "slavename:TestSlavename", 334 "slavename:TestSlavename",
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 "~followup_annotations": [ 530 "~followup_annotations": [
531 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel - debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64 - debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" 531 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel - debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64 - debug builder<br />V8 Linux64 ASAN no inline - release builder@@@"
532 ] 532 ]
533 }, 533 },
534 { 534 {
535 "name": "$result", 535 "name": "$result",
536 "recipe_result": null, 536 "recipe_result": null,
537 "status_code": 0 537 "status_code": 0
538 } 538 }
539 ] 539 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698