aboutsummaryrefslogtreecommitdiff
path: root/rpb-kernel-enterprise.yaml
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2017-10-04 11:37:37 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-10-04 10:03:27 +0000
commite6a9a7a85307b072dfdf9a8c43d928ff355e8ec5 (patch)
tree46fb2e8c8d00da97c9bf08313433dfe4bc0415b2 /rpb-kernel-enterprise.yaml
parent3834fd4cdb9aa6bfd7e49802dba04fa9e68a2bb5 (diff)
rpb-kernel-enterprise: update to stretch
Move package build to OBS and use stretch branch. Part of BB-450 Change-Id: I24811da8fdc17428433ff9257d74c1a07a40a0df Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'rpb-kernel-enterprise.yaml')
-rw-r--r--rpb-kernel-enterprise.yaml12
1 files changed, 5 insertions, 7 deletions
diff --git a/rpb-kernel-enterprise.yaml b/rpb-kernel-enterprise.yaml
index 10dd2e5eee..194b7284a3 100644
--- a/rpb-kernel-enterprise.yaml
+++ b/rpb-kernel-enterprise.yaml
@@ -25,7 +25,7 @@
default: 'https://github.com/Linaro/rpk.git'
- string:
name: TARGET_REPO
- default: 'erp-17.08-staging'
+ default: 'ERP:staging'
disabled: false
node: docker-jessie-rp
display-name: 'Reference Platform - Linux Kernel (EE)'
@@ -56,7 +56,7 @@
sudo apt-get install -y ccache python-requests quilt cpio rsync
# Checkout source code
- git clone --depth 1 -b rpb-jessie https://github.com/Linaro/debian-kernel-packaging.git debian-pkg
+ git clone --depth 1 -b rpb-stretch https://github.com/Linaro/debian-kernel-packaging.git debian-pkg
# Export the kernel packaging version
cd ${WORKSPACE}/linux
@@ -91,11 +91,9 @@
debuild -S -uc -us
cd ..
- cat > ${WORKSPACE}/build-package-params-jessie <<EOF
+ cat > ${WORKSPACE}/build-package-params <<EOF
source=${BUILD_URL}/artifact/$(echo *.dsc)
repo=${TARGET_REPO}
- codename=jessie
- appendversion=false
EOF
# Final preparation for publishing
@@ -134,8 +132,8 @@
- archive:
artifacts: '*.dsc, *.xz'
- trigger-parameterized-builds:
- - project: build-package
- property-file: build-package-params-jessie
+ - project: build-package-obs
+ property-file: build-package-params
condition: SUCCESS
- email:
recipients: 'fathi.boudra@linaro.org riku.voipio@linaro.org packages@lists.linaro.org'