~apw/+git/kteam-tools:swm/swm-jira-sync--issue-tag-fixes

Last commit made on 2022-08-04
Get this branch:
git clone -b swm/swm-jira-sync--issue-tag-fixes 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/swm-jira-sync--issue-tag-fixes
Repository:
lp:~apw/+git/kteam-tools

Recent commits

9e7ae1d... by Andy Whitcroft

swm-jira-sync: fix logging to include (noop) for issue tag updates

Seems we are calculating whether our tag operations are needed
and whether they have already been performed but only logging the
former. Fix the logging format to include the latter.

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

9cb8c99... by Andy Whitcroft

swm-jira-sync: handle adding a jira issue number where none is present

When a tracker without issue is detected swm-jira-sync will actually
make a new issue for it and attempt to add the required tracker tag. We
will correctly indicate the desire to add the new issue link, and
indicate there is None to delete. Currently this will lead
swm-jira-sync to crater. Detect this and avoid trying to remove the old
link.

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

66a57ab... by Andy Whitcroft

swm-jira-sync: handle duplicate Jira issue tags

If someone makes a second Jira issue for a kernel we will blindly detect
the tracker tag as missing and add a new one. This leads us to have
more than one tracker issue tag (with different issue numbers) and
non-deterministic behaviour. Detect a non-matching issue tag and remove
it. This will over time consume all incorrect tags; one per run. In
principle we would never have more than one when controlled by
swm-jira-sync so this slow correction is not an issue.

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

7bf5a37... by Andy Whitcroft

info/sru-cycle: 2022.05.30 is complete

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

176a1b3... by Sean Feole

kernel-devs: Fix typo / joseogando

Signed-off-by: Sean Feole <email address hidden>

f6f4382... by Sean Feole

kernel-devs: add joseogando

Signed-off-by: Sean Feole <email address hidden>

b52bf7d... by Ian May

info/kernel-series: add entry for focal:linux-nvidia-tegra-5.15

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

2fb4910... by Luke Nowakowski-Krijger

kernel.ubuntu.com/index.html: Update for 2022.07.11 SRU cycle

Update the dates shown on the main web page to the new SRU cycle
dates.

Signed-off-by: Luke Nowakowski-Krijger <email address hidden>

d21123c... by Luke Nowakowski-Krijger

sru-cycle: extend 2022.07.11 cycle by a week

Signed-off-by: Luke Nowakowski-Krijger <email address hidden>

8eb33a7... by Thadeu Lima de Souza Cascardo

kernel-series: Mark 21.10 and all kernels from 20.10 to 21.10 as not supported

The following command was run to achieve this.

sed -i '/Impish/,/Focal/s/supported: true/supported: false/' info/kernel-series.yaml

Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Kleber Sacilotto de Souza <email address hidden>