Merge ~snappy-hwe-team/snappy-hwe-snaps/+git/jenkins-jobs:valentindavid/core22 into ~snappy-hwe-team/snappy-hwe-snaps/+git/jenkins-jobs:master

Proposed by Valentin David
Status: Merged
Approved by: Alfonso Sanchez-Beato
Approved revision: 18a3cc8e97bd2da87cccf8d9a24816d47fab9e90
Merged at revision: 8982e0247dbe51836ba2651c433be5696905e65a
Proposed branch: ~snappy-hwe-team/snappy-hwe-snaps/+git/jenkins-jobs:valentindavid/core22
Merge into: ~snappy-hwe-team/snappy-hwe-snaps/+git/jenkins-jobs:master
Diff against target: 12 lines (+2/-0)
1 file modified
tools/trigger-ci.py (+2/-0)
Reviewer Review Type Date Requested Status
System Enablement Bot continuous-integration Approve
Alfonso Sanchez-Beato Approve
Review via email: mp+418860@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alfonso Sanchez-Beato (alfonsosanchezbeato) wrote :

LGTM, thanks!

review: Approve
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tools/trigger-ci.py b/tools/trigger-ci.py
2index 4f9979f..65f3b3e 100755
3--- a/tools/trigger-ci.py
4+++ b/tools/trigger-ci.py
5@@ -182,6 +182,8 @@ def get_series_from_yaml(yaml_text):
6 series = 'bionic'
7 elif re.findall(r"(?:^|\n)base:\s+core20\s*\n", yaml_text):
8 series = 'focal'
9+ elif re.findall(r"(?:^|\n)base:\s+core22\s*\n", yaml_text):
10+ series = 'jammy'
11
12 return series
13

Subscribers

People subscribed via source and target branches

to all changes: