Project

General

Profile

action #124658

Updated by tinita about 1 year ago

## Observation 
 I think http://mailman.suse.de/mlarch/SuSE/openqa/2023/openqa.2023.02/msg00006.html should include a mention of https://github.com/os-autoinst/os-autoinst/pull/2261 with commit 

 ``` 
 testapi: Fix 'snd2png' call arguments introduced in 264fcd8 
 ``` 

 but I don't see a mention of os-autoinst lately. 

 ``` 
 sudo salt -C QA-Power8-4-kvm.qa.suse.de cmd.run 'rpm -q --changelog os-autoinst' | head -n 20 
 QA-Power8-4-kvm.qa.suse.de: 
     * Thu Dec 15 2022 okurz@suse.com 
     - Update to version 4.6.1671101643.778642a: 
 ``` 

 ## Acceptance criteria 
 * **AC1:** The changelog is usually consistent (like before) 
 * **AC2:** All workers managed in salt receive package updates, e.g. check `salt \* cmd.run 'rpm -q os-autoinst'` 
 * **AC3:** devel:openQA consistently builds on all our supported architectures, in particular ppc64le for some days 

 ## Suggestions 
 - Confirm if packages are up to date e.g. maybe the changelog was picked up just at the wrong point in time 
 - Check gitlab CI logs from other days, Confirm actual updates on different workers 
 - Maybe Power8-4-kvm is behind other workers? On OBS ppc is often problematic and has temporary build issues 
 - Maybe manual changes to the worker interfered with the changelog e.g. because other packages were installed 
 - Fetch the changelog independently from production e.g. from a container just used to fetch installed packages 
 - https://build.opensuse.org/package/live_build_log/devel:openQA/openQA/openSUSE_Leap_15.4/ppc64le `[    120s] error: Architecture is not included: ppc64le`

Back