File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ vet: ## Run go vet against code.
116116
117117.PHONY : test
118118test : build-installer vet lint envtest # # Run tests.
119- KUBEBUILDER_ASSETS=" $( shell $( ENVTEST) use $( ENVTEST_K8S_VERSION) --bin-dir $( LOCALBIN) -p path) " go test $$(go list ./... | grep -v test/e2e | grep -v test/data-source-types | grep -v test/upgrade | grep -v test/previous-version ) -coverprofile cover.out
119+ KUBEBUILDER_ASSETS=" $( shell $( ENVTEST) use $( ENVTEST_K8S_VERSION) --bin-dir $( LOCALBIN) -p path --use-deprecated-gcs=false ) " go test $$(go list ./... | grep -v test/e2e | grep -v test/data-source-types | grep -v test/upgrade | grep -v test/previous-version ) -coverprofile cover.out
120120
121121# Utilize Kind or modify the e2e tests to load the image locally, enabling compatibility with other vendors.
122122.PHONY : test-e2e # Run the e2e tests against a Kind k8s instance that is spun up.
You can’t perform that action at this time.
0 commit comments