Actions
action #39209
closed[backend] Make HDD and PUBLISH_HDD variables platform-independent (qcow suffix)
Start date:
2018-08-06
Due date:
% Done:
0%
Estimated time:
Description
HDD
& PUBLISH_HDD_1
variables in test suite definition are usually set like this: HDD_1=sle-12-SP3-Server-DVD-%ARCH%-allpatterns.qcow2
That is, they expect the image to go with qcow2
suffix. That is incompatible with platforms which export other formats (like VHDX for Hyper-V). In some cases this can be workarounded in runtime like s/qcow2/vhdx/
in bootloader_hyper.pm
, but still the original HDD
file with .qcow2
has to exist, otherwise job will be canceled by openQA. The other workaround is to "deep copy" the test suite to ${testsuite}_hyperv
(e.g. om_proxyscc_sles12sp3_allpatterns_full_update_by_yast_hyperv
on OSD) and go with this one for Hyper-V.
Updated by okurz over 5 years ago
- Subject changed from Make HDD and PUBLISH_HDD variables platform-independent (qcow suffix) to [backend] Make HDD and PUBLISH_HDD variables platform-independent (qcow suffix)
- Category changed from 122 to Feature requests
Updated by okurz over 4 years ago
- Status changed from New to Rejected
- Assignee set to okurz
-> #65271
Actions