aboutsummaryrefslogtreecommitdiff
path: root/tcwg-trigger-buildapp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-trigger-buildapp.yaml')
-rw-r--r--tcwg-trigger-buildapp.yaml54
1 files changed, 0 insertions, 54 deletions
diff --git a/tcwg-trigger-buildapp.yaml b/tcwg-trigger-buildapp.yaml
deleted file mode 100644
index f6b3107b08..0000000000
--- a/tcwg-trigger-buildapp.yaml
+++ /dev/null
@@ -1,54 +0,0 @@
-- job:
- name: tcwg-trigger-buildapp
- 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
- disabled: true
- node: tcwg-coordinator
- retry-count: 3
- concurrent: false
- display-name: 'TCWG Trigger Buildapp'
- triggers:
- # Every day at 2:02am
- - timed: '2 2 * * *'
- wrappers:
- - timeout:
- timeout: 600
- - timestamps
- - ssh-agent-credentials:
- # tcwg-buildslave user id
- users:
- - 'e0958a95-204f-4c14-a66c-5e2be6c5d50a'
- builders:
- - shell: |
- #!/bin/bash
- set -ex
-
- cat << EOF > buildapp_parameters
- toolchain_url="http://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/"
- app_list="linux+multi_v7"
- boot=true
- target_list="arm-linux-gnueabihf"
- EOF
-
- - trigger-builds:
- - project: tcwg-buildapp
- property-file: buildapp_parameters
- block: true
- publishers:
- - workspace-cleanup:
- include:
- - "*_parameters"
- - email-ext:
- recipients: 'christophe.lyon@linaro.org'
- aborted: true