aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-aosp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lt-qcom-linux-aosp.yaml')
-rw-r--r--lt-qcom-linux-aosp.yaml123
1 files changed, 0 insertions, 123 deletions
diff --git a/lt-qcom-linux-aosp.yaml b/lt-qcom-linux-aosp.yaml
deleted file mode 100644
index afa3a574d9..0000000000
--- a/lt-qcom-linux-aosp.yaml
+++ /dev/null
@@ -1,123 +0,0 @@
-- job:
- name: lt-qcom-linux-aosp
- project-type: matrix
- defaults: global
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- - job-workspace
- linaro-landing-team-qualcomm-personnel:
- - job-build
- - job-cancel
- todor.tomov@linaro.org:
- - job-build
- - job-cancel
- - build-discarder:
- days-to-keep: 30
- num-to-keep: 30
- artifact-num-to-keep: 1
- parameters:
- - string:
- name: KERNEL_REPO_URL
- default: 'https://git.linaro.org/landing-teams/working/qualcomm/kernel.git'
- - string:
- name: KERNEL_CONFIGS_arm64
- default: 'qcom_defconfig android-base.config android-recommended.config'
- - string:
- name: KERNEL_BUILD_TARGET
- default: 'all'
- - string:
- name: REFERENCE_BUILD_URL
- default: 'http://snapshots.linaro.org/android/robher-aosp-gendev/413/db410c-userdebug/'
- - string:
- name: AOSP_BUILD_DB410C
- default: 'http://snapshots.linaro.org/96boards/dragonboard410c/linaro/aosp-master/latest/'
- - string:
- name: QA_SERVER
- default: 'https://qa-reports.linaro.org'
- - string:
- name: QA_SERVER_PROJECT
- default: 'linaro-qcomlt-4.14-aosp'
- - string:
- name: KERNEL_DESCRIBE
- - string:
- name: KERNEL_VERSION
- - string:
- name: KERNEL_BRANCH
- default: 'release/android/qcomlt-4.14'
- disabled: false
- node: master
- display-name: 'Qualcomm LT Linux kernel build for AOSP'
- axes:
- - axis:
- type: user-defined
- name: ARCH
- values:
- - arm64
- - axis:
- type: slave
- name: label
- values:
- - docker-stretch-amd64
- execution-strategy:
- sequential: false
- scm:
- - git:
- url: ${KERNEL_REPO_URL}
- refspec: +refs/heads/${KERNEL_BRANCH}:refs/remotes/origin/${KERNEL_BRANCH}
- name: origin
- branches:
- - refs/heads/${KERNEL_BRANCH}
- basedir: linux
- skip-tag: true
- shallow-clone: true
- wipe-workspace: false
- wrappers:
- - timestamps
- - build-name:
- name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
- - credentials-binding:
- - text:
- credential-id: QA_REPORTS_TOKEN
- variable: QA_REPORTS_TOKEN
- builders:
- - shell: |
- #!/bin/bash
- set -ex
- sudo apt-get update
- sudo apt-get install -y ccache bc kmod cpio python-pip
- pip install --user --force-reinstall ruamel.yaml==0.16.13
- pip install --user --force-reinstall Jinja2
- - shell:
- !include-raw: lt-qcom/install-gcc-toolchain.sh
- - inject:
- properties-file: gcc_toolchain_env
- - shell:
- !include-raw: lt-qcom-linux-aosp/fetch-configs.sh
- - shell:
- !include-raw: lt-qcom-linux/builders.sh
- - linaro-publish-token
- - shell:
- !include-raw: lt-qcom-linux-aosp/publisher_vars_db410c.sh
- - inject:
- properties-file: publisher_vars_db410c
- - shell:
- !include-raw: lt-qcom-linux/aosp_publishers.sh
- - shell:
- !include-raw: lt-qcom-linux-aosp/publisher_vars_db820c.sh
- - inject:
- properties-file: publisher_vars_db820c
- - shell:
- !include-raw: lt-qcom-linux/aosp_publishers.sh
- publishers:
- - groovy-postbuild:
- script:
- !include-raw:
- - rpb-openembedded/postbuild.groovy
- - email-ext:
- recipients: 'nicolas.dechesne@linaro.org'
- failure: true
- still-failing: true
- matrix-trigger: only-parent