Skip to content

Commit

Permalink
Merge pull request #3096 from gleidi-suse/fix_slfo
Browse files Browse the repository at this point in the history
gocd: # must be followed by a parameter pattern or escaped by another #.
  • Loading branch information
gleidi-suse committed May 30, 2024
2 parents 197c84a + 524d6c9 commit db1c4dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions gocd/slfo-stagings.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,87 +23,87 @@ pipelines:
- 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
--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
--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
--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
--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
--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
--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
--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
--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
--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
--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
--git-url https://src.suse.de/products/SL-Micro##6.1

SUSE.SLFO.Main.Staging.A:
environment_variables:
Expand Down
2 changes: 1 addition & 1 deletion gocd/slfo-stagings.gocd.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipelines:
- 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
--git-url https://src.suse.de/products/SL-Micro##6.1
<% end -%>
<% stagings.each do |letter| %>
SUSE.SLFO.Main.Staging.<%= letter %>:
Expand Down

0 comments on commit db1c4dc

Please sign in to comment.