updated TODO with current plans
This commit is contained in:
parent
80b3847c8a
commit
c743175875
40
TODO
40
TODO
@ -1,27 +1,29 @@
|
|||||||
IO selection configuration for master
|
= Hydra TODO
|
||||||
- allow pipe setup
|
|
||||||
- allow ssh setup
|
|
||||||
|
|
||||||
YML configuration
|
== Rsync
|
||||||
|
Split SSH into:
|
||||||
|
|
||||||
---
|
connect: user@site.com
|
||||||
hydra:
|
ssh_options: -p 3022
|
||||||
workers:
|
|
||||||
- type: local
|
|
||||||
runners: 4
|
|
||||||
- type: ssh
|
|
||||||
connect: localhost
|
|
||||||
directory: /path/to/suite
|
|
||||||
[command: rake hydra:worker RUNNERS=1]
|
|
||||||
runners: 4
|
|
||||||
|
|
||||||
v0.6.0
|
Then make an rsync section:
|
||||||
|
|
||||||
|
rsync:
|
||||||
|
source: /path/to/code/locally
|
||||||
|
exclude:
|
||||||
|
- tmp
|
||||||
|
- log
|
||||||
|
- config/test/database.yml
|
||||||
|
- db/*.sqlite3
|
||||||
|
etc...
|
||||||
|
|
||||||
|
options: -az
|
||||||
|
|
||||||
|
== Setup
|
||||||
|
|
||||||
|
Provide a hydra:setup task to override to be run remotely before testing
|
||||||
|
|
||||||
multitest backwards compatible
|
|
||||||
|
|
||||||
v0.7.0
|
|
||||||
|
|
||||||
???
|
|
||||||
|
|
||||||
v1.0.0
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user