diff --git a/gocd/announcer.gocd.yaml b/gocd/announcer.gocd.yaml index df9519b1..1ec2d667 100644 --- a/gocd/announcer.gocd.yaml +++ b/gocd/announcer.gocd.yaml @@ -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: diff --git a/gocd/announcer.gocd.yaml.erb b/gocd/announcer.gocd.yaml.erb index 642e19b5..72082ba1 100644 --- a/gocd/announcer.gocd.yaml.erb +++ b/gocd/announcer.gocd.yaml.erb @@ -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