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
1 change: 1 addition & 0 deletions t/obs/openSUSE:Factory:ToTest/net-agama/files_iso.lst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
openSUSE-Addon-NonOss-20250210-x86_64-Debug
openSUSE-Addon-NonOss-20250210-x86_64-Source
openSUSE-Addon-NonOss-20250210-x86_64
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
openSUSE-20250210-x86_64.license
openSUSE-20250210-x86_64-Debug
openSUSE-20250210-x86_64-Source
openSUSE-20250210-x86_64
27 changes: 27 additions & 0 deletions t/obs/openSUSE:Factory:ToTest/net-agama/print_openqa.before
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/usr/bin/openqa-cli api -X post isos?async=1 \
ARCH=x86_64 \
ASSET_256=agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso.sha256 \
BUILD=20250929 \
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \
DISTRI=opensuse \
FLAVOR=agama-installer \
FULLURL=1 \
ISO=agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso \
MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929 \
MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929 \
MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \
REPO_0=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929 \
REPO_1=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929-Debug \
REPO_2=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929-Source \
REPO_3=openSUSE-Tumbleweed-oss-x86_64.license-Snapshot20250929 \
REPO_4=openSUSE-Tumbleweed-non-oss-x86_64-Snapshot20250929 \
REPO_NON_OSS=openSUSE-Tumbleweed-non-oss-x86_64-Snapshot20250929 \
REPO_OSS=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929 \
REPO_OSS_DEBUG=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929-Debug \
REPO_OSS_DEBUG_PACKAGES='java*,kernel-default-debug*,kernel-default-base-debug*,mraa-debug*,wicked-debug*' \
REPO_OSS_SOURCE=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929-Source \
REPO_OSS_SOURCE_PACKAGES='coreutils*,yast2-network*,yast2-http-server*' \
SUSEMIRROR=http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-Snapshot20250929 \
VERSION=Tumbleweed \
_OBSOLETE=1

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rsync --timeout=3600 -tlp4 --specials obspublish::openqa/openSUSE:Factory:ToTest/appliances/*/agama-installer*/*agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso /var/lib/openqa/factory/iso/agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso
rsync --timeout=3600 -tlp4 --specials obspublish::openqa/openSUSE:Factory:ToTest/appliances/*/agama-installer*/*agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso.sha256 /var/lib/openqa/factory/other/agama-installer.x86_64-17.0.0-openSUSE-Snapshot20250929.iso.sha256
Empty file.
3 changes: 3 additions & 0 deletions xml/obs/openSUSE:Factory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<batch name="live" folder="images/*/live*" archs="x86_64" repos="base">
<flavor name="Rescue-CD|GNOME-Live|KDE-Live|XFCE-Live" iso="1"/>
</batch>
<batch name="net-agama" folder="appliances/*/agama-installer*" archs="x86_64" repos="base">
<flavor name="agama-installer" iso="1"/>
</batch>
<batch name="jeos" folder="appliances/x86_64" archs="x86_64" repos="base">
<flavor name="JeOS-for-kvm-and-xen" folder="kiwi-templates-Minimal:kvm-and-xen">
<hdd filemask=".*kvm-and-xen.*\.qcow2$"/>
Expand Down