2019-03-27 14:36:11 +01:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
2020-05-05 09:18:16 +02:00
|
|
|
<% for project in %w(
|
|
|
|
openSUSE:Factory
|
|
|
|
openSUSE:Factory:ARM
|
|
|
|
openSUSE:Factory:PowerPC
|
|
|
|
openSUSE:Factory:zSystems
|
2021-02-25 11:03:48 +01:00
|
|
|
openSUSE:Leap:15.3:ARM
|
2021-06-21 15:09:04 +02:00
|
|
|
openSUSE:Leap:15.3:ARM:Images
|
|
|
|
openSUSE:Leap:15.3:Images
|
|
|
|
openSUSE:Leap:15.3:WSL
|
2021-09-24 00:45:38 +08:00
|
|
|
openSUSE:Leap:15.3:Update:Respin
|
2021-11-02 14:22:01 +01:00
|
|
|
openSUSE:Leap:15.4:Images
|
2021-08-10 22:31:37 +08:00
|
|
|
openSUSE:Leap:15.4
|
2021-12-15 14:49:23 +01:00
|
|
|
openSUSE:Leap:15.4:ARM
|
2021-12-15 21:25:44 +01:00
|
|
|
openSUSE:Leap:15.4:ARM:Images
|
2022-03-10 16:09:43 +01:00
|
|
|
openSUSE:Leap:Micro:5.2
|
2022-04-13 20:33:34 +08:00
|
|
|
openSUSE:Leap:Micro:5.2:Images
|
2020-05-05 09:18:16 +02:00
|
|
|
) -%>
|
2019-03-27 14:36:11 +01: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:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-03-27 14:36:11 +01:00
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
2019-03-28 08:34:26 +01:00
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run <%= project %>
|
2019-03-27 14:36:11 +01:00
|
|
|
<% end -%>
|