Project

General

Profile

Actions

action #176979

open

SL Micro 6.1 staging incidents cannot open bugreports via hotlink

Added by msmeissn about 1 month ago. Updated 4 days ago.

Status:
In Progress
Priority:
Normal
Assignee:
-
Category:
Bugs in existing tests
Target version:
-
Start date:
2025-02-11
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

If you go to this run below, and select the "BUG" button, it will fail

as the product it uses is not known.

" Sorry, either the product SUSE Linux Enterprise Micro 6.1 does not exist or you aren't authorized to enter a bug into it. "

The product is called "SUSE Linux Micro 6.1".

Observation

openQA test in scenario sle-micro-6.1-Default-qcow-Updates-Staging-x86_64-slem_docker@uefi-virtio-vga fails in
docker

Test suite description

SLE Micro as container host tests using docker as container runtime (docker, docker firewall, etc).

Reproducible

Fails since (at least) Build C.36.3

Expected result

Last good: J.37.4 (or more recent)

Further details

Always latest result in this scenario: latest

Actions #1

Updated by jlausuch about 1 month ago

  • Priority changed from Urgent to High

The issue is here: https://github.com/os-autoinst/openQA/blob/master/templates/webapi/branding/openSUSE/external_reporting.html.ep#L23

SLE Micro went through an unfortunate and unnecessary product renaming, where we kept DISTRI=sle-micro in openQA for simplicity.
This template takes the DISTRI variable and opens the bug using the project name

'sle-micro' => 'SUSE Linux Enterprise',

We have 2 options:
1) Update this file and do

'sle-micro' => 'SUSE Linux',

2) Make this template somehow more complex checking for version

'sle-micro' => 'SUSE Linux Enterprise', ---> for SLE Micro 'SUSE Linux', ---> for SLE Micro >=6.0

I vote for option 1... I don't think we will open a lot of bugs for older Micro versions.

I am decreasing the priority as this is not blocking anything or impacts functionality.

Actions #3

Updated by slo-gin 4 days ago

This ticket was set to High priority but was not updated within the SLO period. Please consider picking up this ticket or just set the ticket to the next lower priority.

Actions #4

Updated by jlausuch 4 days ago

  • Status changed from New to In Progress

My previous PR breaks 6.0 and below, which contain "Enterprise" string in the name.
This should fix that https://github.com/os-autoinst/openQA/pull/6289

Actions #5

Updated by jlausuch 4 days ago

  • Priority changed from High to Normal
Actions

Also available in: Atom PDF