-
Notifications
You must be signed in to change notification settings - Fork 719
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 "language" support for Kubernetes #9470
Comments
Just see the number of projects which are affected by this issue: Which could be solved by solving this issue here. |
@svenfuchs heya - do you have a hint who could help us here? |
Thanks for the ping @fabiand. I think the question is probably best directed at @joshk and @BanzaiMan. |
Sven, cheers. Cool - maybe they saw, I'll stay tuned. Maybe there is a hint at where those language tempaltes are kept, then I might be able tot ake a look .. |
@fabiand Hey! we have a little chat internally and think maybe adding an We are still discussing this, but you could play around with this idea now if you like? |
@joshk is there a guide of how to write addons? Edit: I see, https://github.com/travis-ci/travis-build/search?utf8=%E2%9C%93&q=firefox&type= addon sounds good. |
Ah, yes, I was just going to link to https://github.com/travis-ci/travis-build/blob/master/lib/travis/build/addons/firefox.rb This could be a good place to start |
Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue in 24 hours. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues |
Hey, using KinVolks method (https://kinvolk.io/blog/2017/10/running-kubernetes-on-travis-ci-with-minikube/) you can easily run basic functional tests of i.e. Kubernetes Operators on a single node Kube cluster using minikube.
We are actually using it a few times, i.e. here: https://travis-ci.org/kubevirt/containerized-data-importer
I'm suggesting to introduce a "language" type "Kubernetes" to automate the setup of Kubernetes using kinvolk's method.
That might enable other kube projects to sue travis for functional tests.
The text was updated successfully, but these errors were encountered: