391d2639d7
* Update builder image to add libnbd (#1452) * Add make targets cluster-sync-cdi & cluster-sync-test-infra (#1451) * Add library function to determine if a PVC is waiting for first consu… (#1442) * Add test_ids for the tests (#1441) * Retry upload in case upload pod wasn't 100% ready when attempting upload (#1440) * add finalizer to target PVC before creating clone source pod (#1429) * Make CDI infra deployments as critical addons. (#1361) * Fix cloning checking fsGroup test in case of use with OCS. (#1435) * Fix types.go vs code schema verification to actually fail if they are different. (#1428) * Add files used in OpenShift CI. (#1416) * Retry upload in case upload pod wasn't 100% ready when attempting upload (#1437) * Check for expected changes after CDI upgrade (#1417) * Files in tar archives can have paths relative to ./ (#1432) * Attempt to schedula clone sourc/target pods on same node (#1426) * Touch ups for filesystem overhead test cases (#1427) * Fix imports for images with no info about MediaType. (#1413) * Fix size mismatch between source and target in smart clone tests. Ceph no longer (#1421) * use snappy compression for cloning instead of gzip (#1419) * Update to k8s.io/klog/v2, used by kubernetes 1.19 (#1409) OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=2
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.25.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>
|