Skip to content

Commit 115a122

Browse files
perdasilvaPer Goncalves da Silva
and
Per Goncalves da Silva
authored
remove convert-diff gha and tidy up Makefile (#1900)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]>
1 parent 3bc7496 commit 115a122

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

.github/workflows/convert-diff.yaml

-17
This file was deleted.

Makefile

+5-4
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,14 @@ generate: $(CONTROLLER_GEN) #EXHELP Generate code containing DeepCopy, DeepCopyI
151151
$(CONTROLLER_GEN) --load-build-tags=$(GO_BUILD_TAGS) object:headerFile="hack/boilerplate.go.txt" paths="./..."
152152

153153
.PHONY: verify
154-
verify: tidy fmt generate manifests crd-ref-docs #HELP Verify all generated code is up-to-date.
154+
verify: tidy fmt generate manifests crd-ref-docs generate-test-data #HELP Verify all generated code is up-to-date.
155155
git diff --exit-code
156156

157-
.PHONY: verify-convert
158-
verify-convert:
157+
# Renders registry+v1 bundles in test/convert
158+
# Used by CI in verify to catch regressions in the registry+v1 -> plain conversion code
159+
.PHONY: generate-test-data
160+
generate-test-data:
159161
go run test/convert/generate-manifests.go
160-
git diff --exit-code
161162

162163
.PHONY: fix-lint
163164
fix-lint: $(GOLANGCI_LINT) #EXHELP Fix lint issues

0 commit comments

Comments
 (0)