diff options
| author | Pavel Raiskup <praiskup@redhat.com> | 2014-10-12 14:57:20 +0200 |
|---|---|---|
| committer | Pavel Raiskup <praiskup@redhat.com> | 2014-10-12 15:42:56 +0200 |
| commit | fc3af983f7a74a74b332c2e99b76759e6b4e4374 (patch) | |
| tree | 768a681364ed69bac1d6503f13c2289cb5346695 /config.sh.template | |
| parent | 8957b4e9296777fedf44ee0e71431763b38c2f2a (diff) | |
| download | postgresql-setup-tests-fc3af983f7a74a74b332c2e99b76759e6b4e4374.tar.gz postgresql-setup-tests-fc3af983f7a74a74b332c2e99b76759e6b4e4374.tar.xz postgresql-setup-tests-fc3af983f7a74a74b332c2e99b76759e6b4e4374.zip | |
controller: create
Controller script runs the script on remote machine (OpenStack),
downloads the results, stores the result into its own
result-database and re-generates statistics for runs done so far.
It will be able to upload the results to "presenter" machine.
* config.sh.template: New doc file.
* controller: New file (the central script for CI).
* runner/result_stats: New file. Based on downloaded results from
testing machine, it generates single html file with stats.
* runner/result_templates/html.tmpl: New file. Template for ^^^.
Diffstat (limited to 'config.sh.template')
| -rw-r--r-- | config.sh.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.sh.template b/config.sh.template new file mode 100644 index 0000000..5eae1c9 --- /dev/null +++ b/config.sh.template @@ -0,0 +1,8 @@ +# Where we keep all the results +export DTF_DATABASE=/var/lib/dtf_results + +# SSH user/host where the generated statistics & results will be uploaded +export DTF_PRESENTER_SSHID=userdi@fedorapeople.org + +# Directory on remote host where the we upload the results +export DTF_PRESENTER_RESULTDIR=/home/fedora/praiskup/public_html/proj/postgresql-setup/tests/dtf |
