~canonical-kernel/+git/kteam-tools:john-cabaj/add-gcp-blackout-dates

Last commit made on 2023-11-02
Get this branch:
git clone -b john-cabaj/add-gcp-blackout-dates https://git.launchpad.net/~canonical-kernel/+git/kteam-tools
Members of Canonical Kernel can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
john-cabaj/add-gcp-blackout-dates
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

02cfab1... by John Cabaj

info/kernel-series.yaml: Adding linux-gcp and related kernel blackout dates

Signed-off-by: John Cabaj <email address hidden>

f58a4a9... by You-Sheng Yang

juergh/allow-relocate-cranky-config-to-XDG_CONFIG_HOME

Acked-by: You-Sheng Yang <email address hidden>
Signed-off-by: You-Sheng Yang <email address hidden>

7028c65... by You-Sheng Yang

cranky: allow relocate config yaml into XDG_CONFIG_HOME

Signed-off-by: You-Sheng Yang <email address hidden>

26620cd... by You-Sheng Yang

cranky/crl: tests -- remove duplicated cranky tests

Signed-off-by: You-Sheng Yang <email address hidden>

3bbd2fc... by Andy Whitcroft

info/kernel-series: Claim some Google Cloud kernels

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

5607eda... by John Cabaj

info/kernel-series: Claim some Google Cloud kernels

Signed-off-by: John Cabaj <email address hidden>

02576a1... by Andy Whitcroft

cranky: promote-snap -- add support for promoting by tracker

Add support for promotion by tracker number. As things stand
you have no way to perform the promotions wanted for a stream#1 tracker
and not a stream#2 tracker. Add support for promoting by tracker to
simplify selection.

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

7d0d432... by Ian May

info/kernel-series: Transition nvidia-hwe-22.04-edge from nvidia-6.2 to nvidia-6.5

Signed-off-by: Ian May <email address hidden>
Acked-by: Jacob Martin <email address hidden>
Signed-off-by: Ian May <email address hidden>

10d9b87... by Ian May

info/kernel-series: Transition nvidia-hwe-22.04-edge from nvidia-6.2 to nvidia-6.5

Signed-off-by: Ian May <email address hidden>

c1ce026... by Andrea Righi

annotations: update: properly update note for arch-flavour configs

Values in the form "arch-flavour" are incorrectly processed in the logic
to determine if the note needs to be updated, causing a bunch of notes
to be incorrectly replaced with 'TODO: update not'.

Fix this by searching the values with the proper arch and flavour.

== Additional notes ==

Inside the affected function we are replacing flavour with "arch-flavour" to easily access the items in the dictionary `self.config[conf]['policy']`.

But we also used the replaced flavour variable to search for the old value (and trigger the "update note" condition), that ended up being replaced another time, producing "arch-flavour-flavour", that is incorrect.

This is why all the notes for the values in the form "arch-flavour" were incorrectly replaced with the "TODO", because it was always failing to find the previous value.

Signed-off-by: Andrea Righi <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Signed-off-by: Andrea Righi <email address hidden>