diff --git a/gocd/totestmanager.gocd.yaml b/gocd/totestmanager.gocd.yaml index 79c6703e..32bd80a6 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:Update:Respin + TTM.Leap_15.4_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.4:Images TTM.Leap_15.4: group: openSUSE.Checkers lock_behavior: unlockWhenFinished diff --git a/gocd/totestmanager.gocd.yaml.erb b/gocd/totestmanager.gocd.yaml.erb index 21176001..261412f9 100644 --- a/gocd/totestmanager.gocd.yaml.erb +++ b/gocd/totestmanager.gocd.yaml.erb @@ -13,6 +13,7 @@ pipelines: openSUSE:Leap:15.3:Images openSUSE:Leap:15.3:WSL openSUSE:Leap:15.3:Update:Respin + openSUSE:Leap:15.4:Images openSUSE:Leap:15.4 ) -%> TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>: