Add MicroOS announcer instance

This commit is contained in:
Richard Brown
2019-06-13 16:03:18 +02:00
parent c85f9d9df8
commit 8b5d9bd469
3 changed files with 49 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
bodytemplate: '
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version=Tumbleweed&build={version}
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&component=MicroOS&query_format=advanced&resolution=---
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
{text}
'
iso: openSUSE-MicroOS-DVD-x86_64-Current.iso
changesfile: "Changes.MicroOS.{version}.txt"
to: opensuse-kubic@opensuse.org
name: openSUSE:MicroOS
subject: New MicroOS snapshot {version} released!
sender: Richard Brown <rbrown@suse.de>
url: http://download.opensuse.org/tumbleweed/iso/

View File

@@ -36,3 +36,21 @@ 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.MicroOS:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
materials:
script:
git: https://github.com/openSUSE/openSUSE-release-tools.git
timer:
spec: 0 0 * ? * *
only_on_changes: false
stages:
- Run:
approval: manual
resources:
- staging-bot
tasks:
- script: ./factory-package-news/announcer.py --config config/announcer/openSUSE:MicroOS.yml --verbose --state-file /home/go/config/announcer.yaml

View File

@@ -1,6 +1,6 @@
format_version: 3
pipelines:
<% ['Factory', 'Kubic'].each do |project| -%>
<% ['Factory', 'Kubic', 'MicroOS'].each do |project| -%>
Announcer.<%= project %>:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished