Skip to content

Commit 50b9e5c

Browse files
committed
Add media1=0 to Factory agama and test files
1 parent c0e4aa5 commit 50b9e5c

File tree

7 files changed

+38
-2
lines changed

7 files changed

+38
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
agama-installer.x86_64-11.0.0-openSUSE-Snapshot20250210.iso
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
openSUSE-Addon-NonOss-FTP-x86_64-Media1
2+
openSUSE-Addon-NonOss-FTP-x86_64-Media2
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
openSUSE-20250210-x86_64-Media1.license
2+
openSUSE-20250210-x86_64-Media1
3+
openSUSE-20250210-x86_64-Media2
4+
openSUSE-20250210-x86_64-Media3
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/usr/bin/openqa-cli api -X post isos?async=1 \
2+
ARCH=x86_64 \
3+
ASSET_256=agama-installer.x86_64-11.0.0-openSUSE-Snapshot20250210.iso.sha256 \
4+
BUILD=20250210 \
5+
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.x86_64-11.0.0-openSUSE-Snapshot20250210.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \
6+
DISTRI=opensuse \
7+
FLAVOR=agama-installer \
8+
FULLURL=1 \
9+
ISO=agama-installer.x86_64-11.0.0-openSUSE-Snapshot20250210.iso \
10+
MIRROR_HTTP=http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-Snapshot20250210 \
11+
MIRROR_HTTPS=https://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-Snapshot20250210 \
12+
MIRROR_PREFIX=http://openqa.opensuse.org/assets/repo \
13+
REPO_0=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250210 \
14+
REPO_1=openSUSE-Tumbleweed-oss-x86_64.license-Snapshot20250210 \
15+
REPO_2=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250210-debuginfo \
16+
REPO_3=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250210-source \
17+
REPO_4=openSUSE-Tumbleweed-non-oss-x86_64-Snapshot20250210 \
18+
REPO_NON_OSS=openSUSE-Tumbleweed-non-oss-x86_64-Snapshot20250210 \
19+
REPO_OSS=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250210 \
20+
REPO_OSS_DEBUGINFO=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250210-debuginfo \
21+
REPO_OSS_DEBUGINFO_PACKAGES='java*,kernel-default-debug*,kernel-default-base-debug*,mraa-debug*,wicked-debug*' \
22+
REPO_OSS_SOURCE=openSUSE-Tumbleweed-oss-x86_64-Snapshot20250210-source \
23+
REPO_OSS_SOURCE_PACKAGES='coreutils*,yast2-network*,yast2-http-server*' \
24+
SUSEMIRROR=http://openqa.opensuse.org/assets/repo/openSUSE-Tumbleweed-oss-x86_64-Snapshot20250210 \
25+
VERSION=Tumbleweed \
26+
_OBSOLETE=1
27+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
rsync --timeout=3600 -tlp4 --specials obspublish::openqa/openSUSE:Factory:ToTest/appliances/*/agama-installer*/*agama-installer.x86_64-11.0.0-openSUSE-Snapshot20250210.iso /var/lib/openqa/factory/iso/agama-installer.x86_64-11.0.0-openSUSE-Snapshot20250210.iso
2+
rsync --timeout=3600 -tlp4 --specials obspublish::openqa/openSUSE:Factory:ToTest/appliances/*/agama-installer*/*agama-installer.x86_64-11.0.0-openSUSE-Snapshot20250210.iso.sha256 /var/lib/openqa/factory/other/agama-installer.x86_64-11.0.0-openSUSE-Snapshot20250210.iso.sha256

t/obs/openSUSE:Factory:ToTest/agama/print_rsync_repo.before

Whitespace-only changes.

xml/obs/openSUSE:Factory.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<batch name="live" folder="images/*/live*" archs="x86_64" repos="base">
2121
<flavor name="Rescue-CD|GNOME-Live|KDE-Live|XFCE-Live" iso="1"/>
2222
</batch>
23-
<batch name="agama" folder="appliances/*/agama-installer*" archs="x86_64" repos="base">
24-
<flavor name="agama-installer" iso="1"/>
23+
<batch name="agama" archs="x86_64" repos="base">
24+
<flavor name="agama-installer" iso="1" media1="0" folder="appliances/*/agama-installer*"/>
2525
</batch>
2626
<batch name="jeos" folder="appliances/x86_64" archs="x86_64" repos="base">
2727
<flavor name="JeOS-for-kvm-and-xen" folder="kiwi-templates-Minimal:kvm-and-xen">

0 commit comments

Comments
 (0)