Add LeapMicro 5.5 pipelines

This commit is contained in:
Lubos Kocman 2023-07-31 11:26:12 +02:00
parent e57637683c
commit 91442fe215
3 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@ pipelines:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:Micro:5.4 -s target --only-release-packages
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:Micro:5.5 -s target --only-release-packages
LeapMicro.Package.Lists:
group: Leap
@ -35,4 +35,4 @@ pipelines:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.opensuse.org --debug update_and_solve -p openSUSE:Leap:Micro:5.4 -s target
- script: ./pkglistgen.py -A https://api.opensuse.org --debug update_and_solve -p openSUSE:Leap:Micro:5.5 -s target

View File

@ -315,7 +315,7 @@ 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.6:ARM:Images
TTM.Leap_Micro_5.4:
TTM.Leap_Micro_5.5:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
@ -335,8 +335,8 @@ pipelines:
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.4
TTM.Leap_Micro_5.4_Images:
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:Micro:5.5
TTM.Leap_Micro_5.5_Images:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
@ -356,4 +356,4 @@ pipelines:
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.4:Images
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:Micro:5.5:Images

View File

@ -16,8 +16,8 @@ pipelines:
openSUSE:Leap:15.6:Images
openSUSE:Leap:15.6:ARM
openSUSE:Leap:15.6:ARM:Images
openSUSE:Leap:Micro:5.4
openSUSE:Leap:Micro:5.4:Images
openSUSE:Leap:Micro:5.5
openSUSE:Leap:Micro:5.5:Images
) -%>
TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>:
group: openSUSE.Checkers