Add 15.4/ARM Images totestmanager

This commit is contained in:
Dirk Müller 2021-12-15 21:25:44 +01:00
parent 60b1558294
commit 51911578f7
2 changed files with 22 additions and 0 deletions

View File

@ -315,3 +315,24 @@ 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.4:ARM
TTM.Leap_15.4_ARM_Images:
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.4:ARM:Images

View File

@ -16,6 +16,7 @@ pipelines:
openSUSE:Leap:15.4:Images
openSUSE:Leap:15.4
openSUSE:Leap:15.4:ARM
openSUSE:Leap:15.4:ARM:Images
) -%>
TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>:
group: openSUSE.Checkers