From 732640139ebe6dd0081121cb5fdb08681849e0d2 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Wed, 13 Apr 2022 20:33:34 +0800 Subject: [PATCH] TTM: add openSUSE:Leap:Micro:5.2:Images to pipeline for appliance and containerfile --- 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 0fdb589f..efb18c91 100644 --- a/gocd/totestmanager.gocd.yaml +++ b/gocd/totestmanager.gocd.yaml @@ -294,3 +294,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:Micro:5.2 + TTM.Leap_Micro_5.2_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:Micro:5.2:Images diff --git a/gocd/totestmanager.gocd.yaml.erb b/gocd/totestmanager.gocd.yaml.erb index 9655fe2a..35176b7a 100644 --- a/gocd/totestmanager.gocd.yaml.erb +++ b/gocd/totestmanager.gocd.yaml.erb @@ -15,6 +15,7 @@ pipelines: openSUSE:Leap:15.4:ARM openSUSE:Leap:15.4:ARM:Images openSUSE:Leap:Micro:5.2 + openSUSE:Leap:Micro:5.2:Images ) -%> TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>: group: openSUSE.Checkers