summaryrefslogtreecommitdiff
path: root/tko/machine_aggr.cgi
AgeCommit message (Collapse)AuthorFilesLines
2009-06-22Move client/bin/kernel_versions to common_lib; it is used by tko.mbligh1-1/+1
Signed-off-by: Duane Sand <duanes@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@3316 592f7852-d20e-0410-864c-8624ca9c26a4
2009-01-13Change all tabs to space. somehow we lost this change from tko/ ? mbligh1-94/+94
Somewhat scary Signed-off-by: Martin J. Bligh <mbligh@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@2640 592f7852-d20e-0410-864c-8624ca9c26a4
2008-11-20Modified machine_aggr.cgi to accept benchmark and key values as a list ofmbligh1-4/+22
paired values instead of two lists. machine_aggr.cgi accepts a list of benchmarks and a list of keys as two seperate inputs. Within the code, this is zipped together into a list of benchmark-key pairs. This CL modifies machine_aggr.cgi to accept a list of benchmark-key pairs from the user. Sample input: benchmark_key=benchmark1:key1,benchmark2:key2,... To maintain backward compatibility, the old interface is left intact. The user is expected to use exactly one of the two options. If both interfaces are used, preference is given to the new interface. From: Nikhil Rao <ncrao@google.com> Signed-off-by: Martin Bligh <mbligh@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@2468 592f7852-d20e-0410-864c-8624ca9c26a4
2008-11-20Add results from all tests (and not only the last test) to a dataset.mbligh1-2/+9
machine_aggr.cgi iterates over all tests on a machine with a given kernel. It keeps track of the results in the dictionary data. In the current implementation, data is replaced with results from the last test run on a machine. This is probably not the intended behaviour. This CL fixes this problem by extending, not replacing, data with results from each test. From: Nikhil Rao <ncrao@google.com> Signed-off-by: Martin Bligh <mbligh@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@2467 592f7852-d20e-0410-864c-8624ca9c26a4
2008-06-06Set executable bit on all cgi scriptsmbligh1-0/+0
Signed-off-by: Martin J. Bligh <mbligh@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@1657 592f7852-d20e-0410-864c-8624ca9c26a4
2008-05-01Convert tko/*.cgi to use absolute imports, to resolve somejadmanski1-6/+3
ambiguity with importing "frontend". Signed-off-by: John Admanski <jadmanski@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@1482 592f7852-d20e-0410-864c-8624ca9c26a4
2008-02-11Add the status==GOOD for the query condition while filtering out all the ↵mbligh1-1/+1
failed jobs and incomplete data for dashboard. From: Ying Han <yinghan@google.com> Signed-off-by: John Admanski <jadmanski@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@1230 592f7852-d20e-0410-864c-8624ca9c26a4
2007-12-07Multi curve plotting for kernel performance:mbligh1-0/+94
1. add machine name as well as machine type for the title. the logic could be avoided if all the machines are included in the machines file 2. sort the kernel in the right order and get the first kernel data as the base line for the rest. 3. add filter for the kernel version. released/experimental/rc From: Ying Han <yinghan@google.com> Signed-off-by: Martin Bligh <mbligh@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@1046 592f7852-d20e-0410-864c-8624ca9c26a4