Aurora Scheduler client written in Go
Find a file
2021-10-05 17:18:47 -07:00
.github/workflows Changing style of setting up github actions env due to the deprecation of the old way. 2020-10-14 20:53:32 -07:00
cmd Adds fetch quota command (#24) 2021-09-16 18:36:42 -07:00
deb-packaging Bumping up release number in root.go so that version command returns the right version. Fixing some bugs in the debian packaging scripts. Bumping up golang version we're building with to 1.15.2 2020-09-30 16:34:02 -07:00
debian v1.0.2 Release 2021-01-11 17:59:13 -08:00
docs Documentation update (#17) 2020-11-05 15:46:07 -08:00
internal Adds priority into job config (#23) 2021-09-16 18:36:13 -07:00
test Adds support for creating jobs with limit constraints and value constraints. (#16) 2020-11-04 11:46:53 -08:00
.gitattributes Adding gitattributes to ignore vendored folder, Gopkg.lock, and go.sum 2019-02-13 22:08:08 -08:00
.gitignore Changing dependencies to point to aurora-scheduler organization (#9) 2020-02-19 12:18:50 -08:00
CHANGELOG Bumps up current version. 2021-01-11 17:59:38 -08:00
go.mod Bumping up backported Thrift library. 2021-01-11 17:53:01 -08:00
hello_world_docker.yaml Adding support for creating jobs which use executorless docker containers.Note, that this feature must be enabled on the aurora-scheduler manually. 2019-07-24 16:43:00 -07:00
LICENSE Adding Apache v2 license. 2019-03-25 17:36:24 -07:00
main.go Changing dependencies to point to aurora-scheduler organization (#9) 2020-02-19 12:18:50 -08:00
README.md Changing dependencies to point to aurora-scheduler organization (#9) 2020-02-19 12:18:50 -08:00
sampleConifg.australis.yml Adding sample config. 2018-10-23 23:35:08 -07:00

Australis

A light-weight client for Aurora Scheduler built using gorealis.

Usage

See the documentation for more information.

Status

Australis is a work in progress and does not support all the features of Aurora Scheduler.

Build locally

This project uses go mods. To build locally run:

$ go build -o australis main.go

Building debian package

From the inside of the deb-packaging folder, run build_deb.sh