aboutsummaryrefslogtreecommitdiff
path: root/trigger-linux-eas.yaml
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2019-09-25 00:17:39 +0100
committerRiku Voipio <riku.voipio@linaro.org>2019-09-26 22:14:05 +0000
commit6c2443b06d705f9d5f7a1cce1b25f61d25088b9e (patch)
tree143209584aa5be2e9daf6e08f30a6599d083bd83 /trigger-linux-eas.yaml
parenta09cf680ae9c1646fc4a449f60a5df71948c7716 (diff)
remove deleted jobs from git
These jobs were originally attemted to be deleted by Vishal in https://review.linaro.org/c/ci/job/configs/+/31725 The job failed due to renaming issues. It was fixed and the jobs were removed for real in https://ci.linaro.org/job/trigger-ci-job-configs/9687/console Now that the jobs are really gone, remove them from git too. Signed-off-by: Riku Voipio <riku.voipio@linaro.org> Change-Id: I069575498773a94ee5033f27feefea59fa00d8b6
Diffstat (limited to 'trigger-linux-eas.yaml')
-rw-r--r--trigger-linux-eas.yaml46
1 files changed, 0 insertions, 46 deletions
diff --git a/trigger-linux-eas.yaml b/trigger-linux-eas.yaml
deleted file mode 100644
index c4492b19f2..0000000000
--- a/trigger-linux-eas.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
-- job:
- name: trigger-linux-eas
- project-type: freestyle
- defaults: global
- logrotate:
- daysToKeep: 30
- numToKeep: 30
- properties:
- - authorization:
- anonymous:
- - job-read
- disabled: true
- node: build
- display-name: 'DELETE ME'
- scm:
- - git:
- url: http://git.linaro.org/kernel/eas-backports.git
- refspec: +refs/heads/eas-test:refs/remotes/origin/eas-test
- name: origin
- branches:
- - refs/heads/eas-test
- skip-tag: true
- shallow-clone: true
- wipe-workspace: false
- triggers:
- - pollscm: 'H/5 * * * *'
- wrappers:
- - timestamps
- - build-name:
- name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
- builders:
- - shell: |
- #!/bin/bash
-
- trap cleanup_exit INT TERM EXIT
-
- cleanup_exit()
- {
- exit 0
- }
-
- echo -n "defconfig_list=omap2plus vexpress" > defconfig.properties
- - trigger-builds:
- - project: 'linux-eas'
- property-file: defconfig.properties
-