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:
commit
b52c5a2669
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user