aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-linux-stable-rc-4.13.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-11-14 15:56:06 +0200
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-11-15 12:37:15 +0000
commitf02b6ef12e183ce9102ffb8e144f40cb12bcbef9 (patch)
tree614543fea146154936afd57141539feb780fa525 /openembedded-lkft-linux-stable-rc-4.13.yaml
parenteadb9c70ea32ce47aa5e802937718640f799550c (diff)
openembedded-lkft: linux-stable: add linux-4.13.y and linux-4.14.y branches
Change-Id: I460699639c21a381f0131e67ebeb6b122fa30c40 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded-lkft-linux-stable-rc-4.13.yaml')
-rw-r--r--openembedded-lkft-linux-stable-rc-4.13.yaml149
1 files changed, 149 insertions, 0 deletions
diff --git a/openembedded-lkft-linux-stable-rc-4.13.yaml b/openembedded-lkft-linux-stable-rc-4.13.yaml
new file mode 100644
index 0000000000..3e5c1188cb
--- /dev/null
+++ b/openembedded-lkft-linux-stable-rc-4.13.yaml
@@ -0,0 +1,149 @@
+- job:
+ name: openembedded-lkft-linux-stable-rc-4.13
+ project-type: matrix
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ - job-workspace
+ linaro:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ artifact-num-to-keep: 1
+ parameters:
+ - string:
+ name: KERNEL_BRANCH
+ default: 'linux-4.13.y'
+ - string:
+ name: KERNEL_VERSION
+ default: '4.13'
+ - string:
+ name: KERNEL_RECIPE
+ default: 'linux-hikey-stable-rc'
+ - string:
+ name: KERNEL_REPO
+ default: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git'
+ - string:
+ name: KERNEL_DESCRIBE
+ - string:
+ name: SRCREV_kernel
+ - string:
+ name: MAKE_KERNELVERSION
+ - string:
+ name: IMAGES
+ default: 'rpb-console-image'
+ - string:
+ name: MANIFEST_BRANCH
+ default: 'morty'
+ - string:
+ name: LAVA_SERVER
+ default: 'https://lkft.validation.linaro.org/RPC2/'
+ - string:
+ name: QA_SERVER
+ default: 'https://qa-reports.linaro.org'
+ - string:
+ name: QA_SERVER_PROJECT
+ default: 'linux-stable-rc-4.13-oe'
+ - string:
+ name: KSELFTEST_SKIPLIST
+ default: 'test_verifier test_tag test_maps test_lru_map test_lpm_map test_progs test_align test_kmod.sh ftracetest run.sh run_fuse_test.sh run_vmtests seccomp_bpf pstore_tests breakpoint_test_arm64 raw_skew'
+ - string:
+ name: SKIP_LAVA
+ default: ''
+ - string:
+ name: LAVA_JOB_PRIORITY
+ default: 'high'
+ disabled: false
+ node: master
+ display-name: 'LKFT - Linux Stable RC 4.13.y (OpenEmbedded/morty)'
+ axes:
+ - axis:
+ type: user-defined
+ name: MACHINE
+ values:
+ - 'am57xx-evm'
+ - 'dragonboard-410c'
+ - 'hikey'
+ - 'intel-core2-32'
+ - 'juno'
+ - 'stih410-b2260'
+ - axis:
+ type: user-defined
+ name: DISTRO
+ values:
+ - rpb
+ - axis:
+ type: slave
+ name: label
+ values:
+ - docker-stretch-amd64
+ execution-strategy:
+ sequential: false
+ wrappers:
+ - timestamps
+ - ssh-agent-credentials:
+ users:
+ - 'OE_COMMIT_BOT_KEY'
+ - credentials-binding:
+ - text:
+ credential-id: QA_REPORTS_TOKEN
+ variable: QA_REPORTS_TOKEN
+ builders:
+ - shell: |
+ #!/bin/bash
+
+ # Mapping for MACHINE -> DEVICE_TYPE
+ case "${MACHINE}" in
+ hikey)
+ DEVICE_TYPE=hi6220-hikey
+ ;;
+ intel-core2-32)
+ DEVICE_TYPE=x86
+ ;;
+ juno)
+ DEVICE_TYPE=juno-r2
+ ;;
+ am57xx-evm)
+ DEVICE_TYPE=x15
+ ;;
+ esac
+
+ echo "DEVICE_TYPE=${DEVICE_TYPE}" > device_type_parameters
+ echo "#${BUILD_NUMBER}-${SRCREV_kernel:0:8}" > ${WORKSPACE}/version.txt
+ - build-name-setter:
+ name: 'version.txt'
+ file: true
+ - inject:
+ properties-file: device_type_parameters
+ - shell:
+ !include-raw: openembedded-lkft/builders.sh
+ - inject:
+ properties-file: post_build_lava_parameters
+ - linaro-publish-token
+ - shell: |
+ #!/bin/bash
+
+ # Publish
+ test -d ${HOME}/bin || mkdir ${HOME}/bin
+ wget -q https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py
+ time python ${HOME}/bin/linaro-cp.py \
+ --server ${PUBLISH_SERVER} \
+ --link-latest \
+ ${DEPLOY_DIR_IMAGE}/ ${BASE_URL}
+ - shell:
+ !include-raw: openembedded-lkft/submit_for_testing.sh
+ publishers:
+ - groovy-postbuild:
+ script:
+ !include-raw: openembedded-lkft/postbuild.groovy
+ - email-ext:
+ recipients: 'lkft-maintainers@lists.linaro.org, fathi.boudra@linaro.org, milosz.wasilewski@linaro.org, naresh.kamboju@linaro.org'
+ always: true
+ matrix-trigger: only-parent