You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
golden-diff: clean .compile ## Diff compile output against the reference version. Review output and run `make gen-golden golden-diff` if this target fails.
golden-diff-all: $(test_instances)## Run golden-diff for all instances. Note: this doesn't work when running make with multiple parallel jobs (-j != 1).
77
+
78
+
.PHONY: gen-golden-all
79
+
gen-golden-all: recursive_target=gen-golden
80
+
gen-golden-all: $(test_instances)## Run gen-golden for all instances. Note: this doesn't work when running make with multiple parallel jobs (-j != 1).
81
+
82
+
.PHONY: lint_kubent_all
83
+
lint_kubent_all: recursive_target=lint_kubent
84
+
lint_kubent_all: $(test_instances)## Lint deprecated Kubernetes API versions for all golden test instances. Will exit on first error. Note: this doesn't work when running make with multiple parallel jobs (-j != 1).
0 commit comments