Git Product home page Git Product logo

gitlab-ci-mesos's Introduction

GitLab CI Mesos Framework

Build Status

Mesos framework for running Gitlab CI tasks.

gitlab-ci-scheme

Currently this project contains a GitLab scheduler (assign jobs to slaves) and GitLab executor (execute job and send updates to CI API).

Project contains currently two compoments, first one is a scheduler, which is a Mesos framework that checks for new builds from a GitLab CI each time it gets new resource offers. The other one is an executor that sends updates to GitLab CI. This executor could be replaced by your own code (in future it might be a separate project).

Executor script must be on each slave's PATH.

Requirements

  • GitLab >= 6.4
  • GitLab CI ~ 4.2
  • Mesos
  • Oracle Java 7 / OpenJDK 6 / OpenJDK 7

Development / Building

from project root (requires Maven installed, Maven 3 is fine, Maven 2 should also work)

 $ mvn install

Deployment

Debian

You can build a package for Debian simply with

 $ ./build_package.sh --version 0.0.2

Set variables in /etc/gitlab-ci/scheduler.conf:

  • MESOS_MASTER -- Zookeeper URL or IP address of the master
  • GITLAB_CI_URL -- e.g. http://my.gitlab.org
  • GITLAB_CI_TOKEN -- token for registration of new runner (you'll find it in your Gitlab CI)

gitlab-ci-mesos's People

Contributors

deric avatar

Watchers

James Cloos avatar  avatar

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.