Merge pull request #3179 from gyr/fix-sles16-publish

Specify project and repository when release SLES16
This commit is contained in:
Gustavo Yokoyama Ribeiro 2024-10-18 10:45:21 -03:00 committed by GitHub
commit 97b7170e28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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