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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___debug___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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "Chrome", 229 "Chrome",
230 "--tag", 230 "--tag",
231 "buildername:V8 Linux - debug - nosse4", 231 "buildername:V8 Linux - debug - nosse4",
232 "--tag", 232 "--tag",
233 "buildnumber:571", 233 "buildnumber:571",
234 "--tag", 234 "--tag",
235 "data:[dummy hash for test262]", 235 "data:[dummy hash for test262]",
236 "--tag", 236 "--tag",
237 "master:client.v8", 237 "master:client.v8",
238 "--tag", 238 "--tag",
239 "name:Test262 - no variants", 239 "name:Test262",
240 "--tag", 240 "--tag",
241 "os:Ubuntu-12.04", 241 "os:Ubuntu-12.04",
242 "--tag", 242 "--tag",
243 "project:v8", 243 "project:v8",
244 "--tag", 244 "--tag",
245 "purpose:CI", 245 "purpose:CI",
246 "--tag", 246 "--tag",
247 "purpose:post-commit", 247 "purpose:post-commit",
248 "--tag", 248 "--tag",
249 "slavename:TestSlavename", 249 "slavename:TestSlavename",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "Chrome", 425 "Chrome",
426 "--tag", 426 "--tag",
427 "buildername:V8 Linux - debug - nosse4", 427 "buildername:V8 Linux - debug - nosse4",
428 "--tag", 428 "--tag",
429 "buildnumber:571", 429 "buildnumber:571",
430 "--tag", 430 "--tag",
431 "data:[dummy hash for simdjs]", 431 "data:[dummy hash for simdjs]",
432 "--tag", 432 "--tag",
433 "master:client.v8", 433 "master:client.v8",
434 "--tag", 434 "--tag",
435 "name:SimdJs - all", 435 "name:SimdJs",
436 "--tag", 436 "--tag",
437 "os:Ubuntu-12.04", 437 "os:Ubuntu-12.04",
438 "--tag", 438 "--tag",
439 "project:v8", 439 "project:v8",
440 "--tag", 440 "--tag",
441 "purpose:CI", 441 "purpose:CI",
442 "--tag", 442 "--tag",
443 "purpose:post-commit", 443 "purpose:post-commit",
444 "--tag", 444 "--tag",
445 "slavename:TestSlavename", 445 "slavename:TestSlavename",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 648 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
649 "@@@STEP_LOG_END@durations@@@" 649 "@@@STEP_LOG_END@durations@@@"
650 ] 650 ]
651 }, 651 },
652 { 652 {
653 "name": "$result", 653 "name": "$result",
654 "recipe_result": null, 654 "recipe_result": null,
655 "status_code": 0 655 "status_code": 0
656 } 656 }
657 ] 657 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698