openSUSE-release-tools/gocd/totestmanager.gocd.yaml.erb
Lubos Kocman 5b0b60076b
Update totestmanager.gocd.yaml.erb
correct version 5.4444 -> 5.4
2023-02-08 17:28:10 +01:00

41 lines
1.2 KiB
Plaintext

format_version: 3
pipelines:
<% for project in %w(
openSUSE:Factory
openSUSE:Factory:ARM
openSUSE:Factory:LegacyX86
openSUSE:Factory:PowerPC
openSUSE:Factory:zSystems
openSUSE:Leap:15.4:Images
openSUSE:Leap:15.4:ARM
openSUSE:Leap:15.4:ARM:Images
openSUSE:Leap:15.5
openSUSE:Leap:15.5:Images
openSUSE:Leap:15.5:ARM
openSUSE:Leap:15.5:ARM:Images
openSUSE:Leap:Micro:5.4
openSUSE:Leap:Micro:5.4:Images
) -%>
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 -%>