Actions
action #102146
closedDeprecate os-autoinst backend::pvm
Description
Motivation¶
During our work on #99663 we encountered that we only covered backend::spvm with testing, not backend::pvm. Trying to develop a test it feels more and more like backend::pvm is unused. A select count(*) from job_settings where key='BACKEND' and value = 'pvm'; reveals no hits for both o3 and osd and the git history also looks like everyone for PowerVM is using either pvm_hmc or spvm. I think the best approach would be to declare pvm itself deprecated and fade it out of use.
Actions