Run MicroOS & Kubic announcers at different times

This commit is contained in:
Richard Brown
2019-06-13 16:35:30 +02:00
parent 8b5d9bd469
commit f6980da88b
2 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ pipelines:
script:
git: https://github.com/openSUSE/openSUSE-release-tools.git
timer:
spec: 0 0 * ? * *
spec: 0 1 * ? * *
only_on_changes: false
stages:
- Run:
@@ -45,7 +45,7 @@ pipelines:
script:
git: https://github.com/openSUSE/openSUSE-release-tools.git
timer:
spec: 0 0 * ? * *
spec: 0 2 * ? * *
only_on_changes: false
stages:
- Run:

View File

@@ -1,6 +1,6 @@
format_version: 3
pipelines:
<% ['Factory', 'Kubic', 'MicroOS'].each do |project| -%>
<% ['Factory', 'Kubic', 'MicroOS'].each_with_index do |project, index| -%>
Announcer.<%= project %>:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
@@ -10,7 +10,7 @@ pipelines:
script:
git: https://github.com/openSUSE/openSUSE-release-tools.git
timer:
spec: 0 0 * ? * *
spec: 0 <%= index %> * ? * *
only_on_changes: false
stages:
- Run: