← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~kevinyeh/hwcert-jenkins-jobs:add-kinetic-archive into hwcert-jenkins-jobs:master

 

Kevin Yeh has proposed merging ~kevinyeh/hwcert-jenkins-jobs:add-kinetic-archive into hwcert-jenkins-jobs:master.

Commit message:
Add: add kinetic to get package series list.

Requested reviews:
  Jonathan Cave (jocave)

For more details, see:
https://code.launchpad.net/~kevinyeh/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/435344
-- 
Your team hwcert-jenkins is subscribed to branch hwcert-jenkins-jobs:master.
diff --git a/jobs/infrastructure/package-data/package-data.yaml b/jobs/infrastructure/package-data/package-data.yaml
index 71a2a27..a7472a0 100644
--- a/jobs/infrastructure/package-data/package-data.yaml
+++ b/jobs/infrastructure/package-data/package-data.yaml
@@ -26,7 +26,7 @@
 
             # Get package version for amd64 architecture
             ARCH="amd64 arm64 armhf"
-            SERIES="xenial bionic focal jammy"
+            SERIES="xenial bionic focal jammy kinetic"
             REPO="main universe"
             POCKET="updates security proposed"
             for arch in $ARCH; do

Follow ups