there are golden images whose DataImportCron is not up to date or DataSource is not ready - cniackz/public GitHub Wiki
Kubevirt Tests
there are golden images whose DataImportCron is not up to date or DataSource is not ready
from
there are golden images whose DataImportCron is not up to date or DataSource is not ready
to
-
Result: Succeeded
What I did was to use ChatGPT and we did several things, and patches over the golden images until it worked.
Sí: lo que destrabó el check fue eliminar los DataSources huérfanos que apuntaban a PVCs inexistentes (centos7, rhel7, win*, etc). Al quitarlos, quedaron solo los DS gestionados y en Ready=True
, así que el check de “golden images / DataSource not ready” pasó. El único patch real que hicimos antes fue al StorageProfile (claimPropertySets
), pero el avance final vino de esa limpieza de DataSources, no de un patch al Cron.