File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -419,11 +419,11 @@ setup-envtest: install-setup-envtest # Build setup-envtest from tools folder.
419
419
420
420
.PHONY : test
421
421
test : setup-envtest # # Run tests
422
- KUBEBUILDER_ASSETS=" $( KUBEBUILDER_ASSETS) " go test ./...
422
+ KUBEBUILDER_ASSETS=" $( KUBEBUILDER_ASSETS) " go test -count=1 ./...
423
423
424
424
.PHONY : test-verbose
425
425
test-verbose : setup-envtest # # Run tests with verbose settings.
426
- KUBEBUILDER_ASSETS=" $( KUBEBUILDER_ASSETS) " go test -v ./...
426
+ KUBEBUILDER_ASSETS=" $( KUBEBUILDER_ASSETS) " go test -v -count=1 ./...
427
427
428
428
.PHONY : test-e2e # # Run e2e tests using clusterctl
429
429
test-e2e : $(KIND ) $(SSM_PLUGIN ) $(KUSTOMIZE ) generate-test-flavors e2e-image # # Run e2e tests
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ require (
56
56
sigs.k8s.io/aws-iam-authenticator v0.6.13
57
57
sigs.k8s.io/cluster-api v1.8.6
58
58
sigs.k8s.io/cluster-api/test v1.8.6
59
- sigs.k8s.io/controller-runtime v0.18.6
59
+ sigs.k8s.io/controller-runtime v0.18.7
60
60
sigs.k8s.io/yaml v1.4.0
61
61
)
62
62
Original file line number Diff line number Diff line change @@ -800,8 +800,8 @@ sigs.k8s.io/cluster-api v1.8.6 h1:kQvvEvO7+SCLLXHFW7lRmDQK60g+WD5yCRl1OPzdy40=
800
800
sigs.k8s.io/cluster-api v1.8.6 /go.mod h1:RhIkNM1I2Of4xXCgPHtRDHNprVrLgFFeA8BQRRIy+Tk =
801
801
sigs.k8s.io/cluster-api/test v1.8.6 h1:0T6qxN2o4hHK2gSB0X2m/iCzekVjJcwqxj3SSLWLTGs =
802
802
sigs.k8s.io/cluster-api/test v1.8.6 /go.mod h1:GSWpRlulF49kEjFPbnSWnhe7riWam4UGNSphLL8kctA =
803
- sigs.k8s.io/controller-runtime v0.18.6 h1:UnEoLBLDpQwzJ2jYh6aTdiMhGjNDR7IdFn9YEqHIccc =
804
- sigs.k8s.io/controller-runtime v0.18.6 /go.mod h1:Dcsa9v8AEBWa3sQNJHsuWPT4ICv99irl5wj83NiC12U =
803
+ sigs.k8s.io/controller-runtime v0.18.7 h1:WDnx8LTRY8Fn1j/7B+S/R9MeDjWNAzpDBoaSvMSrQME =
804
+ sigs.k8s.io/controller-runtime v0.18.7 /go.mod h1:L9r3fUZhID7Q9eK9mseNskpaTg2n11f/tlb8odyzJ4Y =
805
805
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
806
806
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
807
807
sigs.k8s.io/kind v0.24.0 h1:g4y4eu0qa+SCeKESLpESgMmVFBebL0BDa6f777OIWrg =
You can’t perform that action at this time.
0 commit comments