Skip to content

Commit

Permalink
Merge 69c9441 into 9b86fb9
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Jun 7, 2021
2 parents 9b86fb9 + 69c9441 commit f2d6b8a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
21 changes: 21 additions & 0 deletions gocd/totestmanager.gocd.yaml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion osclib/conf.py
Expand Up @@ -104,7 +104,7 @@
'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',
Expand Down
1 change: 1 addition & 0 deletions tests/config_tests.py
Expand Up @@ -52,6 +52,7 @@ def test_pattern_order(self):
'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',
Expand Down

0 comments on commit f2d6b8a

Please sign in to comment.