Giter Site home page Giter Site logo

minimal-ci's Introduction

Check out Robot Sweatshop instead!

This project was deprecated in early 2015 as it grew into a larger project, Robot Sweatshop. It's more comprehensive than MCI while maintaining the core design and philosophy.

For posterity, here's the original readme:

mci

I was using Jenkins as a glorified script runner, as I'm sure a lot of people are. I just want to run scripts on code that I push. I don't need my CI to assume what repos I use, how I record results, or how to contact people. I certainly don't need it to run on a JVM, have a messy plugin system, or run within virtualization.

MCI is just a barebones, script-based CI server that runs from configuration files. It works exceptionally well in conjunction with other single-purpose tools.

use

Setup:

  • Configure your server by creating jobs and modifying config.yaml to your preference
  • Run the worker script via ./worker.rb
  • Run the publisher via ./server.rb

Then hook into url.com/:tool/payload-for/:job. For example, url.com/bitbucket/payload-for/selenium-tests.

Currently supported tools:

  • bitbucket

See ansible-role for an in-depth set up through ansible scripts.

security

Sandbox your process.

useradd --home /opt/minimal-ci ci-bot
su ci-bot -c "./worker.rb"
su ci-bot -c "./server.rb"

Add SSH keys as appropriate.

roadmap

  • Use Logger instead of whatever crazy thing I'm trying to do
  • 'empty' tool for manual kick off with no payload
  • Replace Sidekiq with rabbitmq and either the rcelery or amqp gems
  • Enhance support for slaving off script running
  • Reload scripts without restarting the server

minimal-ci's People

Contributors

jscott avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

chrchr

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.