aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-stable-lsk-v3.18-rt-pre-merge.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'linux-linaro-stable-lsk-v3.18-rt-pre-merge.yaml')
-rw-r--r--linux-linaro-stable-lsk-v3.18-rt-pre-merge.yaml159
1 files changed, 0 insertions, 159 deletions
diff --git a/linux-linaro-stable-lsk-v3.18-rt-pre-merge.yaml b/linux-linaro-stable-lsk-v3.18-rt-pre-merge.yaml
deleted file mode 100644
index 1f05579767..0000000000
--- a/linux-linaro-stable-lsk-v3.18-rt-pre-merge.yaml
+++ /dev/null
@@ -1,159 +0,0 @@
-- job:
- name: linux-linaro-stable-lsk-v3.18-rt-pre-merge
- project-type: matrix
- defaults: global
- logrotate:
- daysToKeep: 30
- numToKeep: 30
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- - job-workspace
- parameters:
- - string:
- name: BUNDLE_STREAM_NAME
- default: '/private/team/linaro/ci-linux-linaro-stable-lsk-v3.18-rt-pre-merge/'
- - string:
- name: LAVA_SERVER
- default: 'validation.linaro.org/RPC2/'
- disabled: true
- node: linaro-kernel-ci
- retry-count: 3
- child-workspace: .
- display-name: 'DELETE ME'
- scm:
- - git:
- url: https://git.linaro.org/kernel/linux-linaro-stable.git
- refspec: +refs/heads/linux-linaro-lsk-v3.18-rt-test:refs/remotes/origin/linux-linaro-lsk-v3.18-rt-test
- name: origin
- branches:
- - refs/heads/linux-linaro-lsk-v3.18-rt-test
- skip-tag: true
- shallow-clone: true
- wipe-workspace: false
- axes:
- - axis:
- type: user-defined
- name: hwpack
- values:
- - arndale
- - beaglebone
-# - panda
- - axis:
- type: slave
- name: label
- values:
- - linaro-kernel-ci
- execution-strategy:
- sequential: true
- wrappers:
- - timestamps
- - build-name:
- name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
- - matrix-tie-parent:
- node: linaro-kernel-ci
- builders:
- - linaro-publish-token
- - shell: |
- #!/bin/bash
-
- set -ex
-
- trap cleanup_exit INT TERM EXIT
-
- cleanup_exit()
- {
- cd ${WORKSPACE}
- rm -rf builddir*
- rm -rf out
- rm -f hwpack_linaro-* linux-*.deb
- }
-
- export LANG=C
- CCACHE_DIR="${HOME}/srv/ccache"
- CCACHE_UNIFY=1
- CCACHE_SLOPPINESS=file_macro,include_file_mtime,time_macros
- export CCACHE_DIR CCACHE_UNIFY CCACHE_SLOPPINESS
- export use_ccache=true
- export use_config_fragment=1
- export MAKE_DTBS=true
- export tcbindir="${HOME}/srv/toolchain/arm-tc-15.02/bin"
- export toolchain_url="http://releases.linaro.org/15.02/components/toolchain/binaries/arm-linux-gnueabihf/gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf.tar.xz"
-
- case "${hwpack}" in
- arndale)
- export hwpack_type="arndale"
- export board_types="arndale"
- export kernel_flavour="arndale"
- export conf_filenames="arch/arm/configs/multi_v7_defconfig linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/preempt-rt.conf linaro/configs/arndale.conf"
- export DEVICE_TYPE="arndale"
- ;;
- beaglebone)
- export hwpack_type="beaglebone"
- export board_types="beaglebone-black"
- export kernel_flavour="am335x"
- export conf_filenames="arch/arm/configs/multi_v7_defconfig linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/preempt-rt.conf"
- export DEVICE_TYPE="beaglebone-black"
- ;;
- panda)
- export hwpack_type="panda"
- export board_types="panda-es"
- export kernel_flavour="omap"
- export conf_filenames="arch/arm/configs/multi_v7_defconfig linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/preempt-rt.conf linaro/configs/omap4.conf"
- export DEVICE_TYPE="panda-es"
- ;;
- esac
-
- rm -rf configs lci-build-tools
- git clone --depth 1 http://git.linaro.org/ci/lci-build-tools.git
- git clone --depth 1 http://git.linaro.org/ci/job/configs.git
- bash -x lci-build-tools/jenkins_kernel_build_inst
-
- mkdir -p out
- cp -a builddir-*-${kernel_flavour}/.config out/kernel_config_${kernel_flavour}
- mv hwpack_linaro-${hwpack_type}* out/
-
- ${HOME}/bin/linaro-cp --api_version 3 out kernel-hwpack/linux-linaro-stable-lsk-v3.18-rt-pre-merge-${hwpack}/${BUILD_NUMBER}
-
- CCACHE_DIR=${CCACHE_DIR} ccache -M 20G
- CCACHE_DIR=${CCACHE_DIR} ccache -s
-
- KERNEL_URL="http://snapshots.linaro.org/kernel-hwpack/linux-linaro-stable-lsk-v3.18-rt-pre-merge-${hwpack}/${BUILD_NUMBER}"
- HWPACK_BUILD_URL="${KERNEL_URL}/`ls out/hwpack_linaro-${hwpack_type}*.tar.gz |xargs basename`"
-
- # Create post-build-lava parameters
- cat << EOF > post_build_lava_parameters
- DEVICE_TYPE=${DEVICE_TYPE}
- BUNDLE_STREAM_NAME=${BUNDLE_STREAM_NAME}
- CUSTOM_JSON_URL=${JOB_URL}/ws/custom_lava_job_definition.json
- LAVA_SERVER=${LAVA_SERVER}
- HWPACK_BUILD_URL=${HWPACK_BUILD_URL}
- hwpack_type=${hwpack_type}
- EOF
- - inject:
- properties-file: post_build_lava_parameters
- - shell: |
- case "${hwpack}" in
- arndale|beaglebone|panda)
- # Get rootfs URL
- export ROOTFS_BUILD_NUMBER=335
- export ROOTFS_BUILD_URL="http://releases.linaro.org/15.06/openembedded/images/lamp-armv7a/linaro-image-lamp-genericarmv7a-20150618-335.rootfs.tar.gz"
-
- ./lci-build-tools/yaml-to-json.py configs/linux-linaro-stable-lsk-v3.18-rt-pre-merge/lava-job-definitions/${DEVICE_TYPE}/template.yaml > custom_lava_job_definition.json
- ;;
- esac
- - trigger-builds:
- - project: 'post-build-lava'
- property-file: post_build_lava_parameters
- block: true
- publishers:
- - warnings:
- console-log-parsers:
- - 'GNU C Compiler 4 (gcc)'
- - email-ext:
- recipients: 'alex.shi@linaro.org, fathi.boudra@linaro.org'
- attach-build-log: true
- matrix-trigger: both
-