-
Notifications
You must be signed in to change notification settings - Fork 244
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
Continuous testing #3724
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
/remove-lifecycle rotten |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/lifecycle frozen |
/kind feature
Which functionality do you think we should add?
Add a testing mode to
odo
so that it can run the tests continuously. This is a combination ofwatch
andtest
functionality however the tests should be run on a separate container and should no block the developer's edit/push loop. When the continuous testing is enabled there should be a second copy of the test component that gets updated and the test command is invoked if it is restart true.Why is this needed?
Odo can be used to offload continuous testing loads to kubernetes based cloud resources.
The text was updated successfully, but these errors were encountered: