Project

General

Profile

Actions

action #129217

closed

coordination #130072: [epic] Handle openQA adaptions in Yam squad - SLE 15 SP6

Enable updates for autoyast_filesystem_withouthome_yast in Maintenance Updates

Added by rainerkoenig 12 months ago. Updated 11 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Start date:
2023-05-12
Due date:
% Done:

0%

Estimated time:

Description

Motivation

Today (May 12, 2023) a lot of maintenance updates failed because of a bad update for curl. But it also turned out that we have that test autoyast_filesystem_withouthome_yast in the Maintenace Updates job group which didn't fail. Looking closer at this it turned out that autoyast_filesystem_withouthome_yast.xml.ep is missing the following code block:

    <add-on>
        <add_on_others config:type="list">
            % for my $repo (@$repos) {
            % my ($repo_id, $addon) = $repo =~ (/(\d+)\/(.*)\//);
        <listentry>
        <media_url><%= $repo %></media_url>
            <name><%= $addon . "_" . $repo_id %></name>
            <alias><%= $addon . "_" . $repo_id %></alias>
        </listentry>
        %}
        </add_on_others>
    </add-on>

Acceptance criteria

  • AC1: Insert the code block in the autoyast_filesystem_withouthome_yast.xml.ep
  • AC2: Verfiy that now all seleted updates get installed

Additional information

I've put this ticket on low priority because if we look at the "big picture" the buggy curl was spotted, even if this test passed. On the other hand, if its a test in the MU job group then it really should install all maintenance updates.

Actions

Also available in: Atom PDF