Skip to content

Commit

Permalink
Add an integration test to remove a resource with orphanDelete (open-…
Browse files Browse the repository at this point in the history
…cluster-management-io#117)

Signed-off-by: Jian Qiu <jqiu@redhat.com>
  • Loading branch information
qiujian16 authored Feb 24, 2022
1 parent d3dd5db commit 7aed123
Show file tree
Hide file tree
Showing 3 changed files with 548 additions and 428 deletions.
2 changes: 1 addition & 1 deletion test/integration-test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TEST_TMP :=/tmp

export KUBEBUILDER_ASSETS ?=$(TEST_TMP)/kubebuilder/bin

K8S_VERSION ?=1.19.2
K8S_VERSION ?=1.23.1
KB_TOOLS_ARCHIVE_NAME :=kubebuilder-tools-$(K8S_VERSION)-$(GOHOSTOS)-$(GOHOSTARCH).tar.gz
KB_TOOLS_ARCHIVE_PATH := $(TEST_TMP)/$(KB_TOOLS_ARCHIVE_NAME)

Expand Down
Loading

0 comments on commit 7aed123

Please sign in to comment.