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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap.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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "Chrome", 228 "Chrome",
229 "--tag", 229 "--tag",
230 "buildername:V8 Linux - nosnap", 230 "buildername:V8 Linux - nosnap",
231 "--tag", 231 "--tag",
232 "buildnumber:571", 232 "buildnumber:571",
233 "--tag", 233 "--tag",
234 "data:[dummy hash for simdjs]", 234 "data:[dummy hash for simdjs]",
235 "--tag", 235 "--tag",
236 "master:client.v8", 236 "master:client.v8",
237 "--tag", 237 "--tag",
238 "name:SimdJs - all", 238 "name:SimdJs",
239 "--tag", 239 "--tag",
240 "os:Ubuntu-12.04", 240 "os:Ubuntu-12.04",
241 "--tag", 241 "--tag",
242 "project:v8", 242 "project:v8",
243 "--tag", 243 "--tag",
244 "purpose:CI", 244 "purpose:CI",
245 "--tag", 245 "--tag",
246 "purpose:post-commit", 246 "purpose:post-commit",
247 "--tag", 247 "--tag",
248 "slavename:TestSlavename", 248 "slavename:TestSlavename",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 "Chrome", 325 "Chrome",
326 "--tag", 326 "--tag",
327 "buildername:V8 Linux - nosnap", 327 "buildername:V8 Linux - nosnap",
328 "--tag", 328 "--tag",
329 "buildnumber:571", 329 "buildnumber:571",
330 "--tag", 330 "--tag",
331 "data:[dummy hash for test262]", 331 "data:[dummy hash for test262]",
332 "--tag", 332 "--tag",
333 "master:client.v8", 333 "master:client.v8",
334 "--tag", 334 "--tag",
335 "name:Test262 - no variants", 335 "name:Test262",
336 "--tag", 336 "--tag",
337 "os:Ubuntu-12.04", 337 "os:Ubuntu-12.04",
338 "--tag", 338 "--tag",
339 "project:v8", 339 "project:v8",
340 "--tag", 340 "--tag",
341 "purpose:CI", 341 "purpose:CI",
342 "--tag", 342 "--tag",
343 "purpose:post-commit", 343 "purpose:post-commit",
344 "--tag", 344 "--tag",
345 "slavename:TestSlavename", 345 "slavename:TestSlavename",
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 644 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
645 "@@@STEP_LOG_END@durations@@@" 645 "@@@STEP_LOG_END@durations@@@"
646 ] 646 ]
647 }, 647 },
648 { 648 {
649 "name": "$result", 649 "name": "$result",
650 "recipe_result": null, 650 "recipe_result": null,
651 "status_code": 0 651 "status_code": 0
652 } 652 }
653 ] 653 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698