From fc3af983f7a74a74b332c2e99b76759e6b4e4374 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sun, 12 Oct 2014 14:57:20 +0200 Subject: 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 ^^^. --- config.sh.template | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.sh.template (limited to 'config.sh.template') 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 -- cgit