Skip to content

Commit

Permalink
Merge pull request #4342 from natasha41575/moduleSpanDefault
Browse files Browse the repository at this point in the history
Remove module span check
  • Loading branch information
k8s-ci-robot committed Dec 15, 2021
2 parents c0b61b9 + 2699966 commit ec38bbe
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 630 deletions.
21 changes: 0 additions & 21 deletions Makefile
Expand Up @@ -40,7 +40,6 @@ verify-kustomize: \
prow-presubmit-check: \
install-tools \
lint-kustomize \
test-multi-module \
test-unit-kustomize-all \
test-unit-cmd-all \
test-go-mod \
Expand Down Expand Up @@ -83,11 +82,6 @@ $(MYGOBIN)/pluginator:
cd cmd/pluginator; \
go install .

# Build from local source.
$(MYGOBIN)/prchecker:
cd cmd/prchecker; \
go install .

# Build from local source.
$(MYGOBIN)/kustomize: build-kustomize-api
cd kustomize; \
Expand All @@ -102,7 +96,6 @@ install-tools: \
$(MYGOBIN)/k8scopy \
$(MYGOBIN)/mdrip \
$(MYGOBIN)/pluginator \
$(MYGOBIN)/prchecker \
$(MYGOBIN)/stringer

### Begin kustomize plugin rules.
Expand Down Expand Up @@ -252,19 +245,6 @@ test-unit-cmd-all:
test-go-mod:
./hack/check-go-mod.sh

# Environment variables are defined at
# https://github.com/kubernetes/test-infra/blob/master/prow/jobs.md#job-environment-variables
.PHONY: test-multi-module
test-multi-module: $(MYGOBIN)/prchecker
( \
export MYGOBIN=$(MYGOBIN); \
export REPO_OWNER=$(REPO_OWNER); \
export REPO_NAME=$(REPO_NAME); \
export PULL_NUMBER=$(PULL_NUMBER); \
export MODULES=$(MODULES); \
./hack/check-multi-module.sh; \
)

.PHONY:
test-examples-e2e-kustomize: $(MYGOBIN)/mdrip $(MYGOBIN)/kind
( \
Expand Down Expand Up @@ -358,7 +338,6 @@ clean: clean-kustomize-external-go-plugin
rm -f $(MYGOBIN)/golangci-lint-kustomize
rm -f $(MYGOBIN)/kustomize
rm -f $(MYGOBIN)/mdrip
rm -f $(MYGOBIN)/prchecker
rm -f $(MYGOBIN)/stringer

# Handle pluginator manually.
Expand Down
8 changes: 0 additions & 8 deletions cmd/prchecker/go.mod

This file was deleted.

4 changes: 0 additions & 4 deletions cmd/prchecker/go.sum

This file was deleted.

271 changes: 0 additions & 271 deletions cmd/prchecker/main.go

This file was deleted.

0 comments on commit ec38bbe

Please sign in to comment.