-
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
Deprecate config.yaml in testgrid #14937
Conversation
|
||
|
||
NOTE: If you're adding a periodic or postsubmit and don't want to specially configure your test | ||
group, you don't need to: [Configurator](/testgrid/cmd/configurator) implicitly assume a testgroup |
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.
nit: assumes
/hold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chases2, michelle192837 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 |
|
||
NOTE: If you're adding a periodic or postsubmit and don't want to specially configure your test | ||
group, you don't need to: [Configurator](/testgrid/cmd/configurator) implicitly assume a testgroup | ||
exists for all periodics and postsubmits. You still need to add presubmits here, and all jobs still |
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.
This is incorrect - you can and probably should just add an appropriate annotation to force it to be generated, unless you specifically need not to (which would apply equally to periodics and postsubmits).
Improves readme documentation to contain info that was in
config.yaml
Includes a deprecation notice in
config.yaml
This is part of an effort to shard testgrid's config, and should close #13541
/cc @michelle192837 @Katharine @spiffxp