From 079ade22442c503d6bb057c3ba5b66bbb1456338 Mon Sep 17 00:00:00 2001 From: PRADYUMNA KAUSHIK <9302481+pradykaushik@users.noreply.github.com> Date: Fri, 25 Oct 2019 13:39:28 -0400 Subject: [PATCH] Added github workflow status badge. (#12) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb0d8cf..fa7e4f1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 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) +![build and test](https://github.com/spdfg/elektron/workflows/Build%20and%20Test%20Elektron/badge.svg?branch=master) _Elektron_ is a [Mesos](mesos.apache.org) framework that behaves as a playground 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.