The pubsub.proto includes the proto messages of the PubSub topics, where CV publishes messages for CV run events.
Currently, access to all the CV topics are protected by ACL. To subscribe to CV topics, contact g/luci-eng or file a bug at go/luci-bug-admin to request access to the CV topics.
NOTE: Due to the nature of Cloud PubSub, duplicate messages may be delivered for a single Run event. However, it's guaranteed that at least one message will be delivered for each Run event.
NOTE: Message formats can be updated with additional fields in the future, and all messages are encoded in [JSONPB]. Ignore unknown fields when decoding the payload to avoid breakages.
[JSONPB]: https://developers.google.com/protocol-buffers/docs/proto3#json).
projects/luci-change-verifier/topics/v1.run_endedluci_project: the LUCI project the CV Run belongs to.status: the terminal status of the CV Run. Visit RunStatus for a list of terminal statuses.