Skip to content
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

Include a gitlab-ci.yml file #20

Open
bpatram opened this issue Nov 10, 2019 · 1 comment
Open

Include a gitlab-ci.yml file #20

bpatram opened this issue Nov 10, 2019 · 1 comment

Comments

@bpatram
Copy link

bpatram commented Nov 10, 2019

How come we do not include a gitlab-ci.yml file in the repo? The other kira-* bots do (dependencies, release, review). Including the CI config makes it much easier to use the bot! For example, I would love to simply be able to mirror this repo in GitLab and setup the CI scheduler in Gitlab to run nightly. This is what I do for the other kira bots and it works great! Instead, I'm having to fork this repo, run the init command, commit that, and merge in any upstream changes manually.

@sobolevn
Copy link
Member

@bpatram well, the reason is that we run this as a heroku service. Because it is running each 10 seconds. Which is way to frequent to be hosted on gitlab itself.

You may have a different workflow, so schedule can work for you. If this is the case, then send a PR with the file that works for you. We will use it as the example.

Thanks for sharing this! And using our stuff 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants