-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Integration test command #2594
Integration test command #2594
Conversation
Codecov Report
|
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.
@daddz Thank you for your contribution.
You are adding a new Command to skaffold and we now have a process to add new features.
Its is documented here https://github.com/GoogleContainerTools/skaffold/tree/master/docs/design_proposals
Can you please add a DD for this feature? Please feel free to add me as a Design Shepherd.
I have put some more work into this as mentioned in #2561.
For demonstration purposes I created another repository that makes use of these changes over here: https://github.com/daddz/skaffold-integration
When running the
integrationtest
command it will try to find the first pod that matches the definedpodSelector
and then executes the specifiedtestCommand
viakubectl exec
in that pod.