gocd: enable Leap 16.0 TTM

This commit is contained in:
Max Lin 2024-09-12 17:45:00 +08:00
parent 4e7b4de921
commit 0f8f0173ae
2 changed files with 22 additions and 0 deletions

View File

@ -252,6 +252,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:Leap:15.6:ARM:Images scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.6:ARM:Images
TTM.Leap_16.0:
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:16.0
TTM.Leap_Micro_6.0: TTM.Leap_Micro_6.0:
group: openSUSE.Checkers group: openSUSE.Checkers
lock_behavior: unlockWhenFinished lock_behavior: unlockWhenFinished

View File

@ -13,6 +13,7 @@ pipelines:
openSUSE:Leap:15.6:Images openSUSE:Leap:15.6:Images
openSUSE:Leap:15.6:ARM openSUSE:Leap:15.6:ARM
openSUSE:Leap:15.6:ARM:Images openSUSE:Leap:15.6:ARM:Images
openSUSE:Leap:16.0
openSUSE:Leap:Micro:6.0 openSUSE:Leap:Micro:6.0
openSUSE:Leap:Micro:6.0:Images openSUSE:Leap:Micro:6.0:Images
) -%> ) -%>