Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix x86_64 arch typo in systemsmanagement:Agama:Devel.xml file #266

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

okynos
Copy link
Contributor

@okynos okynos commented Sep 6, 2024

We have detected a problem in mentioned XML file that lead to some jobs not launched.
This PR solves that.

@Martchus
Copy link
Contributor

Martchus commented Sep 6, 2024

It looks like you have to update unit tests as well, though:

+++ obs/systemsmanagement:Agama:Devel/base//print_openqa.after  2024-09-06 13:55:06.324472504 +0000
@@ -1,5 +1,5 @@
 /usr/bin/openqa-cli api -X post isos?async=1 \
- ARCH=86_64 \
+ ARCH=x86_64 \
  ASSET_256=agama-installer.x86_64-9.0.0-openSUSE-Build17.9.iso.sha256 \
  BUILD=17.9 \

Fix x86_64 arch typo

Fixed ARCH typo in print_openqa.before file
@okynos
Copy link
Contributor Author

okynos commented Sep 6, 2024

Fixed! Thanks for your advice

@Martchus Martchus merged commit 3396cbb into os-autoinst:master Sep 6, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants