forked from vmware-tanzu/velero-plugin-for-vsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Liping Xue <lipingx@vmware.com>
- Loading branch information
Showing
6 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|