From 0acbe1bfc988cbee3ac27b4030ad7e1d3cece6ea Mon Sep 17 00:00:00 2001 From: Guillaume Gardet Date: Thu, 25 Feb 2021 11:03:48 +0100 Subject: [PATCH] Add Leap:15.3:ARM to test armv7 Step:15 --- gocd/totestmanager.gocd.yaml | 21 +++++++++++++++++++++ gocd/totestmanager.gocd.yaml.erb | 1 + tests/config_tests.py | 1 + 3 files changed, 23 insertions(+) diff --git a/gocd/totestmanager.gocd.yaml b/gocd/totestmanager.gocd.yaml index d31d8415..e02183cb 100644 --- a/gocd/totestmanager.gocd.yaml +++ b/gocd/totestmanager.gocd.yaml @@ -252,6 +252,27 @@ 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 + 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: group: openSUSE.Checkers lock_behavior: unlockWhenFinished diff --git a/gocd/totestmanager.gocd.yaml.erb b/gocd/totestmanager.gocd.yaml.erb index 6ed8f98a..2a8b7477 100644 --- a/gocd/totestmanager.gocd.yaml.erb +++ b/gocd/totestmanager.gocd.yaml.erb @@ -14,6 +14,7 @@ pipelines: openSUSE:Leap:15.2:WSL openSUSE:Leap:15.3 openSUSE:Leap:15.3:Images + openSUSE:Leap:15.3:ARM ) -%> TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>: group: openSUSE.Checkers diff --git a/tests/config_tests.py b/tests/config_tests.py index cbf543a3..952499b5 100644 --- a/tests/config_tests.py +++ b/tests/config_tests.py @@ -51,6 +51,7 @@ class TestConfig(unittest.TestCase): 'openSUSE:Leap:15.2:NonFree', 'openSUSE:Leap:15.2:Update', 'openSUSE:Leap:15.3', + 'openSUSE:Leap:15.3:ARM', 'openSUSE:Leap:15.3:NonFree', 'openSUSE:Leap:15.3:Update', 'openSUSE:Backports:SLE-15',