Skip to content

Commit

Permalink
Merge pull request #3094 from gleidi-suse/remove_rel_pkgs
Browse files Browse the repository at this point in the history
gocd: slfo: RelPkgs are not generated anymore
  • Loading branch information
gleidi-suse committed May 30, 2024
2 parents db1c4dc + 6538936 commit 787cdb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 128 deletions.
103 changes: 0 additions & 103 deletions gocd/slfo-stagings.gocd.yaml
Original file line number Diff line number Diff line change
@@ -1,109 +1,6 @@
---
format_version: 3
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:
environment_variables:
Expand Down
25 changes: 0 additions & 25 deletions gocd/slfo-stagings.gocd.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,6 @@
<% stagings = %w(A B C D E F G H S V Y) -%>
format_version: 3
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| %>
SUSE.SLFO.Main.Staging.<%= letter %>:
environment_variables:
Expand Down

0 comments on commit 787cdb9

Please sign in to comment.