aboutsummaryrefslogtreecommitdiff
path: root/lkft-hikey-android-8.0-4.14.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-12-20 23:55:19 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-12-20 16:30:06 +0000
commit099b2b6f680df36ade8f017f6acfb0c382c54fbd (patch)
tree4851bacec9c2b268011b05da68dfaf48674c4973 /lkft-hikey-android-8.0-4.14.yaml
parent383ace126f860c3ba4ea18d50ba95d78799acd0b (diff)
clean build configs for deleted builds
include android lcr member and n builds, and lkft hikey 8.0 builds Change-Id: Ie4108b30bd624e96f2eaddd1c3823f32fa103808 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'lkft-hikey-android-8.0-4.14.yaml')
-rw-r--r--lkft-hikey-android-8.0-4.14.yaml124
1 files changed, 0 insertions, 124 deletions
diff --git a/lkft-hikey-android-8.0-4.14.yaml b/lkft-hikey-android-8.0-4.14.yaml
deleted file mode 100644
index 32e48e25f7..0000000000
--- a/lkft-hikey-android-8.0-4.14.yaml
+++ /dev/null
@@ -1,124 +0,0 @@
-- job:
- name: lkft-hikey-android-8.0-4.14
- project-type: freestyle
- defaults: global
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- linaro:
- - job-build
- - job-cancel
- - build-discarder:
- days-to-keep: 30
- num-to-keep: 30
- artifact-num-to-keep: 1
- parameters:
- - string:
- name: ANDROID_VERSION
- default: 'android-8.0.0_r36'
- - string:
- name: REFERENCE_BUILD_URL
- default: 'http://testdata.linaro.org/lkft/aosp-stable/8.0.0_r36/'
- - string:
- name: KERNEL_BRANCH
- default: 'android-hikey-linaro-4.14'
- - string:
- name: KERNEL_REPO
- default: 'https://android.googlesource.com/kernel/hikey-linaro'
- - string:
- name: QA_SERVER
- default: 'https://qa-reports.linaro.org'
- - string:
- name: QA_SERVER_PROJECT
- default: 'android-hikey-linaro-4.14-android-8.0'
- - string:
- name: VTS_URL
- default: 'http://testdata.linaro.org/vts/oreo-vts-release-02152018/'
- - string:
- name: CTS_URL
- default: 'http://testdata.linaro.org/cts/android-cts-8.0_r5/'
- - string:
- name: KERNEL_DESCRIBE
- - string:
- name: SRCREV_kernel
- disabled: true
- node: docker-xenial-aosp
- display-name: 'DELETE ME'
- scm:
- - git:
- url: ${KERNEL_REPO}
- refspec: +refs/heads/${KERNEL_BRANCH}:refs/remotes/origin/${KERNEL_BRANCH}
- name: origin
- branches:
- - origin/${KERNEL_BRANCH}
- skip-tag: true
- shallow-clone: true
- wipe-workspace: false
- wrappers:
- - timestamps
- - build-name:
- name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
- - 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/hikey-aosp/builders.sh
- - linaro-publish-token
- - shell: |
- #!/bin/bash
-
- wget -q https://git.linaro.org/ci/job/configs.git/blob_plain/HEAD:/android-lcr/hikey/build-info/aosp-master-template.txt -O out/BUILD-INFO.txt
-
- # 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} \
- --build-info out/BUILD-INFO.txt \
- --link-latest \
- out/ android/lkft/${JOB_NAME}/${BUILD_NUMBER}
-
- PUB_DEST=android/lkft/${JOB_NAME}/${BUILD_NUMBER}
- - shell:
- !include-raw: lkft/hikey-aosp/submit_for_testing.sh
- publishers:
- - logparser:
- parse-rules: '/var/lib/jenkins/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: ${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