Merge pull request #2510 from Vogtinator/leap_15.3_images

Enable TTM for openSUSE:Leap:15.3:Images
This commit is contained in:
Fabian Vogt 2020-12-15 14:40:00 +01:00 committed by GitHub
commit 76b63b74c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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