[swarming] generate summary json compatible to python client

This CL supports python client compatible summary json.
python client's summary json only has 'shards' field with array of swarming result value.
e.g.
https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8928599383300239248/+/steps/content_browsertests__with_patch_/0/logs/swarming.summary/0

Bug: 894045
Change-Id: I52432b0b99a9f8a3d68056f2fa9e3eb74de09a60
Reviewed-on: https://chromium-review.googlesource.com/c/1354138
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
2 files changed
tree: 18ff0b4f28b55f8210378f8528d41cdba9057449
  1. appengine/
  2. auth/
  3. buildbucket/
  4. cipd/
  5. client/
  6. common/
  7. config/
  8. dm/
  9. examples/
  10. gce/
  11. grpc/
  12. hardcoded/
  13. infra/
  14. logdog/
  15. luci_notify/
  16. lucicfg/
  17. lucictx/
  18. machine-db/
  19. milo/
  20. mmutex/
  21. mp/
  22. scheduler/
  23. scripts/
  24. server/
  25. starlark/
  26. tokenserver/
  27. tools/
  28. tumble/
  29. vpython/
  30. web/
  31. .travis.yml
  32. AUTHORS
  33. codereview.settings
  34. CONTRIBUTING.md
  35. CONTRIBUTORS
  36. LICENSE
  37. OWNERS
  38. pre-commit-go.yml
  39. PRESUBMIT.py
  40. README.md
README.md

luci-go: LUCI services and tools in Go

GoDoc

Installing

LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:

fetch infra
cd infra/go
eval `./env.py`
cd src/go.chromium.org/luci

Contributing

Contributing uses the same flow as Chromium contributions.