openSUSE-release-tools/gocd/totestmanager.gocd.yaml.erb

43 lines
1.2 KiB
Plaintext
Raw Normal View History

format_version: 3
pipelines:
2020-05-05 09:18:16 +02:00
<% for project in %w(
openSUSE:Factory
openSUSE:Factory:ARM
openSUSE:Factory:LegacyX86
2020-05-05 09:18:16 +02:00
openSUSE:Factory:PowerPC
2024-08-11 15:37:35 +02:00
openSUSE:Factory:RISCV
2020-05-05 09:18:16 +02:00
openSUSE:Factory:zSystems
2022-07-28 18:37:59 +08:00
openSUSE:Leap:15.5:Images
openSUSE:Leap:15.5:ARM
openSUSE:Leap:15.5:ARM:Images
2023-07-21 18:04:25 +08:00
openSUSE:Leap:15.6:Images
openSUSE:Leap:15.6:ARM
openSUSE:Leap:15.6:ARM:Images
2024-09-12 17:45:00 +08:00
openSUSE:Leap:16.0
openSUSE:Leap:Micro:6.0
openSUSE:Leap:Micro:6.0:Images
2024-11-12 20:08:14 +01:00
openSUSE:Leap:Micro:6.1
2020-05-05 09:18:16 +02:00
) -%>
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 -%>