~fginther/+git/ksc-test-results:fginther/fix-cbd-in-pvr

Last commit made on 2023-07-19
Get this branch:
git clone -b fginther/fix-cbd-in-pvr https://git.launchpad.net/~fginther/+git/ksc-test-results
Only Francis Ginther can upload to this branch. If you are Francis Ginther please log in for upload directions.

Branch merges

Branch information

Name:
fginther/fix-cbd-in-pvr
Repository:
lp:~fginther/+git/ksc-test-results

Recent commits

9a0feef... by Francis Ginther

[ckct-on-demand] Fix assignment of cbd handle

A local variable change was missed while merging in the ckct-on-demand
branch and an assignment was being made to a non-existant dictionary.
Fix this by using the new shortend variable.

Signed-off-by: Francis Ginther <email address hidden>

a8c1fc2... by Cory Todd

summarize-results: handle malformed results

It is possible for package-version-results.json to be malformed. We
don't have strong validation on this file so be defensive. The problem
manifests because the recursive default dict returns itself which is by
definition unhashable.

Signed-off-by: Cory Todd <email address hidden>

f98ec9c... by Cory Todd

lib:kernel-series -- update from latest kteam-tools

Update to the latest version of kernel-series. We also need to remove
the isort pre-commit hook because it is broken and the author will not
backport the fix to Python <3.10.

Signed-off-by: Cory Todd <email address hidden>

eca13ce... by Francis Ginther

[ckct-on-demand] Add support for cbd / ci test reports

Adds support for the unofficial `t` sru cycles used to designated ci
testing via cbd. Add support for displaying results from cbd runs
including showing the cbd job id.

Signed-off-by: Francis Ginther <email address hidden>

8b8dabe... by Francis Ginther

find-latest-cycles.py: Add support for the `s` sru cycle

SWM now generates sru sycles starting with `s` to designate a security
respin cycle.

Signed-off-by: Francis Ginther <email address hidden>

531b0f5... by Cory Todd

summarize-results: explain how report is printed to console

Explain the purpose of and method used to generate pretty summary
reports on stdout. The key feature is that we're using a StringIO to
efficiently collect characters for each row in the report. We then
inspect the buffer at key points to determine how to align key columns.

Signed-off-by: Cory Todd <email address hidden>
Acked-by: Francis Ginther <email address hidden>

465641d... by Cory Todd

summarize-results: collapse dictionary access

Iterate over dictionary values instead of rebuilding the lookup patch on
each loop iteration in cloud_summary_status.

Signed-off-by: Cory Todd <email address hidden>
Acked-by: Francis Ginther <email address hidden>

8cdcdf5... by Cory Todd

summarize-results: update example docstring

Signed-off-by: Cory Todd <email address hidden>
Acked-by: Francis Ginther <email address hidden>

28f6b97... by Cory Todd

summarize-results: remove colored logging

Colored logs look pretty but make the code hard to read and even harder
to correctly format as a table. If we want a color in the future I
propose we delegate that to a library like pandas or tabulate since
ANSI codes mess up the column measurements.

Also add test operation to summary table so it doesn't look like each
test section is printed twice.

Signed-off-by: Cory Todd <email address hidden>
Acked-by: Francis Ginther <email address hidden>

9b400c7... by Cory Todd

summarize-results: un-nest dictionary access

Simplify dictionary access for all summary dict getters and setters.
This is done using an automatically recursive default dictionary.

Signed-off-by: Cory Todd <email address hidden>
Acked-by: Francis Ginther <email address hidden>