Refactoring start sla-drain (#7)

Changing sla-drain command to be less cumbersome. sla-drain command now takes --count or --percentage and they are mutually exclusive.
This commit is contained in:
Renan I. Del Valle 2020-01-29 16:12:53 -08:00 committed by GitHub
parent b65ac55c1c
commit fa0179292a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 55 additions and 63 deletions

View file

@ -1,6 +1,9 @@
0.0.9 (unreleased)
* 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.
0.0.8