[lxc-devel] [lxc-ci/master] jobs: Add OpenWrt 18.06

monstermunchkin on Github lxc-bot at linuxcontainers.org
Tue Sep 3 15:24:09 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 356 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190903/c0fc207e/attachment.bin>
-------------- next part --------------
From 79888e0fb8f67306f04fa238e62a8f7e5872211f Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Tue, 3 Sep 2019 17:22:31 +0200
Subject: [PATCH] jobs: Add OpenWrt 18.06

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 jenkins/jobs/image-openwrt.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/jenkins/jobs/image-openwrt.yaml b/jenkins/jobs/image-openwrt.yaml
index 95a100b..e7b1fc6 100644
--- a/jenkins/jobs/image-openwrt.yaml
+++ b/jenkins/jobs/image-openwrt.yaml
@@ -16,7 +16,8 @@
         name: release
         type: user-defined
         values:
-        - current
+        - snapshot
+        - "18.06"
 
     - axis:
         name: variant
@@ -40,7 +41,8 @@
 
         exec sudo /lxc-ci/bin/build-distro /lxc-ci/images/openwrt.yaml \
             ${LXD_ARCHITECTURE} 7200 ${WORKSPACE} \
-            -o image.architecture=${ARCH} -o image.release=snapshot
+            -o image.architecture=${ARCH} \
+            -o image.release=${release}
 
     properties:
     - build-discarder:


More information about the lxc-devel mailing list