Specify project and repository when release SLES16

This commit is contained in:
Gustavo Yokoyama Ribeiro 2024-10-18 09:45:00 -03:00
parent 841fa84c0d
commit d2867783ce

View File

@ -38,9 +38,10 @@ pipelines:
tasks:
- script: |-
set -e
for product in kiwi-templates-Minimal 000productcompose agama-installer-SLES; do
osc -A https://api.suse.de release SUSE:SLFO:Products:SLES:16.0 $product
for image in agama-installer-SLES kiwi-templates-Minimal; do
osc -A https://api.suse.de release --target-project=SUSE:SLFO:Products:SLES:16.0:TEST --target-repository=images -r images SUSE:SLFO:Products:SLES:16.0 $image
done
osc -A https://api.suse.de release --target-project=SUSE:SLFO:Products:SLES:16.0:TEST --target-repository=product -r product SUSE:SLFO:Products:SLES:16.0 000productcompose
sleep 600
while (osc -A https://api.suse.de/ api "/build/SUSE:SLFO:Products:SLES:16.0:TEST/_result?view=summary&repository=product" | grep "result project" | grep -v 'code="published" state="published">'); do
echo PENDING
@ -64,9 +65,10 @@ pipelines:
tasks:
- script: |-
set -e
for product in kiwi-templates-Minimal 000productcompose agama-installer-SLES; do
osc -A https://api.suse.de release SUSE:SLFO:Products:SLES:16.0:TEST $product
for image in agama-installer-SLES kiwi-templates-Minimal; do
osc -A https://api.suse.de release --target-project=SUSE:SLFO:Products:SLES:16.0:PUBLISH --target-repository=images -r images SUSE:SLFO:Products:SLES:16.0:TEST $image
done
osc -A https://api.suse.de release --target-project=SUSE:SLFO:Products:SLES:16.0:PUBLISH --target-repository=product -r product SUSE:SLFO:Products:SLES:16.0:TEST 000productcompose
sleep 600
while (osc -A https://api.suse.de/ api "/build/SUSE:SLFO:Products:SLES:16.0:PUBLISH/_result?view=summary&repository=product" | grep "result project" | grep -v 'code="published" state="published">'); do
echo PENDING
@ -108,9 +110,10 @@ pipelines:
tasks:
- script: |-
set -e
for product in kiwi-templates-Minimal 000productcompose agama-installer-SLES; do
osc -A https://api.suse.de release SUSE:SLFO:Products:SLES:16.0:TEST $product
for image in agama-installer-SLES kiwi-templates-Minimal; do
osc -A https://api.suse.de release --target-project=SUSE:SLFO:Products:SLES:16.0:PUBLISH --target-repository=images -r images SUSE:SLFO:Products:SLES:16.0:TEST $image
done
osc -A https://api.suse.de release --target-project=SUSE:SLFO:Products:SLES:16.0:PUBLISH --target-repository=product -r product SUSE:SLFO:Products:SLES:16.0:TEST 000productcompose
sleep 600
while (osc -A https://api.suse.de/ api "/build/SUSE:SLFO:Products:SLES:16.0:PUBLISH/_result?view=summary&repository=product" | grep "result project" | grep -v 'code="published" state="published">'); do
echo PENDING