From 6ea26308c9a07a58c6d98aad15014ab97cc6dc7c Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Wed, 16 Apr 2014 06:56:34 +0200 Subject: 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. --- job-cfg/rebootstrap.yaml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'job-cfg/rebootstrap.yaml') 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: -- cgit v1.2.3-70-g09d2