mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-13 03:24:39 +00:00
e2e-test-kind.yaml / extract (push) Failing after 10s
Run the E2E test on kind / get-go-version (push) Failing after 11s
Run the E2E test on kind / build (push) Skipped
Run the E2E test on kind / setup-test-matrix (push) Failing after 3s
Run the E2E test on kind / run-e2e-test (push) Skipped
push.yml / extract (push) Failing after 7s
Main CI / get-go-version (push) Failing after 8s
Main CI / Build (push) Skipped
* Add block data mover support for Velero backup/restore describe CLI. Update output tests to accommodate RestoreType in VolumeInfo This commit addresses the compilation and assertion errors caused by the introduction of `RestoreType` in `VolumeInfo` and the separation of `SnapshotDataMovementInfo` / `PodVolumeInfo` into their backup and restore counterparts. It fixes references across the test fixtures and the print guard conditions in `restore_describer.go`. * Modify according to comments * Add missing JSON tag in the VolumeInfo structures. * Get uploaderType from the DU and DD's dataMover for the data mover volume info. * Add IncrementalSize in the data mover volume info. * Add existingVolumeDataPolicy and restoreType in the restore describe CLI output * Add more UTs. * Add some fields value setting that were previously missed. * Fix the timestamp compare error only found in the GitHub action. Signed-off-by: Xun Jiang <xun.jiang@broadcom.com> Co-authored-by: Cursor <cursoragent@cursor.com>