This repository has been archived by the owner on Apr 2, 2023. It is now read-only.
Releases: aurora-scheduler/australis
Releases · aurora-scheduler/australis
1.0.5
1.0.4
- fetch free capacity
- simulate task fitting - compute how many tasks can be fit in the remaining capacity
1.0.3
- update CI to compile on PRs
- Add tier and production in task config
- Add fetch quota command
- Add priority into job config
1.0.2
1.0.1
1.0.0
Now that Australis is able to launch rudimentary jobs, including launching jobs with Thermos support, as well as creating Job updates, it is not lacking any feature versus the python 2 client that is critical.
It should be noted that Australis and the python 2 client have different goals. Australis is not meant to be used for complex, templated style jobs. For such goals it's preferable to use gorealis and store the job configuration as code.
Australis is more of a Swiss army knife for Aurora Scheduler cluster administrators and scheduler developers who need to run quick jobs to test features.
0.22.0
0.1.1
0.1.0
0.0.9
- Added ability to create jobs which contain an executorless docker container.
- Sla-aware draining sub-command has been simplified. Instead of having a count/percentage
subcommand, it now has a flag for each of these options. The count and percentage flag are
mutually exclusive, and one of them has to be set.