From 79190b8ef734044dd3d5c6e1d44d1c737b1490a6 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 15 Dec 2020 13:47:33 +0100 Subject: [PATCH] Enable TTM for openSUSE:Leap:15.3:Images And drop Jump. Also fix the erb file, which wasn't used to enable Leap 15.3. --- gocd/totestmanager.gocd.yaml | 4 ++-- gocd/totestmanager.gocd.yaml.erb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gocd/totestmanager.gocd.yaml b/gocd/totestmanager.gocd.yaml index 640e7d4a..d31d8415 100644 --- a/gocd/totestmanager.gocd.yaml +++ b/gocd/totestmanager.gocd.yaml @@ -252,7 +252,7 @@ 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.Jump_15.2_Images: + TTM.Leap_15.3_Images: group: openSUSE.Checkers lock_behavior: unlockWhenFinished environment_variables: @@ -272,4 +272,4 @@ pipelines: 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:Jump:15.2:Images + scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.3:Images diff --git a/gocd/totestmanager.gocd.yaml.erb b/gocd/totestmanager.gocd.yaml.erb index 4d73487c..6ed8f98a 100644 --- a/gocd/totestmanager.gocd.yaml.erb +++ b/gocd/totestmanager.gocd.yaml.erb @@ -12,8 +12,8 @@ pipelines: openSUSE:Leap:15.2:Images openSUSE:Leap:15.2:MicroOS openSUSE:Leap:15.2:WSL - openSUSE:Jump:15.2 - openSUSE:Jump:15.2:Images + openSUSE:Leap:15.3 + openSUSE:Leap:15.3:Images ) -%> TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>: group: openSUSE.Checkers