Project

General

Profile

Actions

action #178792

closed

coordination #163742: [epic] Milestone testing for SLE 15 SP7

SLE 15 SP7 RC1 - RMT/SMT/SCC status check and Milestone build triggering

Added by JERiveraMoya about 1 month ago. Updated about 1 month ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Target version:
-
Start date:
2025-03-13
Due date:
% Done:

0%

Estimated time:

Description

Motivation

In order to test scenarios using RMT/SMT/SCC in openQA we need to take serveral actions regarding automation.
The steps could be found in confluence:
https://confluence.suse.com/pages/viewpage.action?pageId=1118405556

Scope

Corresponding milestone Build.

Acceptance criteria

AC1: First of all, verify if RMT regression manual testing is required by checking the version and only if so, notify the squad.
AC2: Perform necessary checks of RMT/SMT/SCC to ensure products in milestone are synced to updates.suse.com
AC3: Trigger with isos post the milestone build for job group Migration: Milestone

Additional information

openQA review is not included in this ticket, for that we follow normal rotation in the squad.
Example of ticket for AC1 is #156610, but ensure there is a ticket on that epic for someone else to cover this in the squad before proceeding with this ticket.

Actions #1

Updated by lmanfredi about 1 month ago

  • Status changed from Workable to In Progress
  • Assignee set to lmanfredi
Actions #2

Updated by lmanfredi about 1 month ago

Check published internal mirror

We could check the whether the expected version is published by looking at the content on the internal mirror:
http://updates.suse.de/SUSE/Products/SLE-Product-SLES/

published ok

Actions #3

Updated by lmanfredi about 1 month ago

sync and mirror RMT:

rmt-cli sync
rmt-cli mirror
...
I, [2025-03-20T06:41:21.488129 #13628]  INFO -- : Total mirrored repositories: 495
I, [2025-03-20T06:41:21.488334 #13628]  INFO -- : Total transferred files: 4186
I, [2025-03-20T06:41:21.740673 #13628]  INFO -- : Total transferred file size: 7.03 GB
I, [2025-03-20T06:41:21.740946 #13628]  INFO -- : Total Mirror Time: 00:25:25
I, [2025-03-20T06:41:21.741085 #13628]  INFO -- : Mirroring complete.

sync and mirror SMT:

smt-sync
smt-mirror
...
Summary
Total transfered files    : 481 
Total transfered file size: 235500470 (224.59 MB)
Total linked files        : 283
Total copied files        : 0
New security updates      : 0
New recommended updates   : 10
   * Recommended update for python-requests-mock (3)
   * Recommended update for curl (1)
   * Recommended update for nfs-utils (3)
   * Recommended update for multipath-tools (3)
Errors:                   : 0
Total Mirror Time         : 00:27:22
Actions #4

Updated by lmanfredi about 1 month ago ยท Edited

Check release notes:

curl -s http://updates.suse.de/SUSE/Products/SLE-Product-SLES/15-SP7/aarch64/product/ChangeLog  -o ChangeLog_aarch64
curl -s http://updates.suse.de/SUSE/Products/SLE-Product-SLES/15-SP7/ppc64le/product/ChangeLog  -o ChangeLog_ppc64le
curl -s http://updates.suse.de/SUSE/Products/SLE-Product-SLES/15-SP7/s390x/product/ChangeLog    -o ChangeLog_s390x
curl -s http://updates.suse.de/SUSE/Products/SLE-Product-SLES/15-SP7/x86_64/product/ChangeLog   -o ChangeLog_x86_64

grep -m 1 -A2 'release-notes-sles' ChangeLog_aarch64
# ++++ release-notes-sles:
# 
#   - 15.7.20250310 (tracked in bsc#933411)

grep -m 1 -A2 'release-notes-sles' ChangeLog_ppc64le
# ++++ release-notes-sles:
# 
#   - 15.7.20250310 (tracked in bsc#933411)

grep -m 1 -A2 'release-notes-sles' ChangeLog_s390x
# ++++ release-notes-sles:
# 
#   - 15.7.20250310 (tracked in bsc#933411)

grep -m 1 -A2 'release-notes-sles' ChangeLog_x86_64
# ++++ release-notes-sles:
# 
#   - 15.7.20250310 (tracked in bsc#933411)

compare it with the RMT/SMT server
RMT:

migration-rmt2:/var/lib/rmt/public/repo/SUSE/Products/SLE-Product-SLES/15-SP7 # find . -name "*15.7.20250310*" -print
./aarch64/product/noarch/release-notes-sles-15.7.20250310-150700.1.2.noarch.rpm
./ppc64le/product/noarch/release-notes-sles-15.7.20250310-150700.1.2.noarch.rpm
./s390x/product/noarch/release-notes-sles-15.7.20250310-150700.1.2.noarch.rpm
./x86_64/product/noarch/release-notes-sles-15.7.20250310-150700.1.2.noarch.rpm

SMT:

migration-smt2:/srv/www/htdocs/repo/SUSE/Products/SLE-Product-SLES/15-SP7 # find . -name "*15.7.20250310*" -print
./ppc64le/product/noarch/release-notes-sles-15.7.20250310-150700.1.2.noarch.rpm
./s390x/product/noarch/release-notes-sles-15.7.20250310-150700.1.2.noarch.rpm
./aarch64/product/noarch/release-notes-sles-15.7.20250310-150700.1.2.noarch.rpm
./x86_64/product/noarch/release-notes-sles-15.7.20250310-150700.1.2.noarch.rpm
Actions #5

Updated by JERiveraMoya about 1 month ago

  • Priority changed from High to Urgent
Actions #6

Updated by lmanfredi about 1 month ago

Trigger milestone:

# Arch: aarch64
# Suite: sle-15-SP7-Migration-from-SLE12-SPx-Milestone-aarch64
sudo openqa-cli api --osd -X POST isos?async=0 ARCH='aarch64' BUILD='74.1' BUILD_SLE='74.1' BUILD_SDK='74.1' BUILD_HA='74.1' BUILD_SES='74.1' DISTRI='sle' FLAVOR='Migration-from-SLE12-SPx-Milestone' VERSION='15-SP7' MILESTONE_VERSION='RC1' _GROUP_ID='266'

# Suite: sle-15-SP7-Migration-from-SLE15-SPx-Milestone-aarch64
sudo openqa-cli api --osd -X POST isos?async=0 ARCH='aarch64' BUILD='74.1' BUILD_SLE='74.1' BUILD_SDK='74.1' BUILD_HA='74.1' BUILD_SES='74.1' DISTRI='sle' FLAVOR='Migration-from-SLE15-SPx-Milestone' VERSION='15-SP7' MILESTONE_VERSION='RC1' _GROUP_ID='266'

# Arch: ppc64le
# Suite: sle-15-SP7-Migration-from-SLE12-SPx-Milestone-ppc64le
sudo openqa-cli api --osd -X POST isos?async=0 ARCH='ppc64le' BUILD='74.1' BUILD_SLE='74.1' BUILD_SDK='74.1' BUILD_HA='74.1' BUILD_SES='74.1' DISTRI='sle' FLAVOR='Migration-from-SLE12-SPx-Milestone' VERSION='15-SP7' MILESTONE_VERSION='RC1' _GROUP_ID='266'

# Suite: sle-15-SP7-Migration-from-SLE15-SPx-Milestone-ppc64le
sudo openqa-cli api --osd -X POST isos?async=0 ARCH='ppc64le' BUILD='74.1' BUILD_SLE='74.1' BUILD_SDK='74.1' BUILD_HA='74.1' BUILD_SES='74.1' DISTRI='sle' FLAVOR='Migration-from-SLE15-SPx-Milestone' VERSION='15-SP7' MILESTONE_VERSION='RC1' _GROUP_ID='266'

# Arch: s390x
# Suite: sle-15-SP7-Migration-from-SLE12-SPx-Milestone-s390x
sudo openqa-cli api --osd -X POST isos?async=0 ARCH='s390x' BUILD='74.1' BUILD_SLE='74.1' BUILD_SDK='74.1' BUILD_HA='74.1' BUILD_SES='74.1' DISTRI='sle' FLAVOR='Migration-from-SLE12-SPx-Milestone' VERSION='15-SP7' MILESTONE_VERSION='RC1' _GROUP_ID='266'

# Suite: sle-15-SP7-Migration-from-SLE15-SPx-Milestone-s390x
sudo openqa-cli api --osd -X POST isos?async=0 ARCH='s390x' BUILD='74.1' BUILD_SLE='74.1' BUILD_SDK='74.1' BUILD_HA='74.1' BUILD_SES='74.1' DISTRI='sle' FLAVOR='Migration-from-SLE15-SPx-Milestone' VERSION='15-SP7' MILESTONE_VERSION='RC1' _GROUP_ID='266'

# Arch: x86_64
# Suite: sle-15-SP7-Migration-from-SLE12-SPx-Milestone-x86_64
sudo openqa-cli api --osd -X POST isos?async=0 ARCH='x86_64' BUILD='74.1' BUILD_SLE='74.1' BUILD_SDK='74.1' BUILD_HA='74.1' BUILD_SES='74.1' DISTRI='sle' FLAVOR='Migration-from-SLE12-SPx-Milestone' VERSION='15-SP7' MILESTONE_VERSION='RC1' _GROUP_ID='266'

# Suite: sle-15-SP7-Migration-from-SLE15-SPx-Milestone-x86_64
sudo openqa-cli api --osd -X POST isos?async=0 ARCH='x86_64' BUILD='74.1' BUILD_SLE='74.1' BUILD_SDK='74.1' BUILD_HA='74.1' BUILD_SES='74.1' DISTRI='sle' FLAVOR='Migration-from-SLE15-SPx-Milestone' VERSION='15-SP7' MILESTONE_VERSION='RC1' _GROUP_ID='266'

Migration: Milestone build 74.1

Actions #7

Updated by JERiveraMoya about 1 month ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF