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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_mac_gpu.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::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.mac", 8 "chromium.mac",
9 "--builder", 9 "--builder",
10 "Mac10.9 Tests", 10 "Mac10.9 Tests",
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "Chrome", 297 "Chrome",
298 "--tag", 298 "--tag",
299 "buildername:Mac10.9 Tests", 299 "buildername:Mac10.9 Tests",
300 "--tag", 300 "--tag",
301 "buildnumber:571", 301 "buildnumber:571",
302 "--tag", 302 "--tag",
303 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", 303 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
304 "--tag", 304 "--tag",
305 "master:chromium.mac", 305 "master:chromium.mac",
306 "--tag", 306 "--tag",
307 "name:telemetry_gpu_unittests on Intel GPU on Mac", 307 "name:telemetry_gpu_unittests",
308 "--tag", 308 "--tag",
309 "os:Mac-10.10", 309 "os:Mac-10.10",
310 "--tag", 310 "--tag",
311 "project:chromium", 311 "project:chromium",
312 "--tag", 312 "--tag",
313 "purpose:CI", 313 "purpose:CI",
314 "--tag", 314 "--tag",
315 "purpose:post-commit", 315 "purpose:post-commit",
316 "--tag", 316 "--tag",
317 "slavename:TestSlavename", 317 "slavename:TestSlavename",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "Chrome", 379 "Chrome",
380 "--tag", 380 "--tag",
381 "buildername:Mac10.9 Tests", 381 "buildername:Mac10.9 Tests",
382 "--tag", 382 "--tag",
383 "buildnumber:571", 383 "buildnumber:571",
384 "--tag", 384 "--tag",
385 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", 385 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
386 "--tag", 386 "--tag",
387 "master:chromium.mac", 387 "master:chromium.mac",
388 "--tag", 388 "--tag",
389 "name:telemetry_gpu_unittests on NVIDIA GPU on Mac Retina", 389 "name:telemetry_gpu_unittests",
390 "--tag", 390 "--tag",
391 "os:Mac-10.9", 391 "os:Mac-10.9",
392 "--tag", 392 "--tag",
393 "project:chromium", 393 "project:chromium",
394 "--tag", 394 "--tag",
395 "purpose:CI", 395 "purpose:CI",
396 "--tag", 396 "--tag",
397 "purpose:post-commit", 397 "purpose:post-commit",
398 "--tag", 398 "--tag",
399 "slavename:TestSlavename", 399 "slavename:TestSlavename",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 "@@@STEP_LOG_LINE@outdir_json@}@@@", 471 "@@@STEP_LOG_LINE@outdir_json@}@@@",
472 "@@@STEP_LOG_END@outdir_json@@@" 472 "@@@STEP_LOG_END@outdir_json@@@"
473 ] 473 ]
474 }, 474 },
475 { 475 {
476 "name": "$result", 476 "name": "$result",
477 "recipe_result": null, 477 "recipe_result": null,
478 "status_code": 0 478 "status_code": 0
479 } 479 }
480 ] 480 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698