Run MicroOS & Kubic announcers at different times
This commit is contained in:
@@ -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:
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user