openSUSE-release-tools/gocd/totestmanager.gocd.yaml.erb
2020-05-05 09:19:56 +02:00

40 lines
1.2 KiB
Plaintext

format_version: 3
pipelines:
<% for project in %w(
openSUSE:Factory
openSUSE:Factory:ARM
openSUSE:Factory:PowerPC
openSUSE:Factory:WSL
openSUSE:Factory:zSystems
openSUSE:Leap:15.1:ARM:Images
openSUSE:Leap:15.1:Images
openSUSE:Leap:15.2
openSUSE:Leap:15.2:ARM
openSUSE:Leap:15.2:ARM:Images
openSUSE:Leap:15.2:Images
openSUSE:Leap:15.2:MicroOS
openSUSE:Leap:15.2:PowerPC
) -%>
TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-totest-manager
materials:
script:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
timer:
spec: 0 */15 * ? * *
only_on_changes: false
stages:
- Run:
approval: manual
resources:
- staging-bot
tasks:
- script: |-
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
scripts/totest-manager.py -A https://api.opensuse.org --debug run <%= project %>
<% end -%>