Skip to content

Commit

Permalink
Reflected the new way of runningn agent in the README.org
Browse files Browse the repository at this point in the history
  • Loading branch information
avodonosov committed Jul 21, 2012
1 parent 93e47d5 commit 793eaac
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.org
Expand Up @@ -99,23 +99,19 @@
1. git clone git://github.com/cl-test-grid/cl-test-grid.git
2. cd cl-test-grid
3. cp run.sh.sample run.sh; chmod +x run.sh
4. Edit the run.sh (you may need to change paths to your CL implementation(s)).
5. ./run.sh
4. Edit the run.sh (edit one line - the path to your most reliable CL implementation).
5. cp run-agent.sample.lisp run-agent.lisp
6. Edit the run-agent.lisp (specfify all the lisp implementations you have, and some other settings)
7. ./run.sh

Next time all you need is to just start ./run.sh. It will update the
cl-test-grid from git, update quicklisp to the latest distro
(and of course run tests and upload the results).

We are looking for contributors who would agree to run
this command periodically, for example once a month.

Note also, that this is not 100% automated system.
For example uploading results uses [[http://weitz.de/drakma/][drakma]]. But if
drakma is broken on your planform and the upload fails,
you will be asked to send us the resuls manually. Or
if some test sute hangs, you will need to kill the
lisp process.

this command periodically (ideally once a day, but even once a month
is OK).

If you decided to give this project a try and run tests,
feel free contact us, we will be glad to assist you
(actually it is even recommended, because the project
Expand Down

0 comments on commit 793eaac

Please sign in to comment.