Skip to content

Commit

Permalink
Merge pull request openSUSE#3072 from gleidi-suse/revert-product-comp…
Browse files Browse the repository at this point in the history
…oser

Revert "gocd: microos: Release both 000product and 000productcompose ."
  • Loading branch information
gleidi-suse committed Apr 11, 2024
2 parents 6094898 + 0c18909 commit 58b3d97
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions gocd/microos.target.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pipelines:
tasks:
- script: |-
set -e
for product in 000product 000productcompose SL-Micro; do
for product in 000product SL-Micro; do
osc -A https://api.suse.de release SUSE:ALP:Products:Marble:6.0 $product
done
sleep 600
Expand All @@ -47,11 +47,6 @@ pipelines:
sleep 600
done
osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Marble:6.0:ToTest/_result?view=summary&repository=images" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED
while (osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Marble:6.0:ToTest/_result?view=summary&repository=product" | grep "result project" | grep -v 'code="published" state="published">'); do
echo PENDING
sleep 600
done
osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Marble:6.0:ToTest/_result?view=summary&repository=product" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED
- Release.Images.To.Publish:
approval: manual
Expand All @@ -71,8 +66,3 @@ pipelines:
sleep 600
done
osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Marble:6.0:PUBLISH/_result?view=summary&repository=images" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED
while (osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Marble:6.0:PUBLISH/_result?view=summary&repository=product" | grep "result project" | grep -v 'code="published" state="published">'); do
echo PENDING
sleep 600
done
osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Marble:6.0:PUBLISH/_result?view=summary&repository=product" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED

0 comments on commit 58b3d97

Please sign in to comment.