fix failed tests for testing fn framework about get value from env

This commit is contained in:
koba1t
2023-09-19 06:32:43 +09:00
parent 2bff0d6882
commit 67a0b43c81
11 changed files with 213 additions and 20 deletions

View File

@@ -127,7 +127,7 @@ check-license: $(MYGOBIN)/addlicense
.PHONY: lint
lint: $(MYGOBIN)/golangci-lint $(MYGOBIN)/goimports $(builtinplugins)
./hack/for-each-module.sh "make lint"
./hack/for-each-module.sh "make lint" 46
.PHONY: apidiff
apidiff: go-apidiff ## Run the go-apidiff to verify any API differences compared with origin/master
@@ -145,11 +145,11 @@ test-unit-all: \
# This target is used by our Github Actions CI to run unit tests for all non-plugin modules in multiple GOOS environments.
.PHONY: test-unit-non-plugin
test-unit-non-plugin:
./hack/for-each-module.sh "make test" "./plugin/*" 16
./hack/for-each-module.sh "make test" "./plugin/*" 17
.PHONY: build-non-plugin-all
build-non-plugin-all:
./hack/for-each-module.sh "make build" "./plugin/*" 16
./hack/for-each-module.sh "make build" "./plugin/*" 17
.PHONY: test-unit-kustomize-plugins
test-unit-kustomize-plugins: