forked from ngauthier/hydra
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTODO
More file actions
18 lines (13 loc) · 644 Bytes
/
TODO
File metadata and controls
18 lines (13 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
= Hydra TODO
* hydra:sync task that runs the SSH syncing for remote workers
* ensure same version is running remotely (gem directive)
* on a crash, bubble up error messages
* send workers a "boot" message with all the files that will be tested so that it
can boot the environment before forking runners
* named configurations (i.e. 'local', 'remote', 'myconfig') so users can swap configs with an
environment variable or with a hydra testtask option
== Reporting
Refactor reporting into an event listening system. Add in a default listener that messages:
* Files at start
* Progress status "50% (10/20 files)"
* Time report at the end