Skip to content

Commit

Permalink
Increase kubebuilder control plane timeout
Browse files Browse the repository at this point in the history
- issue addressing CI failures kubernetes-sigs/kubebuilder#628
- we saw these faiures here https://pcf-rabbitmq.ci.cf-app.com/teams/main/pipelines/rmq-k8s/jobs/build-operator/builds/4

[#163365000]

Co-authored-by: Michal Kuratczyk <mkuratczyk@pivotal.io>
  • Loading branch information
ferozjilla and mkuratczyk committed Apr 5, 2019
1 parent 5a97eda commit aed4f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ test_env: ## Set shell environment required to run tests - eval "$(make test_env

.PHONY: test
test: generate kubebuilder ## Run tests
go test ./pkg/... ./cmd/... -coverprofile cover.out
KUBEBUILDER_CONTROL_PLANE_START_TIMEOUT=60s go test ./pkg/... ./cmd/... -coverprofile cover.out

$(OPERATOR_BIN): generate fmt vet test manifests tmp ## Build operator binary
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o $(OPERATOR_BIN) github.com/pivotal/rabbitmq-for-kubernetes/cmd/operator
Expand Down

0 comments on commit aed4f5c

Please sign in to comment.