Merge pull request #2803 from nilxam/leap_micro_ttm_images

TTM: add openSUSE:Leap:Micro:5.2:Images to pipeline for appliance and…
This commit is contained in:
Max Lin 2022-04-15 00:27:08 +08:00 committed by GitHub
commit b52c5a2669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View File

@ -294,3 +294,24 @@ pipelines:
- script: |- - script: |-
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf 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:Micro:5.2 scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:Micro:5.2
TTM.Leap_Micro_5.2_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:Micro:5.2:Images

View File

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