Actions
action #38861
closed[opensuse] test fails in first_boot
Start date:
2018-07-26
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Observation¶
openQA test in scenario opensuse-15.0-DVD-Updates-x86_64-kde@64bit-2G fails in
first_boot
Reproducible¶
Fails since (at least) Build 20180725-4
Expected result¶
Last good: 20180725-3 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by okurz about 6 years ago
- Status changed from New to Feedback
- Assignee set to okurz
Caused by https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/5460, fixed with https://github.com/os-autoinst/os-autoinst-distri-opensuse/commit/393e1ec224f43141a8f9efdbc6adb5b71499f623 . Retriggered tests, monitoring
Updated by okurz about 6 years ago
- Has duplicate action #38864: [functional][opensuse][u] errors--compilation from first_boot.pm added
Updated by zluo about 6 years ago
The problem was
use version_utils 'sle_version_at_least';
line 60 of first_boot.pm:
if (!is_sle('<=15') && !is_leap('<=15.0') && check_var('ARCH', 'aarch64') && check_var('DESKTOP', 'gnome')) {
..
--
Please see
I changed
use version_utils 'sle_version_at_least'; to use version_utils ;
Updated by okurz about 6 years ago
- Status changed from Feedback to Resolved
I already mentioned the commit in master that fixed it.
No further failures seen on production.
Actions