liuxunorg commented on a change in pull request #185: SUBMARINE-388. Rebuild
submarine image every run k8s-test
URL: https://github.com/apache/submarine/pull/185#discussion_r381673857
##########
File path: submarine-cloud/Makefile
##########
@@ -34,20 +33,19 @@ LDFLAGS := -s -w \
.PHONY: build
build:
- $(GOBUILD) -o ./bin/$(BINARY_NAME) -v cmd/operator/main.go
+ GOOS=${GOOS} GOARCH=amd64 $(GOBUILD) -o ./bin/$(BINARY_NAME) -v
cmd/operator/main.go
test:
- $(GOTEST) -v ./...
+ #$(GOTEST) -v ./...
Review comment:
Now, Test cases for submarine-cloud are not yet supported.
I will support it in next work.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]