Merge pull request #3094 from gleidi-suse/remove_rel_pkgs

gocd: slfo: RelPkgs are not generated anymore
This commit is contained in:
Giacomo Leidi 2024-05-30 09:42:37 +02:00 committed by GitHub
commit 787cdb9c4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 128 deletions

View File

@ -1,109 +1,6 @@
--- ---
format_version: 3 format_version: 3
pipelines: pipelines:
SUSE.SLFO.Main.Stagings.RelPkgs:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
group: SLFO.Stagings
lock_behavior: unlockWhenFinished
timer:
spec: 0 0 * ? * *
only_on_changes: false
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
stages:
- Generate.Release.Package:
approval: manual
jobs:
SUSE.SLFO.Main.Staging.A:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
--staging SUSE:SLFO:Main:Staging:A
--only-release-packages --force
--git-url https://src.suse.de/products/SL-Micro##6.1
SUSE.SLFO.Main.Staging.B:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
--staging SUSE:SLFO:Main:Staging:B
--only-release-packages --force
--git-url https://src.suse.de/products/SL-Micro##6.1
SUSE.SLFO.Main.Staging.C:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
--staging SUSE:SLFO:Main:Staging:C
--only-release-packages --force
--git-url https://src.suse.de/products/SL-Micro##6.1
SUSE.SLFO.Main.Staging.D:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
--staging SUSE:SLFO:Main:Staging:D
--only-release-packages --force
--git-url https://src.suse.de/products/SL-Micro##6.1
SUSE.SLFO.Main.Staging.E:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
--staging SUSE:SLFO:Main:Staging:E
--only-release-packages --force
--git-url https://src.suse.de/products/SL-Micro##6.1
SUSE.SLFO.Main.Staging.F:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
--staging SUSE:SLFO:Main:Staging:F
--only-release-packages --force
--git-url https://src.suse.de/products/SL-Micro##6.1
SUSE.SLFO.Main.Staging.G:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
--staging SUSE:SLFO:Main:Staging:G
--only-release-packages --force
--git-url https://src.suse.de/products/SL-Micro##6.1
SUSE.SLFO.Main.Staging.H:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
--staging SUSE:SLFO:Main:Staging:H
--only-release-packages --force
--git-url https://src.suse.de/products/SL-Micro##6.1
SUSE.SLFO.Main.Staging.S:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
--staging SUSE:SLFO:Main:Staging:S
--only-release-packages --force
--git-url https://src.suse.de/products/SL-Micro##6.1
SUSE.SLFO.Main.Staging.V:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
--staging SUSE:SLFO:Main:Staging:V
--only-release-packages --force
--git-url https://src.suse.de/products/SL-Micro##6.1
SUSE.SLFO.Main.Staging.Y:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
--staging SUSE:SLFO:Main:Staging:Y
--only-release-packages --force
--git-url https://src.suse.de/products/SL-Micro##6.1
SUSE.SLFO.Main.Staging.A: SUSE.SLFO.Main.Staging.A:
environment_variables: environment_variables:

View File

@ -2,31 +2,6 @@
<% stagings = %w(A B C D E F G H S V Y) -%> <% stagings = %w(A B C D E F G H S V Y) -%>
format_version: 3 format_version: 3
pipelines: pipelines:
SUSE.SLFO.Main.Stagings.RelPkgs:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
group: SLFO.Stagings
lock_behavior: unlockWhenFinished
timer:
spec: 0 0 * ? * *
only_on_changes: false
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
stages:
- Generate.Release.Package:
approval: manual
jobs:
<% stagings.each do |letter| -%>
SUSE.SLFO.Main.Staging.<%= letter %>:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
--staging SUSE:SLFO:Main:Staging:<%= letter %>
--only-release-packages --force
--git-url https://src.suse.de/products/SL-Micro##6.1
<% end -%>
<% stagings.each do |letter| %> <% stagings.each do |letter| %>
SUSE.SLFO.Main.Staging.<%= letter %>: SUSE.SLFO.Main.Staging.<%= letter %>:
environment_variables: environment_variables: