summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-04-16 06:56:34 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-16 08:27:12 +0200
commit6ea26308c9a07a58c6d98aad15014ab97cc6dc7c (patch)
treeb71061accf50bcd655c00147bf1022a5c2aea09d /job-cfg
parent1708f8ff9ede54e133322676b41ca71d80b14e3c (diff)
downloadjenkins.debian.net-6ea26308c9a07a58c6d98aad15014ab97cc6dc7c.tar.xz
rebootstrap: move triggers to default section
While this causes all jobs to be triggered at the same time. This is not a big problem, because jobs are queued and subject to priorities anyway.
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/rebootstrap.yaml18
1 files changed, 3 insertions, 15 deletions
diff --git a/job-cfg/rebootstrap.yaml b/job-cfg/rebootstrap.yaml
index 1aebdf79..136d486f 100644
--- a/job-cfg/rebootstrap.yaml
+++ b/job-cfg/rebootstrap.yaml
@@ -43,41 +43,29 @@
parse-rules: '/srv/jenkins/logparse/rebootstrap.rules'
unstable-on-warning: 'false'
fail-on-error: 'false'
+ triggers:
+ - pollscm: '*/6 * * * *'
+ - timed: '55 11 * * 0' # every sunday at 11:55
- job-template:
defaults: rebootstrap
name: '{name}_arm64'
- triggers:
- - pollscm: '*/6 * * * *'
- - timed: '55 11 * * 0' # every sunday at 11:55
- job-template:
defaults: rebootstrap
name: '{name}_arm64_gcc49'
- triggers:
- - pollscm: '*/6 * * * *'
- - timed: '25 12 * * 0' # every sunday at 12:25
- job-template:
defaults: rebootstrap
name: '{name}_arm64_multilib'
- triggers:
- - pollscm: '*/6 * * * *'
- - timed: '10 12 * * 0' # every sunday at 12:10
- job-template:
defaults: rebootstrap
name: '{name}_m68k'
- triggers:
- - pollscm: '*/6 * * * *'
- - timed: '55 12 * * 0' # every sunday at 12:55
- job-template:
defaults: rebootstrap
name: '{name}_x32'
- triggers:
- - pollscm: '*/6 * * * *'
- - timed: '40 12 * * 0' # every sunday at 12:40
- project: