totest-manager: add openSUSE:Leap:15.3:Update:Respin

This commit is contained in:
Max Lin 2021-09-24 00:45:38 +08:00
parent f6a392b56c
commit 431d67e94f
2 changed files with 22 additions and 0 deletions

View File

@ -231,6 +231,27 @@ pipelines:
- 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 openSUSE:Leap:15.3:WSL
TTM.Leap_15.3_Update_Respin:
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 openSUSE:Leap:15.3:Update:Respin
TTM.Leap_15.4:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished

View File

@ -12,6 +12,7 @@ pipelines:
openSUSE:Leap:15.3:ARM:Images
openSUSE:Leap:15.3:Images
openSUSE:Leap:15.3:WSL
openSUSE:Leap:15.3:Update:Respin
openSUSE:Leap:15.4
) -%>
TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>: