aboutsummaryrefslogtreecommitdiff
path: root/lkft-staging-no-skiplist.yaml
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2018-11-09 18:25:05 -0600
committerDan Rue <dan.rue@linaro.org>2018-11-13 18:52:08 +0000
commitffb2b5dfe9abf36122274a47ed51406002dcc674 (patch)
treed871e361eb9190e0d9c1e15306c264e8f4692b07 /lkft-staging-no-skiplist.yaml
parente4e3c113e70c1b4588b66a19516de8488cf2926b (diff)
lkft-staging: Add 4.19
Change-Id: I8c7101e21ed9d9ef3e158a1f3692ba17a2e72297 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'lkft-staging-no-skiplist.yaml')
-rw-r--r--lkft-staging-no-skiplist.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/lkft-staging-no-skiplist.yaml b/lkft-staging-no-skiplist.yaml
index fb2d78bea4..9296fb006c 100644
--- a/lkft-staging-no-skiplist.yaml
+++ b/lkft-staging-no-skiplist.yaml
@@ -45,6 +45,7 @@
- 'linux-stable-rc-4.9-oe'
- 'linux-stable-rc-4.14-oe'
- 'linux-stable-rc-4.18-oe'
+ - 'linux-stable-rc-4.19-oe'
- axis:
type: user-defined
name: QA_SERVER
@@ -191,6 +192,9 @@
export KERNEL_VERSION=git
export KERNEL_VERSION_OVERRIDE=mainline
;;
+ linux-stable-rc-4.19-oe)
+ export KERNEL_VERSION=4.19
+ ;;
linux-stable-rc-4.18-oe)
export KERNEL_VERSION=4.18
;;