Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Duane Sand <duanes@google.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@3316 592f7852-d20e-0410-864c-8624ca9c26a4
|
|
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
|
|
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
|
|
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
|
|
Signed-off-by: Martin J. Bligh <mbligh@google.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@1657 592f7852-d20e-0410-864c-8624ca9c26a4
|
|
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
|
|
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
|
|
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
|