From 4f72faeecbc79ab9050ba8bc3cb46f232e437fad Mon Sep 17 00:00:00 2001 From: monopole Date: Sun, 17 Jan 2021 10:54:13 -0800 Subject: [PATCH] Test examples against v3.9.2 and v3.8.9 --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 0aa7df317..7390b45f7 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ verify-kustomize: \ lint-kustomize \ test-unit-kustomize-all \ test-examples-kustomize-against-HEAD \ - test-examples-kustomize-against-3.9.0 \ - test-examples-kustomize-against-3.8.8 + test-examples-kustomize-against-3.9.2 \ + test-examples-kustomize-against-3.8.9 # The following target referenced by a file in # https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes-sigs/kustomize @@ -39,8 +39,8 @@ prow-presubmit-check: \ test-unit-cmd-all \ test-go-mod \ test-examples-kustomize-against-HEAD \ - test-examples-kustomize-against-3.9.0 \ - test-examples-kustomize-against-3.8.8 + test-examples-kustomize-against-3.9.2 \ + test-examples-kustomize-against-3.8.9 .PHONY: verify-kustomize-e2e verify-kustomize-e2e: test-examples-e2e-kustomize @@ -276,12 +276,12 @@ test-examples-kustomize-against-HEAD: $(MYGOBIN)/kustomize $(MYGOBIN)/mdrip ./hack/testExamplesAgainstKustomize.sh HEAD .PHONY: -test-examples-kustomize-against-3.9.0: $(MYGOBIN)/mdrip - ./hack/testExamplesAgainstKustomize.sh v3.9.0 +test-examples-kustomize-against-3.9.2: $(MYGOBIN)/mdrip + ./hack/testExamplesAgainstKustomize.sh v3.9.2 .PHONY: -test-examples-kustomize-against-3.8.8: $(MYGOBIN)/mdrip - ./hack/testExamplesAgainstKustomize.sh v3.8.8 +test-examples-kustomize-against-3.8.9: $(MYGOBIN)/mdrip + ./hack/testExamplesAgainstKustomize.sh v3.8.9 # linux only. # This is for testing an example plugin that