Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions t/obs/openSUSE:Leap:16.0:ToTest/print_openqa.before
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,29 @@
VERSION=16.0 \
_OBSOLETE=1

/usr/bin/openqa-cli api -X post isos?async=1 \
ARCH=ppc64le \
ASSET_256=agama-installer-Leap.ppc64le-9.0.0-openSUSE-Build2.4.iso.sha256 \
BUILD=2.4 \
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer-Leap.ppc64le-9.0.0-openSUSE-Build2.4.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \
DISTRI=opensuse \
FLAVOR=agama-installer-Leap \
ISO=agama-installer-Leap.ppc64le-9.0.0-openSUSE-Build2.4.iso \
REPO_0=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build2.4 \
REPO_SLE_LEAP_16_0_AARCH64_PPC64LE_S390X_X86_64=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build2.4 \
VERSION=16.0 \
_OBSOLETE=1

/usr/bin/openqa-cli api -X post isos?async=1 \
ARCH=s390x \
ASSET_256=agama-installer-Leap.s390x-9.0.0-openSUSE-Build2.4.iso.sha256 \
BUILD=2.4 \
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer-Leap.s390x-9.0.0-openSUSE-Build2.4.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \
DISTRI=opensuse \
FLAVOR=agama-installer-Leap \
ISO=agama-installer-Leap.s390x-9.0.0-openSUSE-Build2.4.iso \
REPO_0=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build2.4 \
REPO_SLE_LEAP_16_0_AARCH64_PPC64LE_S390X_X86_64=Leap-16.0-aarch64-ppc64le-s390x-x86_64-Build2.4 \
VERSION=16.0 \
_OBSOLETE=1

4 changes: 4 additions & 0 deletions t/obs/openSUSE:Leap:16.0:ToTest/print_rsync_iso.before
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ rsync --timeout=3600 -tlp4 --specials obspublish::openqa/openSUSE:Leap:16.0:ToTe
rsync --timeout=3600 -tlp4 --specials obspublish::openqa/openSUSE:Leap:16.0:ToTest/images/*/*agama-installer-Leap*/*agama-installer-Leap.aarch64-9.0.0-openSUSE-Build2.4.iso.sha256 /var/lib/openqa/factory/other/agama-installer-Leap.aarch64-9.0.0-openSUSE-Build2.4.iso.sha256
rsync --timeout=3600 -tlp4 --specials obspublish::openqa/openSUSE:Leap:16.0:ToTest/images/*/*agama-installer-Leap*/*agama-installer-Leap.x86_64-9.0.0-openSUSE-Build2.4.iso /var/lib/openqa/factory/iso/agama-installer-Leap.x86_64-9.0.0-openSUSE-Build2.4.iso
rsync --timeout=3600 -tlp4 --specials obspublish::openqa/openSUSE:Leap:16.0:ToTest/images/*/*agama-installer-Leap*/*agama-installer-Leap.x86_64-9.0.0-openSUSE-Build2.4.iso.sha256 /var/lib/openqa/factory/other/agama-installer-Leap.x86_64-9.0.0-openSUSE-Build2.4.iso.sha256
rsync --timeout=3600 -tlp4 --specials obspublish::openqa/openSUSE:Leap:16.0:ToTest/images/*/*agama-installer-Leap*/*agama-installer-Leap.ppc64le-9.0.0-openSUSE-Build2.4.iso /var/lib/openqa/factory/iso/agama-installer-Leap.ppc64le-9.0.0-openSUSE-Build2.4.iso
rsync --timeout=3600 -tlp4 --specials obspublish::openqa/openSUSE:Leap:16.0:ToTest/images/*/*agama-installer-Leap*/*agama-installer-Leap.ppc64le-9.0.0-openSUSE-Build2.4.iso.sha256 /var/lib/openqa/factory/other/agama-installer-Leap.ppc64le-9.0.0-openSUSE-Build2.4.iso.sha256
rsync --timeout=3600 -tlp4 --specials obspublish::openqa/openSUSE:Leap:16.0:ToTest/images/*/*agama-installer-Leap*/*agama-installer-Leap.s390x-9.0.0-openSUSE-Build2.4.iso /var/lib/openqa/factory/iso/agama-installer-Leap.s390x-9.0.0-openSUSE-Build2.4.iso
rsync --timeout=3600 -tlp4 --specials obspublish::openqa/openSUSE:Leap:16.0:ToTest/images/*/*agama-installer-Leap*/*agama-installer-Leap.s390x-9.0.0-openSUSE-Build2.4.iso.sha256 /var/lib/openqa/factory/other/agama-installer-Leap.s390x-9.0.0-openSUSE-Build2.4.iso.sha256
2 changes: 1 addition & 1 deletion xml/obs/openSUSE:Leap:16.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
iso_path="images"
repo_path="product/local/000productcompose"
distri="opensuse"
archs="aarch64 x86_64">
archs="aarch64 x86_64 ppc64le s390x">
<flavor name="agama-installer-Leap" folder="*/*agama-installer-Leap*" iso="1" media1="0">
<repos>
<oss name="Leap-16.0-aarch64-ppc64le-s390x-x86_64$" mirror="1"/>
Expand Down
Loading