action #69160
closedaction #68350: Improve package and base OS version support
Improve package and base OS version support: Enable tests for more repos
Description
Motivation¶
As we build against other repositories and architectures and our tests are more stable we could benefit from testing on these as well using the power of OBS.
Acceptance criteria¶
- AC1: Tests within spec file have been enabled for more repos/architectures for the package openQA in https://build.opensuse.org/project/show/devel:openQA
- AC2: DONE:
Same as AC1 but for os-autoinst
Suggestions¶
Evaluate if we can enable tests for other package builds in the spec file, than just openSUSE_Factory, e.g. also openSUSE_Tumbleweed and openSUSE_Leap_15.1
Updated by okurz over 4 years ago
- Description updated (diff)
we already run all tests for os-autoinst everywhere, e.g. see https://build.opensuse.org/package/live_build_log/devel:openQA/os-autoinst/openSUSE_Leap_15.1/aarch64
Updated by okurz about 4 years ago
- Related to action #72196: t/24-worker-jobs.t fails in OBS added
Updated by okurz about 4 years ago
- Status changed from Workable to Feedback
- Assignee set to okurz
Trying in https://github.com/os-autoinst/openQA/pull/3445 to enable for openSUSE Leap
Updated by okurz about 4 years ago
merged. Trying out with tests for other architectures: https://github.com/os-autoinst/openQA/pull/3447
Updated by okurz about 4 years ago
- Status changed from Feedback to Resolved
ppc64le tests had a very similar runtime to x86_64 but aarch64 aborted after 50m with the Makefile level timeout. So I think in theory we could enable the tests for ppc64le but I think it's better if we leave it as is. At least we have more repos enabled for testing now. That should be enough.