Adding rudimentary support for creating jobs on Aurora.
This commit is contained in:
parent
ada7eb3aa1
commit
7286d2fc9f
4 changed files with 158 additions and 18 deletions
13
hello_world.yaml
Normal file
13
hello_world.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
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"
|
Loading…
Add table
Add a link
Reference in a new issue