action #158395
closedcoordination #130075: [epic] Milestone testing for SLE 15 SP6
SLE 15 SP6 RC - RMT/SMT/SCC status check and Milestone build triggering
0%
Description
Motivation¶
In order to test scenarios using RMT/SMT/SCC in openQA we need to take serveral actions regarding automation.
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.
Updated by zoecao 9 months ago
Login RMT server and then sync with scc and mirror repos:
rmt-cli sync;
rmt-cli mirror
Login SMT server and then sync with scc and mirror repos:
smt-sync;
smt-mirror
After finishing mirror, trigger the jobs:
This is an example of triggering ppc64le 15-SPx jobs:
/usr/share/openqa/script/client --host openqa.suse.de --apikey XXXXXXXXXXXXXX --apisecret XXXXXXXXXXXXXX isos post iso=SLE-15-SP6-Online- ppc64le -Build 73.1 -Media1.iso ARCH= ppc64le BUILD= 73.1 BUILD_SLE= 73.1 BUILD_HA= 73.1 BUILD_SDK= 73.1 BUILD_SES= 73.1 VERSION=15-SP6 DISTRI=SLE FLAVOR=Migration-from-SLE 15 -SPx-Milestone MILESTONE_VERSION= RC1-202403
When triggering other milestone build, just need to adjust the BUILD number and MILESTONE_VERSION.
Then review the test results.
Regarding RC1 build, I triggered the jobs:
https://openqa.suse.de/tests/overview?distri=sle&version=15-SP6&build=73.1&groupid=266
But it seems there's something wrong with RMT and SMT server. I'll continue to check the servers tomorrow.
Updated by zoecao 9 months ago
The jobs are already triggered:
https://openqa.suse.de/tests/overview?distri=sle&version=15-SP6&build=73.1&groupid=266
and I submitted some quick MRs to fix some issues:
[MR1],[MR2],[MR3].
I file a new ticket to resolve the issue on RMT ans SMT server, because I have no time to resolve them today (Tue. and Fri. are public holiday in China)
https://progress.opensuse.org/issues/158449
I'll continue to review the results.
Updated by zoecao 9 months ago
- Status changed from In Progress to Resolved
Already finished review, the last MR is also merged: https://gitlab.suse.de/qe-yam/openqa-job-groups/-/merge_requests/140
So resolve here.