-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Update to Testgrid Documentation #13670
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good, a few nits and thoughts
testgrid/config.md
Outdated
@@ -113,7 +113,7 @@ dashboard_groups: | |||
|
|||
## Testing your configuration | |||
|
|||
Run `bazel test //testgrid/...` to ensure the config is valid. | |||
Run `bazel test //testgrid/...` to ensure the [configuration] is valid. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
really this is this is the testgrid.k8s.io configuration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be neat to move the testgrid config validation tests to config/tests/testgrids
at some point so that bazel test //config/...
enforces all of our conventions; right now what we have in //testgrid/...
is a combination of validation and convention enforcement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testgrid/config.md
Outdated
@@ -44,7 +44,7 @@ This functionality is provided by [Configurator](cmd/configurator). | |||
If you need to create a new dashboard, or do anything more advanced, read on. | |||
|
|||
## Configuration | |||
Open [`config.yaml`] in your favorite editor and: | |||
Open or create a [Testgrid config file][configuration] in your favorite editor and: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I almost wonder if this Configuration
section should be moved to /config/testgrid/README.md
to talk about the mechanics of changing configuration for testgrid.k8s.io vs. testgrid itself
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It did occur to me that /config/testgrids/README.md should contain cluster-specific config information, while the /testgrid/* readmes should be more general, but that's tough to do because there's the cluster-specific tests still bundled in Configurator
Required updates due to sharding configuration
/hold cancel |
/approve |
LGTM label has been added. Git tree hash: fdc71c4af6761391eb7f10192ec6d775e0543e53
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chases2, spiffxp The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Required updates due to how sharding configuration affects workflow [#13541]
Also includes documentation on Configurator, including the not-yet-merged enhancement at #13636
The example in that document is the use case for #13455
/hold
/cc @michelle192837
/cc @spiffxp