-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Documentation]Add Documentation for Install and use. #1120
Comments
Updating a little bit for now. A proper update is going to take longer than I thought given other things we're working on (apologies), and I'd like to make sure instructions will be actually helpful and easy to use, so going to chip away at this and try to have things in a much more friendly state before mid-March. In the meanwhile I can clarify a few of these points:
And for deployment, it's a bit hidden, but https://github.com/GoogleCloudPlatform/testgrid/blob/master/standalone.md#load-data has a link to an example deployment that other deployments can base off of. TODOs (roughly this order):
|
Question: about this comment from (3) above: At the moment you'll need GCS or local files. : Clarifying if we can use a different Blob/Bucket storage aside from GCS like AWS S3? |
Not at the moment; we don't have S3 or other cloud storage aside from GCS implemented (and don't have the bandwidth to add it, though there's an existing issue for S3 support open at #489 to discuss that specifically; it may be possible to contribute this). |
Hey, @RitheshShenthar @michelle192837 is there any wip going around |
It's next on the list, but there's no WIP for it yet. (The closest is the instructions already there, at https://github.com/GoogleCloudPlatform/testgrid/blob/master/cluster/README.md, though that only implies the requirements needed to get a component up and running in canary/production). |
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:
The text was updated successfully, but these errors were encountered: