From 97253ec4af48b1fd828c3e9731a6b1e91a63ae36 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Sat, 3 Nov 2018 11:04:21 -0700 Subject: [PATCH] Adding CI build badge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b7960c..b7fc348 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Elektron: A Pluggable Mesos framework with power-aware capabilities =================================================================== +[![Build Status](https://gitlab.com/spdf/elektron/badges/master/build.svg)](https://gitlab.com/spdf/elektron/commits/master) + _Elektron_ is a [Mesos](mesos.apache.org) framework that behaves as a playground for developers to experiment with different scheduling policies to schedule ad-hoc jobs in docker containers. It is designed as a lightweight, configurable framework, which can be used in conjunction with built-in power-capping policies to reduce the peak power and/or energy usage of co-scheduled tasks. However, in addition to being a scheduler, Elektron also takes advantage of tools such as [Performance Co-Pilot](http://pcp.io/) and [RAPL](https://01.org/blogs/2014/running-average-power-limit--rapl) to help contain the power envelope within defined thresholds, reduce peak power consumption, and also reduce total energy consumption. Elektron is able to leverage the Mesos-provided resource abstraction to allow different algorithms to decide how to consume resource offers made by a Mesos Master.