~xnox/+git/kteam-tools:uc20-intel

Last commit made on 2021-06-11
Get this branch:
git clone -b uc20-intel https://git.launchpad.net/~xnox/+git/kteam-tools
Only Dimitri John Ledkov can upload to this branch. If you are Dimitri John Ledkov please log in for upload directions.

Branch merges

Branch information

Name:
uc20-intel
Repository:
lp:~xnox/+git/kteam-tools

Recent commits

4784798... by Dimitri John Ledkov

info/kernel-series.yaml: add linux-uc20-intel

BugLink: https://bugs.launchpad.net/bugs/1927577

Signed-off-by: Dimitri John Ledkov <email address hidden>

7864cbf... by Kleber Sacilotto de Souza

stable/create-sru-cards.yaml: add link to new RT results report

Add link to new RT results report to the 'Review regression tests
results' card description.

Signed-off-by: Kleber Sacilotto de Souza <email address hidden>

8291dc5... by Kleber Sacilotto de Souza

stable/create-sru-cards.yaml: remove link to RT spreadsheet

The "RT Review Readiness spreadsheet" is no longer needed, so remove the
link from the "Review regressiont tests results" card.

Signed-off-by: Kleber Sacilotto de Souza <email address hidden>

f317892... by Juerg Haefliger

cranky/open: Support unversioned ABI directories

Newer trees may contain an unversioned ABI directory. In that case, and
if --reuse-abi is provided, simply update the version file rather than
moving the tree.

Signed-off-by: Juerg Haefliger <email address hidden>
Acked-by: Thadeu Lima de Souza Cascardo <email address hidden>
Acked-by: Andrea Righi <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>

d3677c7... by Juerg Haefliger

info/kernel-series: Publish focal:pi-kernel to 'stable'

Snapd and pi-gadget finally gained the capability to refresh kernel snaps
that contain boot-breaking DTB changes so we can start promoting to
'stable' again.

This basically reverts commit e0ee98dd2589 ("info/kernel-series: Don't
publish focal:pi-kernel to 'stable'") but makes use of the (not so) new
'promote-to' property.

Signed-off-by: Juerg Haefliger <email address hidden>

2d911d0... by Andy Whitcroft

info/kernel-series: focal:linux-azure-fde -- fix routing

Signed-off-by: Andy Whitcroft <email address hidden>

d6bccc3... by Dimitri John Ledkov

adt-matrix: add adt-remove-package-version script to fix caches

This script allows to fix up cached adt-matrix results when packages
are removed from the archive. For example, glibc ubuntu9.3 sru got
remove from focal-proposed. When that happens cached results against
ubuntu9.3 should be dropped, and the latest known version of glibc
should be downgraded to ubuntu9.2

The script's --help in detail expalains when and how to use it.

This script is rewritten as dual python2 or python3 script. adt-matrix
currently runs as python2, and there are differences in the serialized
json ouptut between python2 and python3. To keep the updated cache
diffable this script should be executed using the same python as the
adt-matrix itself.

Here is a sample change that it can generate:

    $ adt-remove-package-version --series-cache ./focal.cache --package glibc --remove-version 2.31-0ubuntu9.3 --set-version 2.31-0ubuntu9.2
    $ diff ../../kernel/focal.cache focal.cache
    @@ -264632,14 +264632,6 @@
        "20210427_150453_a9e3b@"
      ]
    },
    - "glibc": {
    - "amd64": [
    - true,
    - "2.31-0ubuntu9.3",
    - "https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/amd64/g/glibc/20210427_194311_ef12a@/",
    - "20210427_194311_ef12a@"
    - ]
    - },
    "nvidia-graphics-drivers-418-server": {
      "amd64": [
        true,
    @@ -297083,7 +297075,7 @@
  "sysdig s390x": "0.26.4-1ubuntu0.3",
  "apparmor s390x": "2.13.3-7ubuntu5.1",
  "langford ppc64el": "0.0.20130228-6build1",
    - "glibc amd64": "2.31-0ubuntu9.3",
    + "glibc amd64": "2.31-0ubuntu9.2",
  "jool ppc64el": "4.0.7-1",
  "glibc ppc64el": "2.31-0ubuntu9.2",
  "xtables-addons s390x -proposed": "3.9-1ubuntu0.2~20.04.1"

This tool should help with fixing the currently MISS glibc results in
the current SRU cycle's adt-matrix for focal.

Signed-off-by: Dimitri John Ledkov <email address hidden>
Acked-by: Seth Forshee <email address hidden>
Acked-by: Andy Whitcroft <email address hidden>

bb929e3... by Dimitri John Ledkov

adt-matrix: remove adt-cleanup adhoc script

Remove the adhoc script that was used to fix up cached results.

Signed-off-by: Dimitri John Ledkov <email address hidden>
Acked-by: Seth Forshee <email address hidden>
Acked-by: Andy Whitcroft <email address hidden>

289a6f4... by Marcelo Cerri

info/kernel-series: Rename azure-efi to azure-fde

Signed-off-by: Marcelo Henrique Cerri <email address hidden>

19cc2ef... by Marcelo Cerri

info/kernel-series: Add focal:linux-azure-efi

Add new kernel package produced from linux-azure similar to the
uc20-efi kernel.

Signed-off-by: Marcelo Henrique Cerri <email address hidden>