Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyKa13 committed Dec 29, 2024
1 parent fee25bb commit 50df980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ _ssh=${KUBEVIRTCI_PATH}ssh.sh
DEPLOYMENT_TIMEOUT=600
USE_CSI=${USE_CSI:-1}
USE_RESTIC=${USE_RESTIC:-0}
VELERO_VERSION=${VELERO_VERSION:-v1.15.0}
VELERO_VERSION=${VELERO_VERSION:-v1.15.1}
VELERO_DIR=_output/velero/bin

source cluster-up/hack/config.sh
Expand Down
2 changes: 1 addition & 1 deletion tests/vm_backup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ var _ = Describe("[smoke] VM Backup", func() {
})

Context("VM and VMI object graph backup", func() {
PContext("with instancetypes and preferences", func() {
Context("with instancetypes and preferences", func() {
nsDelFunc := func() {
err := f.KvClient.VirtualMachineInstancetype(f.Namespace.Name).
Delete(context.Background(), instancetypeName, metav1.DeleteOptions{})
Expand Down

0 comments on commit 50df980

Please sign in to comment.