aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-03-21 10:33:23 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-03-21 10:33:23 +0200
commit1080b6fe9fff1e41dfca57f0aa076c9b2a89d46e (patch)
tree981e2a6c41bdabea7b4f42990fe151a32a5e1d2f
parent7663442c71d6f6662c1a74873ed66db9e64f02fa (diff)
lt-qcom-*-tree: remove kernel builds
deprecated in favor of lt-qcom-ubuntu-images* jobs. Change-Id: I8267b0f272d90cd1d6210761a30bcb2439c25be5 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--lt-qcom-tracking-tree.yaml103
-rw-r--r--lt-qcom-working-tree.yaml103
2 files changed, 0 insertions, 206 deletions
diff --git a/lt-qcom-tracking-tree.yaml b/lt-qcom-tracking-tree.yaml
deleted file mode 100644
index 98453f9..0000000
--- a/lt-qcom-tracking-tree.yaml
+++ /dev/null
@@ -1,103 +0,0 @@
-- job:
- name: LT-QCOM-tracking-tree
- project-type: freestyle
- defaults: global
- logrotate:
- daysToKeep: 30
- numToKeep: 30
- properties:
- - authorization:
- anonymous:
- - job-read
- linaro-landing-team-qualcomm-personnel:
- - job-read
- - job-extended-read
- - job-build
- - job-cancel
- disabled: false
- node: build
- display-name: 'Qualcomm LT kernel (tracking)'
- scm:
- - git:
- url: http://git.linaro.org/git/landing-teams/working/qualcomm/kernel.git
- refspec: +refs/heads/integration-linux-qcomlt:refs/remotes/origin/integration-linux-qcomlt
- name: origin
- branches:
- - origin/integration-linux-qcomlt
- skip-tag: true
- shallow-clone: true
- wipe-workspace: false
- triggers:
- - pollscm: 'H/5 * * * *'
- - reverse:
- jobs: 'ubuntu-armhf-rootfs'
- result: 'success'
- wrappers:
- - timestamps
- - copy-to-slave:
- includes:
- - gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz
- - build-name:
- name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
- builders:
- - shell: |
- #!/bin/bash
-
- set -ex
-
- trap cleanup_exit INT TERM EXIT
-
- cleanup_exit()
- {
- cd ${WORKSPACE}
- rm -rf lci-build-tools
- rm -rf builddir*
- rm -f builddeb.patch
- }
-
- # we cannot clean 'out' on exit but on entry instead, since its
- # content is needed for triggers and publishers
- rm -rf out
-
- 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 make_install=true
- export kernel_flavour="multi-v7"
- export kernel_config="multi_v7_defconfig"
- export toolchain_url="http://releases.linaro.org/14.04/components/toolchain/binaries/gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz"
-
- test -d lci-build-tools || git clone https://git.linaro.org/git/ci/lci-build-tools.git lci-build-tools
- wget http://people.linaro.org/~nicolas.dechesne/builddeb.patch
- (cd lci-build-tools && patch -p1 < ../builddeb.patch)
- bash lci-build-tools/jenkins_kernel_build_inst
-
- cp -a *.deb out/
-
- # IFC6410 needs ATAG fixup to boot
- cp -a fixup.bin out/fixup-qcom-apq8064-ifc6410.bin
- cp -a fixup.bin out/fixup-qcom-apq8064-cm-qs600.bin
-
- # these variables are required by lt-qcom-ubuntu-images job
- cat << EOF > out/lt-qcom-ubuntu-images_parameters
- KERNEL_BUILD_JENKINS=${BUILD_URL}
- KERNEL_FLAVOUR=${kernel_flavour}
- KERNEL_SERIAL_CONSOLE=ttyMSM0,115200n8
- EOF
- publishers:
- - archive:
- artifacts: 'out/*, out/dtbs/qcom-apq*.dtb'
- latest-only: true
- - trigger-parameterized-builds:
- - project: 'lt-qcom-ubuntu-images-tracking'
- property-file: out/lt-qcom-ubuntu-images_parameters
- condition: SUCCESS
- - email:
- recipients: 'nicolas.dechesne@linaro.org fathi.boudra@linaro.org'
- - ircbot:
- channels:
- - name: '#linaro-lt-qcomm'
- password: ${LT_QCOM_KEY}
diff --git a/lt-qcom-working-tree.yaml b/lt-qcom-working-tree.yaml
deleted file mode 100644
index 986f70d..0000000
--- a/lt-qcom-working-tree.yaml
+++ /dev/null
@@ -1,103 +0,0 @@
-- job:
- name: LT-QCOM-working-tree
- project-type: freestyle
- defaults: global
- logrotate:
- daysToKeep: 30
- numToKeep: 30
- properties:
- - authorization:
- anonymous:
- - job-read
- linaro-landing-team-qualcomm-personnel:
- - job-read
- - job-extended-read
- - job-build
- - job-cancel
- disabled: false
- node: build
- display-name: 'Qualcomm LT kernel (working)'
- scm:
- - git:
- url: http://git.linaro.org/git/landing-teams/working/qualcomm/kernel.git
- refspec: +refs/heads/release/qcomlt-3.18:refs/remotes/origin/release/qcomlt-3.18
- name: origin
- branches:
- - origin/release/qcomlt-3.18
- skip-tag: true
- shallow-clone: true
- wipe-workspace: false
- triggers:
- - pollscm: 'H/5 * * * *'
- - reverse:
- jobs: 'ubuntu-armhf-rootfs'
- result: 'success'
- wrappers:
- - timestamps
- - copy-to-slave:
- includes:
- - gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz
- - build-name:
- name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
- builders:
- - shell: |
- #!/bin/bash
-
- set -ex
-
- trap cleanup_exit INT TERM EXIT
-
- cleanup_exit()
- {
- cd ${WORKSPACE}
- rm -rf lci-build-tools
- rm -rf builddir*
- rm -f builddeb.patch
- }
-
- # we cannot clean 'out' on exit but on entry instead, since its
- # content is needed for triggers and publishers
- rm -rf out
-
- 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 make_install=true
- export kernel_flavour="qcom"
- export kernel_config="qcom_defconfig"
- export toolchain_url="http://releases.linaro.org/14.04/components/toolchain/binaries/gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz"
-
- test -d lci-build-tools || git clone https://git.linaro.org/git/ci/lci-build-tools.git lci-build-tools
- wget http://people.linaro.org/~nicolas.dechesne/builddeb.patch
- (cd lci-build-tools && patch -p1 < ../builddeb.patch)
- bash lci-build-tools/jenkins_kernel_build_inst
-
- cp -a *.deb out/
-
- # IFC6410 needs ATAG fixup to boot
- cp -a fixup.bin out/fixup-qcom-apq8064-ifc6410.bin
- cp -a fixup.bin out/fixup-qcom-apq8064-cm-qs600.bin
-
- # these variables are required by lt-qcom-ubuntu-images job
- cat << EOF > out/lt-qcom-ubuntu-images_parameters
- KERNEL_BUILD_JENKINS=${BUILD_URL}
- KERNEL_FLAVOUR=${kernel_flavour}
- KERNEL_SERIAL_CONSOLE=ttyMSM0,115200n8
- EOF
- publishers:
- - archive:
- artifacts: 'out/*, out/dtbs/qcom-apq*.dtb'
- latest-only: true
- - trigger-parameterized-builds:
- - project: 'lt-qcom-ubuntu-images'
- property-file: out/lt-qcom-ubuntu-images_parameters
- condition: SUCCESS
- - email:
- recipients: 'nicolas.dechesne@linaro.org fathi.boudra@linaro.org'
- - ircbot:
- channels:
- - name: '#linaro-lt-qcomm'
- password: ${LT_QCOM_KEY}