-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add k3d to ci pipeline #422
Conversation
This PR adds a k3d deployment to the CI as requested in #3. Note that in contrast to the issue it current doesn't include the release process, but could be added in here. Right now I'm unsure if this should go into this PR or in a separate one. |
Nice! I wonder if we could run a "kubectl -n get pods" to see if there is actually something running? From https://drone.owncloud.com/owncloud/ocis-charts/1182/3/4 I can only see that Helm successfully handed some manifests to the Kubernetes API. Maybe also a basic api resquest (eg. /app/list) would be nice to demonstrate how tests can interfere with this installation. |
Added this now: https://drone.owncloud.com/owncloud/ocis-charts/1186/3/5
Will try to add this too. |
Nice
|
For the record: We discussed internally about the curl check requirement and came to the conclusion, that we will add this with |
Follow up issue created as #423. |
No description provided.