Merge pull request #2533 from ggardet/add_15.3_step

Add Leap:15.3:ARM to test armv7 Step:15
This commit is contained in:
Douglas DeMaio 2021-03-15 10:31:45 +01:00 committed by GitHub
commit 167397b8d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 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.3 scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.3
TTM.Leap_15.3_ARM:
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
TTM.Leap_15.3_Images: TTM.Leap_15.3_Images:
group: openSUSE.Checkers group: openSUSE.Checkers
lock_behavior: unlockWhenFinished lock_behavior: unlockWhenFinished

View File

@ -14,6 +14,7 @@ pipelines:
openSUSE:Leap:15.2:WSL openSUSE:Leap:15.2:WSL
openSUSE:Leap:15.3 openSUSE:Leap:15.3
openSUSE:Leap:15.3:Images openSUSE:Leap:15.3:Images
openSUSE:Leap:15.3:ARM
) -%> ) -%>
TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>: TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>:
group: openSUSE.Checkers group: openSUSE.Checkers

View File

@ -51,6 +51,7 @@ class TestConfig(unittest.TestCase):
'openSUSE:Leap:15.2:NonFree', 'openSUSE:Leap:15.2:NonFree',
'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:NonFree', 'openSUSE:Leap:15.3:NonFree',
'openSUSE:Leap:15.3:Update', 'openSUSE:Leap:15.3:Update',
'openSUSE:Backports:SLE-15', 'openSUSE:Backports:SLE-15',