We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently the tests is hardcoding things for x86_64 build and has no chance to pass otherwise.
see the x86 in
kiwi_cmd = "kiwi-ng system build --description kiwi/build-tests/x86/leap/test-image-disk --set-repo obs://openSUSE:Leap:15.5/standard --target-dir /tmp/myimage"
and
"/tmp/myimage/kiwi-test-image-disk.x86_64-*.raw"
in result-files. the test needs to be extended to handle non-x86_64 and then the skip-if introduced in #562 should be removed again.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently the tests is hardcoding things for x86_64 build and has no chance to pass otherwise.
see the x86 in
kiwi_cmd = "kiwi-ng system build --description kiwi/build-tests/x86/leap/test-image-disk --set-repo obs://openSUSE:Leap:15.5/standard --target-dir /tmp/myimage"
and
"/tmp/myimage/kiwi-test-image-disk.x86_64-*.raw"
in result-files. the test needs to be extended to handle non-x86_64 and then the skip-if introduced in #562 should be removed again.
The text was updated successfully, but these errors were encountered: