-
Notifications
You must be signed in to change notification settings - Fork 179
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
Initial smoke-test framework for docker testimages #9330
Conversation
eaa0119
to
2528934
Compare
e0510e3
to
344071e
Compare
/kind feature /area ci Added small framework that allows to define small test script that allows doing some work around the Docker context. I've added small tests around basic functionalities and binary presence. Script results outputs are collected to the ARTIFACTS directory and if any error occurs, the build loop is interrupted, returning non-zero exit code. The functionality docu is provided for anyone who wants to add another smoke test for new or existing image.
344071e
to
531a72c
Compare
/retest |
/retest |
Co-authored-by: Iwona Langer <[email protected]>
/retest |
/kind chore /area ci Updating testimages dependencies to new versions.
/cla |
1 similar comment
/cla |
Successfully reached out to cla-assistant.io to initialize recheck of PR #9330 |
Co-authored-by: Iwona Langer <[email protected]>
@Ressetkk: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
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.
/pony
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. |
/kind feature
/area ci
Added small framework that allows to define small test script that allows doing some work around the Docker context. I've added small tests around basic functionalities and binary presence. Script results outputs are collected to the ARTIFACTS directory and if any error occurs, the build loop is interrupted, returning non-zero exit code. The functionality docu is provided for anyone who wants to add another smoke test for new or existing image.
Closes #8938