Skip to content

Commit

Permalink
Remove travis and circle CI
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Chen <github@chenyicn.net>
  • Loading branch information
ChenYi015 committed Sep 12, 2024
1 parent f11dae2 commit af21445
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 64 deletions.
25 changes: 0 additions & 25 deletions .circleci/config.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

22 changes: 8 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Arena

[![CircleCI](https://circleci.com/gh/kubeflow/arena.svg?style=svg)](https://circleci.com/gh/kubeflow/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)
[![Integration Test](https://github.com/kubeflow/arena/actions/workflows/integration.yaml/badge.svg)](https://github.com/kubeflow/arena/actions/workflows/integration.yaml)[![Go Report Card](https://goreportcard.com/badge/github.com/kubeflow/arena)](https://goreportcard.com/report/github.com/kubeflow/arena)

View the [Arena documentation](https://arena-docs.readthedocs.io/en/latest).

Expand All @@ -22,21 +20,19 @@ You can follow up the [Installation guide](https://arena-docs.readthedocs.io/en/

## User Guide

Arena is a command-line interface to run and monitor the machine learning training jobs and check their results in an easy way. Please refer the [User Guide](https://arena-docs.readthedocs.io/en/latest/training) to manage your training jobs.

Arena is a command-line interface to run and monitor the machine learning training jobs and check their results in an easy way. Please refer the [User Guide](https://arena-docs.readthedocs.io/en/latest/training) to manage your training jobs.

## Demo

[![](demo.jpg)](http://cloud.video.taobao.com/play/u/2987821887/p/1/e/6/t/1/50210690772.mp4)

[![arena demo](demo.jpg)](http://cloud.video.taobao.com/play/u/2987821887/p/1/e/6/t/1/50210690772.mp4)

## Developing

Prerequisites:

- Go >= 1.8

```
```shell
mkdir -p $(go env GOPATH)/src/github.com/kubeflow
cd $(go env GOPATH)/src/github.com/kubeflow
git clone https://github.com/kubeflow/arena.git
Expand All @@ -50,7 +46,7 @@ Then you can follow [Installation guide for developer](https://arena-docs.readth

## CPU Profiling

```
```shell
# set profile rate (HZ)
export PROFILE_RATE=1000

Expand All @@ -61,20 +57,18 @@ INFO[0000] Dump cpu profile file into /tmp/cpu_profile

Then you can analyze the profile by following [Go CPU profiling: pprof and speedscope](https://coder.today/go-profiling-pprof-and-speedscope-b05b812cc429)


## Adopters

If you are intrested in Arena and would like to share your experiences with others, you are warmly welcome to add your information on [ADOPTERS.md](docs/about/ADOPTERS.md) page. We will continuousely discuss new requirements and feature design with you in advance.


## FAQ

Please refer to [FAQ](https://arena-docs.readthedocs.io/en/latest/faq)
Please refer to [FAQ](https://arena-docs.readthedocs.io/en/latest/faq).

## CLI Document

Please refer to [arena.md](docs/cli/arena.md)
Please refer to [arena.md](docs/cli/arena.md).

## RoadMap

See [RoadMap](ROADMAP.md)
See [RoadMap](ROADMAP.md).
12 changes: 3 additions & 9 deletions README_cn.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Arena

[![CircleCI](https://circleci.com/gh/kubeflow/arena.svg?style=svg)](https://circleci.com/gh/kubeflow/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)

[![Integration Test](https://github.com/kubeflow/arena/actions/workflows/integration.yaml/badge.svg)](https://github.com/kubeflow/arena/actions/workflows/integration.yaml)[![Go Report Card](https://goreportcard.com/badge/github.com/kubeflow/arena)](https://goreportcard.com/report/github.com/kubeflow/arena)

## 概述

Expand All @@ -13,7 +10,6 @@ Arena 是一个命令行工具,可供数据科学家轻而易举地运行和

简而言之,Arena 的目标是让数据科学家感觉自己就像是在一台机器上工作,而实际上还可以享受到 GPU 集群的强大力量。


## 设置

您可以按照 [安装指南](https://arena-docs.readthedocs.io/en/latest/installation) 执行操作
Expand All @@ -32,16 +28,15 @@ Arena 是一种命令行界面,支持轻而易举地运行和监控机器学

## 演示

[![](demo.jpg)](http://cloud.video.taobao.com/play/u/2987821887/p/1/e/6/t/1/50210690772.mp4)

[![arena demo](demo.jpg)](http://cloud.video.taobao.com/play/u/2987821887/p/1/e/6/t/1/50210690772.mp4)

## 开发

先决条件:

- Go >= 1.8

```
```shell
mkdir -p $(go env GOPATH)/src/github.com/kubeflow
cd $(go env GOPATH)/src/github.com/kubeflow
git clone https://github.com/kubeflow/arena.git
Expand All @@ -58,4 +53,3 @@ make
## 路线图

请参阅[路线图](ROADMAP.md)

0 comments on commit af21445

Please sign in to comment.