Merge pull request #2491 from nilxam/leap_153_bootstrap
Leap 15.3: Jump project discontinued but Leap 15.3 started
This commit is contained in:
commit
21e0b914a6
@ -103,8 +103,8 @@ pipelines:
|
||||
- repo-checker
|
||||
tasks:
|
||||
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.2:MicroOS
|
||||
Pkglistgen.openSUSE_Jump:
|
||||
group: Leap.jump.pkglistgen
|
||||
Pkglistgen.openSUSE_Leap:
|
||||
group: Leap.15.3.pkglistgen
|
||||
lock_behavior: unlockWhenFinished
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||
@ -119,13 +119,13 @@ pipelines:
|
||||
approval:
|
||||
type: manual
|
||||
jobs:
|
||||
openSUSE_Jump_15.2_target:
|
||||
openSUSE_Leap_15.3_target:
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Jump:15.2 -s target
|
||||
Update.Repos.Jump:
|
||||
group: Leap.jump.pkglistgen
|
||||
Update.Repos.Leap:
|
||||
group: Leap.15.3.pkglistgen
|
||||
lock_behavior: unlockWhenFinished
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||
@ -140,8 +140,8 @@ pipelines:
|
||||
approval:
|
||||
type: manual
|
||||
jobs:
|
||||
openSUSE_Jump_15.2:
|
||||
openSUSE_Leap_15.3:
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Jump:15.2
|
||||
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.3
|
||||
|
@ -82,8 +82,8 @@ pipelines:
|
||||
tasks:
|
||||
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p <%= project[0] %><%= options %>
|
||||
<% end -%>
|
||||
Pkglistgen.openSUSE_Jump:
|
||||
group: Leap.jump.pkglistgen
|
||||
Pkglistgen.openSUSE_Leap:
|
||||
group: Leap.15.3.pkglistgen
|
||||
lock_behavior: unlockWhenFinished
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||
@ -98,7 +98,7 @@ pipelines:
|
||||
approval:
|
||||
type: manual
|
||||
jobs:
|
||||
<% ['openSUSE:Jump:15.2/target'].each do |project|
|
||||
<% ['openSUSE:Leap:15.3/target'].each do |project|
|
||||
project=project.split('/')
|
||||
name=project[0].gsub(':', '_')
|
||||
if project.size > 1
|
||||
@ -111,8 +111,8 @@ pipelines:
|
||||
tasks:
|
||||
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p <%= project[0] %><%= options %>
|
||||
<% end -%>
|
||||
Update.Repos.Jump:
|
||||
group: Leap.jump.pkglistgen
|
||||
Update.Repos.Leap:
|
||||
group: Leap.15.3.pkglistgen
|
||||
lock_behavior: unlockWhenFinished
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||
@ -127,7 +127,7 @@ Update.Repos.Jump:
|
||||
approval:
|
||||
type: manual
|
||||
jobs:
|
||||
<% %w(openSUSE:Jump:15.2).each do |project| -%>
|
||||
<% %w(openSUSE:Leap:15.3).each do |project| -%>
|
||||
<%= project.gsub(':', '_') %>:
|
||||
resources:
|
||||
- repo-checker
|
||||
|
@ -231,7 +231,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.2:WSL
|
||||
TTM.Jump_15.2:
|
||||
TTM.Leap_15.3:
|
||||
group: openSUSE.Checkers
|
||||
lock_behavior: unlockWhenFinished
|
||||
environment_variables:
|
||||
@ -251,7 +251,7 @@ 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
|
||||
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.3
|
||||
TTM.Jump_15.2_Images:
|
||||
group: openSUSE.Checkers
|
||||
lock_behavior: unlockWhenFinished
|
||||
|
@ -50,6 +50,9 @@ class TestConfig(unittest.TestCase):
|
||||
'openSUSE:Leap:15.2:ARM',
|
||||
'openSUSE:Leap:15.2:NonFree',
|
||||
'openSUSE:Leap:15.2:Update',
|
||||
'openSUSE:Leap:15.3',
|
||||
'openSUSE:Leap:15.3:NonFree',
|
||||
'openSUSE:Leap:15.3:Update',
|
||||
'openSUSE:Backports:SLE-15',
|
||||
'openSUSE:Backports:SLE-15:Update',
|
||||
'SUSE:SLE-15:GA',
|
||||
|
Loading…
x
Reference in New Issue
Block a user