Actions
action #132311
closedosd-deployment failed at least on qa-power8-5 due to home:tiwai:kernel:5.6 missing
Start date:
2023-07-05
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
https://gitlab.suse.de/openqa/osd-deployment/-/jobs/1672068#L1951
Retrieving repository 'tiwai-kernel-5.6' metadata [.error]
Repository 'tiwai-kernel-5.6' is invalid.
[tiwai-kernel-5.6|https://download.opensuse.org/repositories/home:/tiwai:/kernel:/5.6/PPC] Valid metadata not found at specified URL
History:
- [tiwai-kernel-5.6|https://download.opensuse.org/repositories/home:/tiwai:/kernel:/5.6/PPC] Repository type can't be determined.
Updated by okurz over 1 year ago
salt --no-color \* cmd.run 'zypper lr --uri | grep tiwai'
showed that we only have home:tiwai:kernel: repos installed on qa-power8-5. I removed those with for i in 5.4 5.5 5.6 5.7 5.8 5.15 5.16 5.17 5.18 ; do sudo zypper mr -d tiwai-kernel-$i; done
. We still have the old kernel from Leap 15.3 on all PowerPC machines that we use to run qemu based openQA jobs, see https://bugzilla.suse.com/show_bug.cgi?id=1202138
Retriggered the failed job in https://gitlab.suse.de/openqa/osd-deployment/-/pipelines/721755, https://gitlab.suse.de/openqa/osd-deployment/-/jobs/1672140 running
Actions