Commit Graph

24 Commits

Author SHA1 Message Date
Ben Greear
99d5d77891 kpi: Fix slack integration.
Seems to be working now.

Signed-off-by: Ben Greear <greearb@candelatech.com>
2020-08-19 09:08:06 -07:00
Ben Greear
22bb9fc080 kpi: Add initial attempt at integrating with slack.
Code needs testing on real system and then needs the system
call added to actually send info into slack.

Signed-off-by: Ben Greear <greearb@candelatech.com>
2020-08-19 07:07:59 -07:00
Ben Greear
4e39aa6060 cicd/kpi: Fix pass/fail csv index.
Ye olde off-by-one

Signed-off-by: Ben Greear <greearb@candelatech.com>
2020-08-14 13:32:11 +00:00
Ben Greear
85d4acd639 kpi: Fix missing newline. 2020-06-15 11:17:14 -07:00
Ben Greear
f076c82062 kpi: Add initial code to create testrails data file
Will allow importing results into testrails.
2020-06-12 15:47:51 -07:00
Ben Greear
f5ed685dad kpi: Add comments/documentation for kpi.java classes.
To help me and others remember how this all fits together.
2020-05-27 06:56:38 -07:00
Ben Greear
9008d20408 kpi: Add historical graphs for pass/fail totals.
Provides a nice way to check on overall results and test coverage.
2020-05-27 06:41:43 -07:00
Ben Greear
5e8c9dd3b2 kpi: Support subtests passed/failed. 2020-05-22 12:52:59 -07:00
Ben Greear
14197d4d5b kpi: Add log errors to summary.
Count the crashes, WARNINGS, BUGS and other logging errors and propagate
counts to the summary pages.
2020-05-14 07:35:57 -07:00
Ben Greear
af45be8916 kpi: Add notes on processing logs.
Want a way to quickly notice kernel splats and firmware crashes.
2020-05-13 12:16:17 -07:00
Ben Greear
bb105c2f16 kpi: Fix 'rename' logic for generate png files.
The File.rename logic did not work well, but Files.move()
appears to work better.  Maybe due to different mount points or
something.

Also add lots of debugging to kpi.java, will remove it later.
2020-05-11 11:08:25 -07:00
Ben Greear
03b180b610 kpi: Add pass/fail reporting. 2020-05-04 07:04:33 -07:00
Ben Greear
1eb90b8f22 kpi: Add numeric report for last data value, delta, and percentage change. 2020-05-04 06:38:35 -07:00
Ben Greear
b60b1f4265 kpi: Put score graphs in their own section.
These are higher priority and should be separate from the other
data graphs.
2020-05-04 06:05:45 -07:00
Ben Greear
80c4cd0fdd kpi: Fix sizing thumbnail reports. 2020-05-02 10:28:39 -07:00
Ben Greear
d981c3d3ac Add thumbnails for the kpi pngs.
Needs some html work still it seems, thumbnails are too large.
2020-05-01 15:49:20 -07:00
Ben Greear
5dec4bebd9 kpi: Add links to latest test run info.
For easier click-through to see recent results.
2020-05-01 08:51:30 -07:00
Ben Greear
11e8362be9 kpi: Support adding git-log info to the Run report. 2020-04-30 20:48:48 -07:00
Ben Greear
02954a7a14 kpi: Add group graphs.
And customized units on graphs.
2020-04-30 11:44:30 -07:00
Ben Greear
97ec011fec kpi: Fix more ordering issues. 2020-04-29 16:44:19 -07:00
Ben Greear
e49a8e0590 kpi: Improve html output
Improve ordering, add DUT info in the test-run details.
2020-04-29 16:06:24 -07:00
Ben Greear
e8767aabcd kpi: Generate test-bed history web page.
Includes historical graphs for each data set, and links
to test bed runs.
2020-04-29 13:44:42 -07:00
Ben Greear
aae4953061 kpi: Generate gnuplot graphs for each data 2020-04-29 11:59:22 -07:00
Ben Greear
4f13a36b38 gui scripting: Add tool to parse historical kpi data and turn it into useful reports.
Currently, it can only parse the csv data.  Next it can generate some graphs and html
and such.
2020-04-28 16:33:53 -07:00