This commit is contained in:
Yuqi Wang 2019-12-30 20:33:17 +08:00 коммит произвёл GitHub
Родитель 5a0777039e
Коммит 689cf909bc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 27 добавлений и 2 удалений

17
.github/workflows/build.yaml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,17 @@
name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
hivedscheduler:
name: hivedscheduler
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v1
- run: build/hivedscheduler/docker-build.sh

2
.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,2 @@
.idea/
dist/

Просмотреть файл

@ -1,5 +1,11 @@
# HivedScheduler
A [Kubernetes Scheduler Extender](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/scheduling/scheduler_extender.md) optimized for GPUs.
# Microsoft OpenPAI HivedScheduler
[![Build Status](https://github.com/microsoft/hivedscheduler/workflows/build/badge.svg?branch=master&event=push)](https://github.com/microsoft/hivedscheduler/actions?query=workflow%3Abuild+branch%3Amaster+event%3Apush)
[![Latest Release](https://img.shields.io/github/release/microsoft/hivedscheduler.svg)](https://github.com/microsoft/hivedscheduler/releases/latest)
[![Docker Pulls](https://img.shields.io/docker/pulls/hivedscheduler/hivedscheduler.svg)](https://hub.docker.com/u/hivedscheduler)
[![License](https://img.shields.io/github/license/microsoft/hivedscheduler.svg)](https://github.com/microsoft/hivedscheduler/blob/master/LICENSE)
As one standalone component of [Microsoft OpenPAI](https://github.com/microsoft/pai), HivedScheduler is a [Kubernetes Scheduler Extender](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/scheduling/scheduler_extender.md) optimized for AI applications.
*TODO: Add Features, Architecture and UserManual*