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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_linux_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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Tests", 10 "Linux Tests",
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "Chrome", 289 "Chrome",
290 "--tag", 290 "--tag",
291 "buildername:Linux Tests", 291 "buildername:Linux Tests",
292 "--tag", 292 "--tag",
293 "buildnumber:571", 293 "buildnumber:571",
294 "--tag", 294 "--tag",
295 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", 295 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
296 "--tag", 296 "--tag",
297 "master:chromium.linux", 297 "master:chromium.linux",
298 "--tag", 298 "--tag",
299 "name:telemetry_gpu_unittests on NVIDIA GPU on Linux", 299 "name:telemetry_gpu_unittests",
300 "--tag", 300 "--tag",
301 "os:Linux", 301 "os:Linux",
302 "--tag", 302 "--tag",
303 "project:chromium", 303 "project:chromium",
304 "--tag", 304 "--tag",
305 "purpose:CI", 305 "purpose:CI",
306 "--tag", 306 "--tag",
307 "purpose:post-commit", 307 "purpose:post-commit",
308 "--tag", 308 "--tag",
309 "slavename:TestSlavename", 309 "slavename:TestSlavename",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 "@@@STEP_LOG_LINE@outdir_json@}@@@", 355 "@@@STEP_LOG_LINE@outdir_json@}@@@",
356 "@@@STEP_LOG_END@outdir_json@@@" 356 "@@@STEP_LOG_END@outdir_json@@@"
357 ] 357 ]
358 }, 358 },
359 { 359 {
360 "name": "$result", 360 "name": "$result",
361 "recipe_result": null, 361 "recipe_result": null,
362 "status_code": 0 362 "status_code": 0
363 } 363 }
364 ] 364 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698