github.com/GoogleCloudPlatform/testgrid@v0.0.174/metadata/README.md (about) 1 2 # Skeleton 3 4 TODO(fejta): improve this documentation. 5 6 See: 7 * [job.go](/metadata/job.go) for information about `started.json` and `finished.json`. 8 * [junit subpackage](/metadata/junit) for information about the junit files. 9 * [prow](https://github.com/kubernetes/test-infra/tree/master/prow), which typically creates these results. 10 - In particular its [pod utilities](https://github.com/kubernetes/test-infra/blob/master/prow/pod-utilities.md) 11 which create these files as testgrid expects them. 12 13 # Pubsub 14 15 See documentation for [pubsub](https://cloud.google.com/pubsub) and [GCS' integration](https://cloud.google.com/storage/docs/pubsub-notifications). 16 17 Testgrid can provide near realtime results by configuring GCS to send notifications of newly written results to a pubsub topic. 18 19 TODO(fejta): improve documentation, link to setup script.