lp:~fginther/+git/ksc-test-results

Owned by Francis Ginther
Get this repository:
git clone https://git.launchpad.net/~fginther/+git/ksc-test-results
Only Francis Ginther can upload to this repository. If you are Francis Ginther please log in for upload directions.

Branches

Name Last Modified Last Commit
fginther/local-serial-log 2023-09-14 21:01:30 UTC
rtr-log.py: Archive the serial log to the web directory

Author: Francis Ginther
Author Date: 2023-09-14 21:01:30 UTC

rtr-log.py: Archive the serial log to the web directory

The "Serial Console Log" links to the latest version in the jenkins
workspace. This always links to the most recent job run, so older
results will point to the wront log. The serial console log is included
in the archived results that are rsynced from jenkins, so we can use
this instead. Specifically:
 * Copy the serial console log from imported/ to web/.
 * Link to the local console log if it exists, otherwise still provide a
   link to where the log would exist in the jenkins workspace.

Signed-off-by: Francis Ginther <francis.ginther@canonical.com>

fginther/fix-cbd-in-pvr 2023-07-19 17:24:36 UTC
[ckct-on-demand] Fix assignment of cbd handle

Author: Francis Ginther
Author Date: 2023-07-19 17:24:36 UTC

[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 <francis.ginther@canonical.com>

fginther/add-s-cycle 2023-06-19 21:47:23 UTC
find-latest-cycles.py: Add support for the `s` sru cycle

Author: Francis Ginther
Author Date: 2023-06-19 21:47:23 UTC

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 <francis.ginther@canonical.com>

fginther/add-cbd-reports 2023-06-19 21:45:52 UTC
[ci] Add support for cbd / ci test reports

Author: Francis Ginther
Author Date: 2023-06-19 21:41:42 UTC

[ci] 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 <francis.ginther@canonical.com>

fginther/queue-to-list 2023-02-28 02:25:37 UTC
find-imported-job-results: Switch Queue to list

Author: Francis Ginther
Author Date: 2023-02-28 02:25:37 UTC

find-imported-job-results: Switch Queue to list

A multiprocessing.Queue was being used to store job result paths that
needed to be processed as they were found. This queue was then emptied
and the results printed out. It was discovered that sometimes results
were not being replaced by new results and was traced back to the use of
this Queue. The multiprocessing.Queue appears to be racy and empty()
does not guarantee that the Queue is empty(). It is also unnecessary in
this use case as this script is executed serially. It was converted to a
list to reduce overhead.

Signed-off-by: Francis Ginther <francis.ginther@canonical.com>

fginther/allow-missing-bug-target 2023-02-24 16:25:37 UTC
sru_cycle_status: Don't crash on bugs missing a target field

Author: Francis Ginther
Author Date: 2023-02-24 16:23:49 UTC

sru_cycle_status: Don't crash on bugs missing a target field

When calculating the active sru_cycles, we sometimes encounter a bug
with a missing `target` field. Log the bug, but don't crash.

Signed-off-by: Francis Ginther <francis.ginther@canonical.com>

fginther/process-3-cycles 2023-02-24 16:14:36 UTC
find-latest-cycles: Bump the number of scanned cycles to 3

Author: Francis Ginther
Author Date: 2023-02-24 16:14:36 UTC

find-latest-cycles: Bump the number of scanned cycles to 3

We have started to occassionally have active kernels across 3 cycles.
Bump the number of scanned cycles to 3.

Signed-off-by: Francis Ginther <francis.ginther@canonical.com>

fginther/add-sut-scan-markers 2022-12-01 20:45:05 UTC
rtr-log: Add a link anchor for the sut-scan error messages

Author: Francis Ginther
Author Date: 2022-11-28 22:49:21 UTC

rtr-log: Add a link anchor for the sut-scan error messages

When test results contain a sut-scan failure, there will be a sut-scan
testcase link in the navigation panel, but there is no matching testcase
in the log. This adds a link target to the text added for the various
sut-scan failures.

Signed-off-by: Francis Ginther <francis.ginther@canonical.com>

fginther/hints 2021-06-24 15:31:08 UTC
[check-hint-age] Add script to check for a recent hint update

Author: Francis Ginther
Author Date: 2021-06-24 15:31:08 UTC

[check-hint-age] Add script to check for a recent hint update

Signed-off-by: Francis Ginther <francis.ginther@canonical.com>

19 of 9 results
This repository contains Public information 
Everyone can see this information.

Subscribers