Skip to content

Commit

Permalink
Address comment from Xing.
Browse files Browse the repository at this point in the history
Signed-off-by: Liping Xue <lipingx@vmware.com>
  • Loading branch information
lipingxue committed Nov 13, 2023
1 parent 9b4b9ea commit cd11d18
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
18 changes: 18 additions & 0 deletions 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Address comments from Xing.

Signed-off-by: Liping Xue <lipingx@vmware.com>

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch lipingx-disable-image-push-ci
# Changes to be committed:
# modified: .github/workflows/ci.yml
#
# Untracked files:
# .DS_Store
# .libs/
# 2
# docs/.DS_Store
# set-unit-env.sh
#
13 changes: 13 additions & 0 deletions 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Update Snapshot and upload CRD status in doc.
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch lipingx-doc-update-July-24
# Changes to be committed:
# modified: docs/vanilla.md
#
# Untracked files:
# .DS_Store
# docs/.DS_Store
# set-unit-env.sh
#
Binary file added docs/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/known_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The workaround to this problem is to use VC FQDN instead of IPV6 format in `csi-
[Global]
cluster-id = "cluster0"
[VirtualCenter "sc2-04-dhcpv6-v2623-0763.ipv6.eng.vmware.com"]
[VirtualCenter "vCenter-FQDN"]
insecure-flag = "true"
user = "user@vsphere.local"
password = "password"
Expand Down
10 changes: 10 additions & 0 deletions set-unit-env.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

export VDDK_LIBS=github.com/vmware-tanzu/velero-plugin-for-vsphere/.libs/vmware-vix-disklib-distrib/lib64
export TARGETS=./pkg/...
export TIMEOUT=300s
export VERBOSE=
export DISABLE_CACHE=
export RUN_SINGLE_CASE=controller


0 comments on commit cd11d18

Please sign in to comment.