yikaus / archci

Arch continuous integration service

Home Page:http://archci.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArchCI

Introduction

ArchCI is the continues integration service integrated with open source projects.

It's new and adopt lightweight container to run task. Thanks to docker ecosystem, we can use docker for resource isolation and kuberntes for scheduling tasks. For more information, please refer to slides.

Worker: simple-worker, kubernetes-worker

Client: aci

Document: docs

Docker: docker-distribution

Usage

Currently you need to setup docker, postgresql and redis before running archci.

cd ArchCI/archci
go get
go build

It's written in go so you can run it at most platforms. We're providing an all-in-one docker image, which might minimize the effot to setup the continues integration service.

Development

Front-end

cd static
npm run watch
# Release
npm run lint
npm run build

About

Arch continuous integration service

http://archci.com

License:MIT License


Languages

Language:JavaScript 77.5%Language:Go 18.5%Language:CSS 2.8%Language:HTML 1.2%