4b692f5154
* Release to quay.io instead of docker (#1635) * Preallocation test did not run all scenarios (#1625) * Add diagnostic to flake test (#1626) * VDDK: avoid crash when specified disk isn't in VM. (#1639) * rename importController to uploadController in the upload-controller.go file (#1632) * Simplify shouldReconcile function arguments. (#1602) * Increase polling interval for upload annotation test (#1630) * Remove note about VDDK 7 restriction. (#1631) * Remove OLM integration code not removed in #982 (#1624) * Fix typos in doc/datavolumes.md (#1621) * Support cloning from Filesystem to Block and vice-versa (#1597) * Add error to DV when VDDK configmap is missing. (#1627) * Add focus for destructive tests. (#1614) * Wait for clone to succeed before checking MD5. (#1601) * doc: update url in doc/datavolumes.md. (#1609) * Enable tests for featuregates (#1600) * Make string we are checking for less specific to allow it pass for other platforms. (#1580) * Validate image fits in filesystem in a lot more cases. take filesystem overhead into account when resizing. (#1466) * Try to use the CDIConfig proxy URL if it is set, if not use port-forward (#1598) * Update kubevirtci (#1579) * Replaced file copying code with an existing utility function. (#1585) * Global preallocation setting is not taken into account correctly. (#1565) * Retry finding the pods for looking up the annotations. (#1583) * Make DeletePodByName always wait for the pod to stop existing. (#1584) * When cleaning up NFS disks, recursively delete their contents. (#1576) * Typedef for preallocation status (#1568) * Add Data Volume annotations documentation (#1582) * core: Preallocate blank block volumes (#1559) * Skip test 2555 if running on openshift (#1572) OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=6
19 lines
759 B
Plaintext
19 lines
759 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="filename">containerized-data-importer</param>
|
|
<param name="revision">v1.30.0</param>
|
|
<param name="scm">git</param>
|
|
<param name="submodules">disable</param>
|
|
<param name="url">https://github.com/kubevirt/containerized-data-importer</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|