aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-tracking-llct.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2019-04-19 15:27:31 +0530
committerRiku Voipio <riku.voipio@linaro.org>2019-05-03 09:18:42 +0300
commit217a75135db924a492152d117e2c90b1800969c5 (patch)
treed2b1d6bf21f910a143f0fbd51d4a1dbb4b49ab46 /linux-linaro-tracking-llct.yaml
parente7296994681e5ed2da84e521239a2a46df795228 (diff)
Cleanup: remove all deleted jobs
Change-Id: I59a2856f5d246141f169efb6f4ba2a19a3a9a6d7 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'linux-linaro-tracking-llct.yaml')
-rw-r--r--linux-linaro-tracking-llct.yaml212
1 files changed, 0 insertions, 212 deletions
diff --git a/linux-linaro-tracking-llct.yaml b/linux-linaro-tracking-llct.yaml
deleted file mode 100644
index bd332296d1..0000000000
--- a/linux-linaro-tracking-llct.yaml
+++ /dev/null
@@ -1,212 +0,0 @@
-- job:
- name: linux-linaro-tracking-llct
- project-type: matrix
- defaults: global
- logrotate:
- daysToKeep: 30
- numToKeep: 30
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- - job-workspace
- linaro:
- - job-read
- - job-extended-read
- - job-build
- - job-cancel
- parameters:
- - string:
- name: BUNDLE_STREAM_NAME
- default: '/private/team/linaro/ci-linux-linaro-tracking-llct/'
- - string:
- name: LAVA_SERVER
- default: 'validation.linaro.org/RPC2/'
- disabled: true
- node: build
- child-workspace: .
- display-name: 'DELETE ME'
- scm:
- - git:
- url: https://git.linaro.org/kernel/linux-linaro-tracking.git
- refspec: +refs/heads/linux-linaro-core-tracking:refs/remotes/origin/linux-linaro-core-tracking
- name: origin
- branches:
- - refs/heads/linux-linaro-core-tracking
- skip-tag: true
- shallow-clone: true
- wipe-workspace: false
- axes:
- - axis:
- type: user-defined
- name: hwpack
- values:
- - arndale
- - beaglebone
- - panda
- - vexpress64
- - axis:
- type: slave
- name: label
- values:
- - build
- execution-strategy:
- sequential: true
- wrappers:
- - timestamps
- - copy-to-slave:
- includes:
- - gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux.tar.xz
- - gcc-linaro-aarch64-linux-gnu-4.9-2014.09_linux.tar.xz
- - build-name:
- name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
- - matrix-tie-parent:
- node: build
- 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/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 make_bootwrapper=false
- export toolchain_url="http://releases.linaro.org/14.09/components/toolchain/binaries/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux.tar.xz"
-
- case "${hwpack}" in
- arndale)
- export hwpack_type="arndale"
- export board_types="arndale"
- export kernel_flavour="arndale"
- export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/kvm-host.conf linaro/configs/xen.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="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/multi_v7.conf linaro/configs/beaglebone.conf"
- export DEVICE_TYPE="beaglebone-black"
- ;;
- panda)
- export hwpack_type="panda"
- export board_types="panda-es"
- export kernel_flavour="omap"
- export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/omap2plus.conf linaro/configs/panda.conf"
- export DEVICE_TYPE="panda-es"
- ;;
- vexpress64)
- export hwpack_type="vexpress64"
- export board_types="rtsm_fvp_base-aemv8a"
- export kernel_flavour="vexpress64"
- export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/linaro-base64.conf linaro/configs/distribution.conf linaro/configs/kvm-guest.conf linaro/configs/kvm-host.conf linaro/configs/audit.conf linaro/configs/vexpress64.conf linaro/configs/workaround.conf"
- export DEVICE_TYPE="rtsm_fvp_base-aemv8a"
- export ARCH="arm64"
- export toolchain_url="http://releases.linaro.org/14.09/components/toolchain/binaries/gcc-linaro-aarch64-linux-gnu-4.9-2014.09_linux.tar.xz"
- cat << EOF > startup.nsh
- fs3:\Image dtb=juno\juno.dtb console=ttyAMA0,115200 earlyprintk=pl011,0x7ff80000 root=/dev/sda5 rootwait rootfstype=ext4 rw verbose debug uefi_debug ignore_loglevel
- EOF
- cat << EOF > linaro/configs/workaround.conf
- CONFIG_PREEMPT=y
- # CONFIG_DEBUG_PREEMPT is not set
- EOF
- ;;
- 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
- [ "${hwpack}" = "vexpress64" ] && mv startup.nsh out/
- [ "${hwpack}" = "vexpress64" ] && cp -a builddir-*-${kernel_flavour}/.config kernel.config
- 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-tracking-llct/${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-tracking-llct/${hwpack}/${BUILD_NUMBER}"
- HWPACK_BUILD_URL="${KERNEL_URL}/`ls out/hwpack_linaro-${hwpack_type}*.tar.gz |xargs basename`"
- STARTUP_NSH="${KERNEL_URL}/startup.nsh"
-
- # 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}
- STARTUP_NSH=${STARTUP_NSH}
- 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=704
- export ROOTFS_BUILD_URL="http://releases.linaro.org/15.05/ubuntu/vivid-images/developer/linaro-vivid-developer-20150522-704.tar.gz"
-
- ./lci-build-tools/yaml-to-json.py configs/linux-linaro-tracking-llct/lava-job-definitions/${DEVICE_TYPE}/template.yaml > custom_lava_job_definition.json
- ;;
- vexpress64)
- # Get rootfs URL
- export ROOTFS_BUILD_NUMBER=752
- export ROOTFS_BUILD_URL="http://releases.linaro.org/15.05/openembedded/images/lamp-armv8/linaro-image-lamp-genericarmv8-20150522-752.rootfs.tar.gz"
-
- ./lci-build-tools/yaml-to-json.py configs/linux-linaro-tracking-llct/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
- - conditional-step:
- condition-kind: strings-match
- condition-string1: '${ENV,var="hwpack"}'
- condition-string2: 'vexpress64'
- steps:
- - shell: |
- DEVICE_TYPE=juno
-
- # Get rootfs URL
- export ROOTFS_BUILD_NUMBER=752
- export ROOTFS_BUILD_URL="http://releases.linaro.org/15.05/openembedded/images/lamp-armv8/linaro-image-lamp-genericarmv8-20150522-752.rootfs.tar.gz"
-
- if grep -Fxq 'CONFIG_EFI=y' kernel.config; then
- ./lci-build-tools/yaml-to-json.py configs/linux-linaro-tracking-llct/lava-job-definitions/${DEVICE_TYPE}/template-efi.yaml > custom_lava_job_definition.json
- else
- ./lci-build-tools/yaml-to-json.py configs/linux-linaro-tracking-llct/lava-job-definitions/${DEVICE_TYPE}/template.yaml > custom_lava_job_definition.json
- fi
- - trigger-builds:
- - project: 'post-build-lava'
- property-file: post_build_lava_parameters
- block: true
- publishers:
- - email-ext:
- recipients: 'andrey.konovalov@linaro.org, fathi.boudra@linaro.org'
- attach-build-log: true
- matrix-trigger: both