-
Notifications
You must be signed in to change notification settings - Fork 182
Run hack/ as an individual CI test #118
Comments
/priority backlog |
@micw523: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In 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/test-infra repository. |
Hey @micw523 I'm interested with this, What do you mean by 'Additional individual check' and need some more pointers on how to fix this issue? |
I just saw this. Have you checked one of the Travis CI’s build interface? You’ll see one if you go to any PR and click on the details next to the Travis CI build status. You’ll see many individual tests in it. The goal is to write another test for the hack/ scripts instead of hard coding it into every test in .travis.yml. |
/priority important-longterm |
/remove-priority backlog |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
/lifecycle frozen |
/assign |
Currently the
hack/
scripts are run as part of all of CI tests. An example can be seen here.Instead, we should move the
hack/
scripts to an additional individual check. This saves us some build time for CI and also allows us to potentially expand the scope ofhack/
checks we can do in the future. As a background, see kubernetes-client/python#22The text was updated successfully, but these errors were encountered: