2019-03-27 14:36:11 +01:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
|
|
|
<% for project in %w(openSUSE:Factory openSUSE:Factory:ARM openSUSE:Factory:PowerPC
|
2019-07-26 09:53:46 +02:00
|
|
|
openSUSE:Factory:zSystems openSUSE:Leap:15.0:Images openSUSE:Leap:15.1:Images openSUSE:Leap:15.2:Images
|
|
|
|
openSUSE:Leap:15.1:ARM:Images openSUSE:Leap:15.2:ARM:Images openSUSE:Leap:15.2 openSUSE:Leap:15.2:ARM openSUSE:Leap:15.2:PowerPC) -%>
|
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 -%>
|