Skip to content

Commit

Permalink
update openapi test structure
Browse files Browse the repository at this point in the history
  • Loading branch information
natasha41575 committed Apr 14, 2022
1 parent e9cecd5 commit 7fe3f21
Show file tree
Hide file tree
Showing 4 changed files with 645 additions and 566 deletions.
2 changes: 1 addition & 1 deletion api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include ../Makefile-modules.mk

test:
go test -v -timeout 45m -cover ./... -ldflags "-X sigs.k8s.io/kustomize/api/provenance.version=v444.333.222"
cd api/krusty; OPENAPI_TEST=true go test -run TestCustomOpenAPIFieldFromComponentWithOverlays
cd krusty/openapitests; OPENAPI_TEST=true go test -v -timeout 45m -p 1 -cover ./...

build:
go build -ldflags "-X sigs.k8s.io/kustomize/api/provenance.version=v444.333.222" ./...
Expand Down

0 comments on commit 7fe3f21

Please sign in to comment.