Merge pull request #2564 from dirkmueller/master
Support Leap:15.3:ARM:Images as well
This commit is contained in:
commit
ed56c25281
@ -231,3 +231,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:15.3:ARM
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.3:ARM
|
||||||
|
TTM.Leap_15.3_ARM_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:15.3:ARM:Images
|
||||||
|
@ -104,7 +104,7 @@ DEFAULT = {
|
|||||||
'mail-noreply': 'noreply@opensuse.org',
|
'mail-noreply': 'noreply@opensuse.org',
|
||||||
'mail-release-list': 'opensuse-releaseteam@opensuse.org',
|
'mail-release-list': 'opensuse-releaseteam@opensuse.org',
|
||||||
},
|
},
|
||||||
r'openSUSE:(?P<project>Leap:(?P<version>[\d.]+)):ARM$': {
|
r'openSUSE:(?P<project>Leap:(?P<version>[\d.]+)):ARM:(Images)?$': {
|
||||||
'product': 'openSUSE.product',
|
'product': 'openSUSE.product',
|
||||||
'openqa': 'https://openqa.opensuse.org',
|
'openqa': 'https://openqa.opensuse.org',
|
||||||
'main-repo': 'ports',
|
'main-repo': 'ports',
|
||||||
|
@ -52,6 +52,7 @@ class TestConfig(unittest.TestCase):
|
|||||||
'openSUSE:Leap:15.2:Update',
|
'openSUSE:Leap:15.2:Update',
|
||||||
'openSUSE:Leap:15.3',
|
'openSUSE:Leap:15.3',
|
||||||
'openSUSE:Leap:15.3:ARM',
|
'openSUSE:Leap:15.3:ARM',
|
||||||
|
'openSUSE:Leap:15.3:ARM:Images',
|
||||||
'openSUSE:Leap:15.3:NonFree',
|
'openSUSE:Leap:15.3:NonFree',
|
||||||
'openSUSE:Leap:15.3:Update',
|
'openSUSE:Leap:15.3:Update',
|
||||||
'openSUSE:Backports:SLE-15',
|
'openSUSE:Backports:SLE-15',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user