aboutsummaryrefslogtreecommitdiff
path: root/lkft-hikey-4.4-rc-p.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2019-12-09 21:47:43 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2019-12-09 15:48:40 +0000
commit14dbb4487bbccbd84df1bead21cd6fd4c32c9524 (patch)
tree715c67affd7605f69994b7c393c1beed56de3b2a /lkft-hikey-4.4-rc-p.yaml
parent4238d66451628f7e54c8de09b5001f018d37bee8 (diff)
lkft: add buils to trigger for linux-stable-rc linux-4.4-y changes
to verify the changes before the release Change-Id: Ic1caf82a5f53e5dd87946702831699c6ee258abb Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'lkft-hikey-4.4-rc-p.yaml')
-rw-r--r--lkft-hikey-4.4-rc-p.yaml87
1 files changed, 87 insertions, 0 deletions
diff --git a/lkft-hikey-4.4-rc-p.yaml b/lkft-hikey-4.4-rc-p.yaml
new file mode 100644
index 00000000..45febf66
--- /dev/null
+++ b/lkft-hikey-4.4-rc-p.yaml
@@ -0,0 +1,87 @@
+- job:
+ name: lkft-hikey-4.4-rc-p
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ linaro:
+ - job-build
+ - job-cancel
+ - build-discarder:
+ days-to-keep: 360
+ num-to-keep: 30
+ artifact-num-to-keep: 1
+ parameters:
+ - string:
+ name: BUILD_DIR
+ default: lkft
+ - string:
+ name: ANDROID_BUILD_CONFIG
+ default: 'lkft-hikey-android-9.0-4.4-p-rc lkft-hikey-android-10.0-gsi-4.4-p-rc'
+ - string:
+ name: TEST_QA_SERVER_ENVIRONMENT_ENABLED
+ default: true
+ - string:
+ name: KERNEL_DESCRIBE
+ - string:
+ name: SRCREV_kernel
+ - string:
+ name: MAKE_KERNELVERSION
+ disabled: false
+ node: docker-xenial-android-lkft
+ display-name: 'LKFT - HiKey builds with kernel 4.4-p + 4.4 rc changes'
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${ENV,var="KERNEL_DESCRIBE"}-${ENV,var="MAKE_KERNELVERSION"}'
+ - timeout:
+ timeout: 500
+ - credentials-binding:
+ - text:
+ credential-id: QA_REPORTS_TOKEN
+ variable: QA_REPORTS_TOKEN
+ - text:
+ credential-id: ARTIFACTORIAL_TOKEN
+ variable: ARTIFACTORIAL_TOKEN
+ - text:
+ credential-id: AP_SSID
+ variable: AP_SSID
+ - text:
+ credential-id: AP_KEY
+ variable: AP_KEY
+ builders:
+ - shell:
+ !include-raw: lkft/common/builders-v2.sh
+ - linaro-publish-token
+ - shell:
+ !include-raw: lkft/common/publisher-v2.sh
+ - shell:
+ !include-raw: lkft/lava-job-definitions/common/submit_for_testing-v2.sh
+ publishers:
+ - logparser:
+ parse-rules: '/var/jenkins_home/userContent/android.parse'
+ unstable-on-warning: false
+ fail-on-error: false
+ - fingerprint:
+ files: 'build/fingerprints/*'
+ - groovy-postbuild:
+ script:
+ !include-raw: openembedded-lkft/postbuild.groovy
+ - email:
+ recipients: 'lkft-maintainers@lists.linaro.org'
+ subject: '[CI] HiKey 4.4-p + 4.4 rc builds: ${KERNEL_BRANCH} ${SRCREV_kernel} ${BUILD_STATUS}'
+ body: |
+ Build URL: ${PROJECT_URL}${BUILD_NUMBER}/
+ Full log: ${PROJECT_URL}${BUILD_NUMBER}/consoleText
+ Parsed warnings/errors: ${PROJECT_URL}${BUILD_NUMBER}/parsed_console
+ Git branch: ${KERNEL_BRANCH}
+ Git URL: ${KERNEL_REPO}
+ Git commit: ${SRCREV_kernel}
+
+ Errors:
+ ${BUILD_LOG_REGEX, regex="^ERROR:.* ", linesBefore=0, linesAfter=0, showTruncatedLines=false}
+ presend-script:
+ !include-raw: openembedded-lkft/presend-script.groovy