From cf360abd943b1f7973bf39bafa94a620b9f3e5a2 Mon Sep 17 00:00:00 2001 From: cheyang Date: Mon, 30 Jul 2018 20:03:02 +0800 Subject: [PATCH] add project status Signed-off-by: cheyang --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 28051aef7..3f0bfddcc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Arena +[![Build Status](https://travis-ci.org/AliyunContainerService/arena.svg?branch=master)](https://travis-ci.org/AliyunContainerService/arena) +[![Go Report Card](https://goreportcard.com/badge/github.com/AliyunContainerService/arena)](https://goreportcard.com/report/github.com/AliyunContainerService/arena) + + ## Overview Arena is a command-line interface for the data scientists to run and monitor the machine learning training jobs and check their results in an easy way. Currently it supports solo/distributed TensorFlow training. In the backend, it is based on Kubernetes, helm and Kubeflow. But the data scientists can have very little knowledge about kubernetes.