-
Notifications
You must be signed in to change notification settings - Fork 8
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 a Build Kite artifact plugin #93
Comments
What's build kite? |
A CI service orchestration thing that lets you use AWS spot instances as the build agents. The https://github.com/matrix-org/matrix-doc repo uses it. |
and do you have to have thus access to the spot instances, or it goes through a kite account? |
(I know that those are cheap, but still wonder how would it work in the CI settings) |
So, this replaces... CircleCI? Travis? Azure? All of them? |
I don't know too many of the details, I think you have access to the spot instances as you pay for them with your AWS account, and I think you get a decent amount of control and customisation over the build agents. |
Unless it has unlimited time limit or data download, what is the advantage over the free ones, especially when it is not free? |
I think it's a cost effective way of getting a lot of build time if you require more processing power than all the free ones! |
Does |
haha! The artifact that you want to link to with baldrick could be a whole neural net 😛 |
Thinking ahead, are we? 🤖 🌎 |
This is probably sufficiently similar that you could generalise the Circle CI one, API docs here: https://buildkite.com/docs/apis/rest-api/
The text was updated successfully, but these errors were encountered: