diff options
| author | Pavel Raiskup <praiskup@redhat.com> | 2014-10-26 19:50:49 +0100 |
|---|---|---|
| committer | Pavel Raiskup <praiskup@redhat.com> | 2014-10-27 10:10:22 +0100 |
| commit | 0c345ec6b2db80b0517e4a63b8eb55333948fcbf (patch) | |
| tree | 439dec198e0d17c92ea8c94f6ff2efd518725e76 /controller/.gitignore | |
| parent | c6a863f104e0fc02218f047dee5d7df0c1c3efa1 (diff) | |
| download | postgresql-setup-tests-0c345ec6b2db80b0517e4a63b8eb55333948fcbf.tar.gz postgresql-setup-tests-0c345ec6b2db80b0517e4a63b8eb55333948fcbf.tar.xz postgresql-setup-tests-0c345ec6b2db80b0517e4a63b8eb55333948fcbf.zip | |
controller: new perl wrapper
Controller is able to read simple YAML configuration file with
list of task to be performed in parallel (the task actually are
run the testsuite remotely, commit results to DB, count
statistics and upload results).
* controller/bin/dtf-controller.in: New template for binary.
* controller/libexec/dtf-commit-results.in: Copy whole result
directory instead of 'dtf' subdir only.
* controller/.gitignore: Ignore new binary.
* controller/Makefile.am: Build dtf-commit-results.
Diffstat (limited to 'controller/.gitignore')
| -rw-r--r-- | controller/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/.gitignore b/controller/.gitignore index 40bb7f6..aec98c7 100644 --- a/controller/.gitignore +++ b/controller/.gitignore @@ -6,6 +6,7 @@ config.* configure dtf.sh dtf-commit-results +dtf-controller dtf-get-machine dtf-result-stats dtf-run-remote |
