Merge pull request #2564 from dirkmueller/master

Support Leap:15.3:ARM:Images as well
This commit is contained in:
Fabian Vogt 2021-06-07 15:43:12 +02:00 committed by GitHub
commit ed56c25281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 1 deletions

View File

@ -231,3 +231,24 @@ 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.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

View File

@ -104,7 +104,7 @@ DEFAULT = {
'mail-noreply': 'noreply@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',
'openqa': 'https://openqa.opensuse.org',
'main-repo': 'ports',

View File

@ -52,6 +52,7 @@ class TestConfig(unittest.TestCase):
'openSUSE:Leap:15.2:Update',
'openSUSE:Leap:15.3',
'openSUSE:Leap:15.3:ARM',
'openSUSE:Leap:15.3:ARM:Images',
'openSUSE:Leap:15.3:NonFree',
'openSUSE:Leap:15.3:Update',
'openSUSE:Backports:SLE-15',