From 75c5ba7dcfd786246730dbf31b5fda6c63697b4c Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sat, 23 Jun 2018 16:19:43 -0400 Subject: [PATCH] Add build status to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aa206c86..202679a5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # PVC - The Parallel Virtual Cluster tool +[![pipeline status](https://dev.bonifacelabs.ca/bonifacelabs/pvc/badges/master/pipeline.svg)](https://dev.bonifacelabs.ca/bonifacelabs/pvc/commits/master) + PVC is a tool to manage QEMU/KVM virtual machines in a cluster environment using Python, Libvirt, and Zookeeper. The primary motivation for developing PVC was my percieved shortfalls in Pacemaker/Corosync, which would often put my virtual cluster into undefined states and generally cause a lot of headaches. ## How it works