From 0f8f0173ae1c80235ee367344c87d75b41dc2f68 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Thu, 12 Sep 2024 17:45:00 +0800 Subject: [PATCH] gocd: enable Leap 16.0 TTM --- gocd/totestmanager.gocd.yaml | 21 +++++++++++++++++++++ gocd/totestmanager.gocd.yaml.erb | 1 + 2 files changed, 22 insertions(+) diff --git a/gocd/totestmanager.gocd.yaml b/gocd/totestmanager.gocd.yaml index bda3d7d78..fafb0d1ea 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.6:ARM:Images + TTM.Leap_16.0: + 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:16.0 TTM.Leap_Micro_6.0: group: openSUSE.Checkers lock_behavior: unlockWhenFinished diff --git a/gocd/totestmanager.gocd.yaml.erb b/gocd/totestmanager.gocd.yaml.erb index a0fd3ab6b..7536a2164 100644 --- a/gocd/totestmanager.gocd.yaml.erb +++ b/gocd/totestmanager.gocd.yaml.erb @@ -13,6 +13,7 @@ pipelines: openSUSE:Leap:15.6:Images openSUSE:Leap:15.6:ARM openSUSE:Leap:15.6:ARM:Images + openSUSE:Leap:16.0 openSUSE:Leap:Micro:6.0 openSUSE:Leap:Micro:6.0:Images ) -%>