Skip to content

Commit

Permalink
setup arena repo in kubeflow community (#42)
Browse files Browse the repository at this point in the history
update OWNER list
  • Loading branch information
cheyang authored and denverdino committed Aug 31, 2018
1 parent f09dc6a commit 3b9018b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions OWNERS
@@ -1,7 +1,8 @@
approvers:
- cheyang
- wsxiaozhang
- GarnettWang
reviewers:
- denverdino
- cuericlee
reviewers:
- GarnettWang
- xiaozhouX
- osswangxining
6 changes: 3 additions & 3 deletions README.md
@@ -1,7 +1,7 @@
# 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)
[![Build Status](https://travis-ci.org/kubeflow/arena.svg?branch=master)](https://travis-ci.org/kubeflow/arena)
[![Go Report Card](https://goreportcard.com/badge/github.com/kubeflow/arena)](https://goreportcard.com/report/github.com/kubeflow/arena)


## Overview
Expand Down Expand Up @@ -42,7 +42,7 @@ Prerequisites:
```
mkdir -p $GOPATH/src/github.com/kubeflow
cd $GOPATH/src/github.com/kubeflow
git clone https://github.com/AliyunContainerService/arena.git
git clone https://github.com/kubeflow/arena.git
cd arena
make
```
Expand Down
4 changes: 2 additions & 2 deletions docs/installation/README.md
Expand Up @@ -40,7 +40,7 @@ Then run `helm list` to check if the the kubernetes can be managed successfully

```
mkdir /charts
git clone https://github.com/AliyunContainerService/arena.git
git clone https://github.com/kubeflow/arena.git
cp -r arena/charts/* /charts
```

Expand Down Expand Up @@ -72,7 +72,7 @@ Prerequisites:
```
mkdir -p $GOPATH/src/github.com/kubeflow
cd $GOPATH/src/github.com/kubeflow
git clone https://github.com/AliyunContainerService/arena.git
git clone https://github.com/kubeflow/arena.git
cd arena
make
```
Expand Down
1 change: 1 addition & 0 deletions prow_config.yaml
@@ -0,0 +1 @@
workflows: []

0 comments on commit 3b9018b

Please sign in to comment.