Merge pull request #2357 from coolo/fix_announcer
Align the announcer config with the template
This commit is contained in:
commit
c6d23f3e82
@ -18,7 +18,7 @@ pipelines:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: ./factory-package-news/announcer.py --config config/announcer/openSUSE:Factory.yml --verbose --state-file /home/go/config/announcer.yaml
|
||||
Announcer.FactoryARM:
|
||||
Announcer.Factory_ARM:
|
||||
group: openSUSE.Checkers
|
||||
lock_behavior: unlockWhenFinished
|
||||
environment_variables:
|
||||
@ -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 1 * ? * *
|
||||
spec: 0 2 * ? * *
|
||||
only_on_changes: false
|
||||
stages:
|
||||
- Run:
|
||||
@ -54,7 +54,7 @@ pipelines:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: ./factory-package-news/announcer.py --config config/announcer/openSUSE:Kubic.yml --verbose --state-file /home/go/config/announcer.yaml
|
||||
Announcer.KubicARM:
|
||||
Announcer.Kubic_ARM:
|
||||
group: openSUSE.Checkers
|
||||
lock_behavior: unlockWhenFinished
|
||||
environment_variables:
|
||||
@ -63,7 +63,7 @@ pipelines:
|
||||
script:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
timer:
|
||||
spec: 0 1 * ? * *
|
||||
spec: 0 3 * ? * *
|
||||
only_on_changes: false
|
||||
stages:
|
||||
- Run:
|
||||
@ -81,7 +81,7 @@ pipelines:
|
||||
script:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
timer:
|
||||
spec: 0 2 * ? * *
|
||||
spec: 0 4 * ? * *
|
||||
only_on_changes: false
|
||||
stages:
|
||||
- Run:
|
||||
@ -90,7 +90,7 @@ pipelines:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: ./factory-package-news/announcer.py --config config/announcer/openSUSE:MicroOS.yml --verbose --state-file /home/go/config/announcer.yaml
|
||||
Announcer.MicroOSARM:
|
||||
Announcer.MicroOS_ARM:
|
||||
group: openSUSE.Checkers
|
||||
lock_behavior: unlockWhenFinished
|
||||
environment_variables:
|
||||
@ -99,7 +99,7 @@ pipelines:
|
||||
script:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
timer:
|
||||
spec: 0 2 * ? * *
|
||||
spec: 0 5 * ? * *
|
||||
only_on_changes: false
|
||||
stages:
|
||||
- Run:
|
||||
@ -117,7 +117,7 @@ pipelines:
|
||||
script:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
timer:
|
||||
spec: 0 3 * ? * *
|
||||
spec: 0 6 * ? * *
|
||||
only_on_changes: false
|
||||
stages:
|
||||
- Run:
|
||||
|
@ -1,6 +1,6 @@
|
||||
format_version: 3
|
||||
pipelines:
|
||||
<% ['Factory', 'Kubic', 'MicroOS', 'Leap:15.2'].each_with_index do |project, index| -%>
|
||||
<% ['Factory', 'Factory:ARM', 'Kubic', 'Kubic:ARM', 'MicroOS', 'MicroOS:ARM', 'Leap:15.2'].each_with_index do |project, index| -%>
|
||||
<% name = project.gsub(':', '_') -%>
|
||||
Announcer.<%= name %>:
|
||||
group: openSUSE.Checkers
|
||||
|
Loading…
x
Reference in New Issue
Block a user