tree: 8d5772f360e80a0e63f844f975c63d3e1bba5f7e [path history] [tgz]
  1. .gitattributes
  2. __init__.py
  3. compile_events.proto
  4. compile_events_pb2.py
  5. counterz_pb2.py
  6. GOMA_OWNERS
  7. goma_stats_pb2.py
  8. OWNERS
  9. README.md
recipes/goma/README.md

scripts/slave/goma

This directory contains goma-related protobuf to be uploaded with infra.libs.bigquery.helper.send_rows.

How to update *_pb2.py files?

  1. Download goma_stats.proto.
  2. Install the latest protobuf library.
  3. Execute following command to generate pb2.py files, and check them in.
 $ protoc --python_out=. compile_events.proto goma_stats.proto