Currently, the documentation for Testgrid is very high level and does not have an "Installation and usage" section similar to kind's https://kind.sigs.k8s.io/.
The info provided lacks the implementation details to get a quick start with open source tools to setup the Testgrid backend. More specifically, we need the exact commands to do the following:
- How to Install, build and run the testgrid instance running on localhost.
eg:- bazel build -options
/BUILD_PATH/testgrid -options
- A sample run of how e2e tests can report against the backend server we brought up in (1).
- OSS DB service we can use instead of google cloud storage.What schema we need etc.
Nice to have:
- how to deploy this as an app on a k8s cluster.
- An example of how we can customize a front end to consume the OSS Testgrid backend.
Currently, the documentation for Testgrid is very high level and does not have an "Installation and usage" section similar to kind's https://kind.sigs.k8s.io/.
The info provided lacks the implementation details to get a quick start with open source tools to setup the Testgrid backend. More specifically, we need the exact commands to do the following:
eg:- bazel build -options
/BUILD_PATH/testgrid -options
Nice to have: