-
Notifications
You must be signed in to change notification settings - Fork 8
Patch spec to allow access to labels for tests #15
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
Patch spec to allow access to labels for tests #15
Conversation
This lets us access the labels for a test, a potential alternative approach to annotations for deciding where a test runs.
bertinatto
left a comment
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.
/lgtm
|
@bertinatto: changing LGTM is restricted to collaborators DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: bertinatto, stbenjam The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Patch spec to allow access to labels for tests
Update suite.config.Timeout configuration logic for ginkgo v2.4 bump Make sure ginkgo.By is printed Merge pull request openshift#15 from stbenjam/labels Patch spec to allow access to labels for tests Merge pull request openshift#16 from stbenjam/writer Expose NewWriter from internal for openshift-tests-extension Remove bparees and soltysh from owners
Update suite.config.Timeout configuration logic for ginkgo v2.4 bump Make sure ginkgo.By is printed Merge pull request #15 from stbenjam/labels Patch spec to allow access to labels for tests Merge pull request #16 from stbenjam/writer Expose NewWriter from internal for openshift-tests-extension Remove bparees and soltysh from owners
Update suite.config.Timeout configuration logic for ginkgo v2.4 bump Make sure ginkgo.By is printed Merge pull request #15 from stbenjam/labels Patch spec to allow access to labels for tests Merge pull request #16 from stbenjam/writer Expose NewWriter from internal for openshift-tests-extension Remove bparees and soltysh from owners
Update suite.config.Timeout configuration logic for ginkgo v2.4 bump Make sure ginkgo.By is printed Merge pull request openshift#15 from stbenjam/labels Patch spec to allow access to labels for tests Merge pull request openshift#16 from stbenjam/writer Expose NewWriter from internal for openshift-tests-extension Remove bparees and soltysh from owners
Update suite.config.Timeout configuration logic for ginkgo v2.4 bump Make sure ginkgo.By is printed Merge pull request openshift#15 from stbenjam/labels Patch spec to allow access to labels for tests Merge pull request openshift#16 from stbenjam/writer Expose NewWriter from internal for openshift-tests-extension Remove bparees and soltysh from owners
This lets us access the labels for a test, a potential alternative approach to annotations for deciding where a test runs.
This also adds me to OWNERS.