Use an image with pre-installed oc/kubectl/ibmcloud for IBM Pipelines (#5269)

* Use an image with pre-installed oc/kubectl/ibmcloud for IBM Pipelines

* Increase time for unit tests (very long on single CPU VM)

* Dockerfile for build image
This commit is contained in:
Philippe Martin
2021-12-03 17:02:46 +01:00
committed by GitHub
parent 71677bb19a
commit 07ef685df7
6 changed files with 18 additions and 44 deletions

View File

@@ -86,7 +86,7 @@ validate-vendor-licenses:
.PHONY: golint
golint:
golangci-lint run ./... --timeout 5m
golangci-lint run ./... --timeout 15m
.PHONY: lint
lint: ## golint errors are only recommendations