~apw/+git/kteam-tools:swm/kernel-stable-dashboard--fix-header-nesting

Last commit made on 2021-08-11
Get this branch:
git clone -b swm/kernel-stable-dashboard--fix-header-nesting https://git.launchpad.net/~apw/+git/kteam-tools
Only Andy Whitcroft can upload to this branch. If you are Andy Whitcroft please log in for upload directions.

Branch merges

Branch information

Name:
swm/kernel-stable-dashboard--fix-header-nesting
Repository:
lp:~apw/+git/kteam-tools

Recent commits

ce6d3d9... by Andy Whitcroft

kernel-stable-board: reorder generation to place style in the header

Style elements should be inside the document. Pull them down and into
the <head> element.

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

56c72ca... by Andy Whitcroft

adt-matrix: record full retry URL -- even for good cells

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

f6924b3... by Andy Whitcroft

adt-matrix: record full retry URL

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

dd21c09... by Krzysztof Kozlowski

cranky: docs: document need for snapcraft

cranky promote-snap requires snapcraft.

Signed-off-by: Krzysztof Kozlowski <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>

4c5ab1b... by Kleber Sacilotto de Souza

kernel-series: set automated-testing as invalid for h/realtime

The realtime kernel is private, so ADT cannot be run with it yet.

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

aec22c6... by Khaled El Mously

f/ibm: Use ~canonical-kernel not ~ubuntu-kernel

Signed-off-by: Khalid Elmously <email address hidden>

3db0d3f... by Khaled El Mously

f/ibm: Change repo location back to public

Confirmed that this OK to be public.

Signed-off-by: Khalid Elmously <email address hidden>

285cb21... by Krzysztof Kozlowski

kernel-series: impish:linux-oracle 5.11 --> 5.13

Signed-off-by: Krzysztof Kozlowski <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>

7743893... by Tim Gardner

kernel-series: impish:linux-azure 5.11 --> 5.13

Signed-off-by: Tim Gardner <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>

2f8f76e... by Dimitri John Ledkov

cranky: update-snap: rename kernel.yaml to kernel-info.yaml

kernel.yaml is already a thing that kernel snaps can specify, it gets
copied into meta/ directory, and parsed by snapd when installing
kernel snaps. It has an expected structure & keys as defined in
snapd. Whilst we can use kernel.yaml for our internal purposes, the
keys we use may clash with snapd's interpretation of them. It is best
if we use a unique/different name for kernel-info.yaml solely for our
internal/swm purposes.

Any existing updates of kernel snaps will need to be checked if they
already have a snapd or swm kernel.yaml, and fixed up appropriately.

Fixes: d439b4309b ("cranky: update-snap: Migrate to use kernel.yaml")
Signed-off-by: Dimitri John Ledkov <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>