action #170248
open[Containers] Fix asset generation jobs for PPC64
0%
Description
Looks like all PPC64 test runs in https://openqa.suse.de/group_overview/377 are not moved to the Zone-CC workers. We need to fix this ASAP.
We can likely use the emulated worker here as well, see e.g. https://gitlab.suse.de/qac/qac-openqa-yaml/-/blob/master/containers/bci/15sp6_images.yaml?ref_type=heads#L113
Updated by pherranz 8 days ago
- Related to action #168775: [containers] Prepare 15-SP7 Container Host added
Updated by mdati 6 days ago · Edited
The workers for ppc64le had some problems and settings in Machine
https://openqa.suse.de/admin/machines = ppc64le
was tweaked and many tests blocked adding _EXIT_AFTER_SCHEDULE=1
.
After machine fixed and normals settings restored, I did VRs manual cloning tests in OSD group https://openqa.suse.de/group_overview/377, with WORKER_CLASS=qemu_ppc64le
and as MACHINE=ppc64le-emu
as MACHINE=ppc64le
and all passed , see discussion in slack.
Analyzed the yaml qac-openqa-yaml/containers/create_stable_hosts.yaml
, after some considerations, a minimal change was applied in the MR 1947, that has been merged. See also MR post.
Tests status will be verified after that g.377 will be nwly triggered.