mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Merge pull request #3201 from monopole/tmpRemoveCheck
Temporarily remove cross-module PR check.
This commit is contained in:
5
Makefile
5
Makefile
@@ -23,13 +23,16 @@ verify-kustomize: \
|
|||||||
.PHONY: prow-presubmit-check
|
.PHONY: prow-presubmit-check
|
||||||
prow-presubmit-check: \
|
prow-presubmit-check: \
|
||||||
lint-kustomize \
|
lint-kustomize \
|
||||||
test-multi-module \
|
|
||||||
test-unit-kustomize-all \
|
test-unit-kustomize-all \
|
||||||
test-unit-cmd-all \
|
test-unit-cmd-all \
|
||||||
test-go-mod \
|
test-go-mod \
|
||||||
test-examples-kustomize-against-HEAD \
|
test-examples-kustomize-against-HEAD \
|
||||||
test-examples-kustomize-against-3.8.6
|
test-examples-kustomize-against-3.8.6
|
||||||
|
|
||||||
|
# test-multi-module \
|
||||||
|
# Temporarily removed from prow-presubmit-check
|
||||||
|
# See https://github.com/kubernetes-sigs/kustomize/issues/3191
|
||||||
|
|
||||||
.PHONY: verify-kustomize-e2e
|
.PHONY: verify-kustomize-e2e
|
||||||
verify-kustomize-e2e: test-examples-e2e-kustomize
|
verify-kustomize-e2e: test-examples-e2e-kustomize
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user