Moving internal types to the right location.

This commit is contained in:
Renan DelValle 2020-05-06 18:30:22 -07:00
parent e3e7bc1110
commit bbccabcd27
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
6 changed files with 310 additions and 92 deletions

26
test/hello_world.yaml Normal file
View file

@ -0,0 +1,26 @@
---
environment: "prod"
role: "vagrant"
name: "hello_world"
cpu: 0.09
ram: 64
disk: 128
instances: 1
thermos:
- name: "bootstrap"
cmd: "echo bootstrapping"
- name: "hello_gorealis"
cmd: "while true; do echo hello world from gorealis; sleep 10; done"
updateSettings:
maxPerInstanceFailures: 1
maxFailedInstances: 1
minTimeInRunning: 1m
rollbackOnFailure: true
instanceRanges:
- start: 1
end: 4
blockIfNoPulseAfter: 1m
slaAware: false
strategy:
name: Batch
groupSize: 2