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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___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, 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "Chrome", 233 "Chrome",
234 "--tag", 234 "--tag",
235 "buildername:V8 Win32 - debug", 235 "buildername:V8 Win32 - debug",
236 "--tag", 236 "--tag",
237 "buildnumber:571", 237 "buildnumber:571",
238 "--tag", 238 "--tag",
239 "data:[dummy hash for test262]", 239 "data:[dummy hash for test262]",
240 "--tag", 240 "--tag",
241 "master:client.v8", 241 "master:client.v8",
242 "--tag", 242 "--tag",
243 "name:Test262 - no variants", 243 "name:Test262",
244 "--tag", 244 "--tag",
245 "os:Windows-7-SP1", 245 "os:Windows-7-SP1",
246 "--tag", 246 "--tag",
247 "project:v8", 247 "project:v8",
248 "--tag", 248 "--tag",
249 "purpose:CI", 249 "purpose:CI",
250 "--tag", 250 "--tag",
251 "purpose:post-commit", 251 "purpose:post-commit",
252 "--tag", 252 "--tag",
253 "slavename:TestSlavename", 253 "slavename:TestSlavename",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 509 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
510 "@@@STEP_LOG_END@durations@@@" 510 "@@@STEP_LOG_END@durations@@@"
511 ] 511 ]
512 }, 512 },
513 { 513 {
514 "name": "$result", 514 "name": "$result",
515 "recipe_result": null, 515 "recipe_result": null,
516 "status_code": 0 516 "status_code": 0
517 } 517 }
518 ] 518 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698