Skip to content

Commit 3396cbb

Browse files
authored
Merge pull request #266 from okynos/fix-obs-launch
Fix x86_64 arch typo in systemsmanagement:Agama:Devel.xml file
2 parents 6671cfb + b805703 commit 3396cbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

t/obs/systemsmanagement:Agama:Devel/base/print_openqa.before

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/usr/bin/openqa-cli api -X post isos?async=1 \
2-
ARCH=86_64 \
2+
ARCH=x86_64 \
33
ASSET_256=agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso.sha256 \
44
BUILD=17.9 \
55
CHECKSUM_ISO=$(cut -b-64 /var/lib/openqa/factory/other/agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso.sha256 | grep -E '[0-9a-f]{5,40}' | head -n1) \

xml/obs/systemsmanagement:Agama:Devel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
dist_path="obspublish-other::openqa/systemsmanagement:Agama:Devel/"
44
distri="opensuse"
55
version="agama-9.0">
6-
<batch name="base" archs="86_64 aarch64 ppc64le">
6+
<batch name="base" archs="x86_64 aarch64 ppc64le">
77
<flavor name="agama-installer" folder="images/*/agama-installer:openSUSE/" iso="1" media1="0"/>
88
</batch>
99
<batch name="s390x" archs="s390x">

0 commit comments

Comments
 (0)