From c743175875f6c0ed7163142bd585a4e7af3f8942 Mon Sep 17 00:00:00 2001 From: Nick Gauthier Date: Sun, 7 Feb 2010 19:45:42 -0500 Subject: [PATCH] updated TODO with current plans --- TODO | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/TODO b/TODO index e17c511..a3188f7 100644 --- a/TODO +++ b/TODO @@ -1,27 +1,29 @@ -IO selection configuration for master -- allow pipe setup -- allow ssh setup += Hydra TODO -YML configuration +== Rsync +Split SSH into: ---- -hydra: - workers: - - type: local - runners: 4 - - type: ssh - connect: localhost - directory: /path/to/suite - [command: rake hydra:worker RUNNERS=1] - runners: 4 + connect: user@site.com + ssh_options: -p 3022 -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