-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Integrate Drone CI #24
Comments
So which work should we do? |
@tboerger how would drone make CI faster ? doesn't travis also support docker ? |
@lunny the question is if we want to launch our own drone instance or if we should use mine or if we should ask @bradrydzewski for access to beta.drone.io |
Travis is always loaded and pretty slow, drone is not. Beside that is drone much more flexible. |
At the beginning, we will use the public service of drone. I think. @tboerger |
@bradrydzewski access to beta.drone.io would be great. I guess actual speed would depend on availability of agents. |
I know that @tboerger loves Drone and I guess it will be good idea to use it instead of Travis, but I'm sure that we should use public service. |
agree @makhov as we are an opensource project, why don't we use public service, i think that would help getting more people on board. IMHO we should find a balance between growing needs and public service to attract more people on board. |
beta.drone.io will be opened to everybody soon, it's the only public instance of the up2date drone version. Here it's pretty good that we can use whichever plugin we want and in worst case we can simply launch our own instance. |
Is this work now? |
Or we can put it on v1.1 |
This is a requirement for the build and test pipeline. |
But we can use travis-ci on v1.0 if beta.drone.io is not ready. |
Looks like this is addressed by #96 |
Should this be assigned to @metalmatze as he has an open PR addressing this ? |
Resolved via #96 |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
To keep the CI system as fast as possible we should replace TravisCI with Drone CI, we can use my hosted version or we can also run our own Drone CI instance, however we prefer.
The text was updated successfully, but these errors were encountered: