aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-kernel-enterprise.yaml
diff options
context:
space:
mode:
Diffstat (limited to '96boards-reference-kernel-enterprise.yaml')
-rw-r--r--96boards-reference-kernel-enterprise.yaml66
1 files changed, 0 insertions, 66 deletions
diff --git a/96boards-reference-kernel-enterprise.yaml b/96boards-reference-kernel-enterprise.yaml
deleted file mode 100644
index 292d20fa12..0000000000
--- a/96boards-reference-kernel-enterprise.yaml
+++ /dev/null
@@ -1,66 +0,0 @@
-- job:
- name: 96boards-reference-kernel-enterprise
- project-type: freestyle
- defaults: global
- logrotate:
- daysToKeep: 60
- numToKeep: 60
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- - job-workspace
- linaro:
- - job-read
- - job-extended-read
- - job-build
- - job-cancel
- parameters:
- - string:
- name: KERNEL_GIT_BRANCH
- default: 'erp-noupstream'
- - string:
- name: KERNEL_GIT_URL
- default: 'https://github.com/Linaro/rpk.git'
- - string:
- name: DEBIAN_GIT_BRANCH
- default: 'rpb-stretch-2019'
- - string:
- name: DEBIAN_GIT_URL
- default: 'https://github.com/Linaro/debian-kernel-packaging.git'
- - string:
- name: TARGET_REPO
- default: 'ERP:staging'
- disabled: false
- node: docker-stretch-arm64-leg
- display-name: 'DELETE ME'
- scm:
- - git:
- url: ${KERNEL_GIT_URL}
- refspec: +refs/heads/${KERNEL_GIT_BRANCH}:refs/remotes/origin/${KERNEL_GIT_BRANCH}
- name: origin
- branches:
- - refs/heads/${KERNEL_GIT_BRANCH}
- basedir: linux
- skip-tag: true
- shallow-clone: false
- wipe-workspace: false
- wrappers:
- - timestamps
- - build-name:
- name: '#${BUILD_NUMBER}'
- builders:
- - linaro-publish-token
- - shell:
- !include-raw: rpb-kernel-enterprise-deb/build.sh
- publishers:
- - archive:
- artifacts: '*.dsc, *.xz'
- - trigger-parameterized-builds:
- - project: build-package-obs
- property-file: build-package-params
- condition: SUCCESS
- - email:
- recipients: 'rp-enterprise@linaro.org packages@lists.linaro.org'
-