Add TTM for openSUSE:Factory:RISCV
This commit is contained in:
parent
376cbb3cb0
commit
5e91472cc1
@ -84,6 +84,27 @@ 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:Factory:PowerPC
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Factory:PowerPC
|
||||||
|
TTM.Factory_RISCV:
|
||||||
|
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:Factory:RISCV
|
||||||
TTM.Factory_zSystems:
|
TTM.Factory_zSystems:
|
||||||
group: openSUSE.Checkers
|
group: openSUSE.Checkers
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
|
@ -5,6 +5,7 @@ pipelines:
|
|||||||
openSUSE:Factory:ARM
|
openSUSE:Factory:ARM
|
||||||
openSUSE:Factory:LegacyX86
|
openSUSE:Factory:LegacyX86
|
||||||
openSUSE:Factory:PowerPC
|
openSUSE:Factory:PowerPC
|
||||||
|
openSUSE:Factory:RISCV
|
||||||
openSUSE:Factory:zSystems
|
openSUSE:Factory:zSystems
|
||||||
openSUSE:Leap:15.5:Images
|
openSUSE:Leap:15.5:Images
|
||||||
openSUSE:Leap:15.5:ARM
|
openSUSE:Leap:15.5:ARM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user