Skip to content

Commit

Permalink
Merge pull request #3127 from g7/sp7-publish-pipeline
Browse files Browse the repository at this point in the history
gocd: sle15: Split publish pipelines
  • Loading branch information
g7 committed Jul 30, 2024
2 parents 1a95eb1 + 756cff5 commit 5194d43
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions gocd/sp.target.gocd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
format_version: 3
pipelines:
SLE15.SP7.Images:
SLE15.SP7.Images.To.Test:
group: SLE15.Target
lock_behavior: unlockWhenFinished
materials:
Expand Down Expand Up @@ -29,7 +29,7 @@ pipelines:
./scripts/gocd/verify-repo-built-successful.py -A https://api.suse.de -p SUSE:SLE-15-SP7:GA -r containerfile
./scripts/gocd/verify-repo-built-successful.py -A https://api.suse.de -p SUSE:SLE-15-SP7:GA -r images
- Release.Images.To.Test:
- Release.Images:
approval: manual
roles:
- SLE
Expand Down Expand Up @@ -64,7 +64,25 @@ pipelines:
done
osc -A https://api.suse.de/ api "/build/SUSE:SLE-15-SP7:GA:TEST/_result?view=summary&repository=images" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED
- Release.Images.To.Publish:
SLE15.SP7.Images.To.Publish:
group: SLE15.Target
materials:
repos:
git: git://botmaster.suse.de/suse-repos.git
auto_update: true
whitelist:
- SUSE:SLE-15-SP7:GA_-_images.yaml
destination: repos
scripts:
auto_update: true
git: https://github.com/openSUSE/openSUSE-release-tools.git
whitelist:
- DO_NOT_TRIGGER
destination: scripts
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
stages:
- Release.Images:
approval: manual
roles:
- SLE
Expand Down

0 comments on commit 5194d43

Please sign in to comment.