Skip to content

Commit

Permalink
Remove package testing and linting from CI
Browse files Browse the repository at this point in the history
Signed-off-by: <opeyemi33171@gmail.com>
  • Loading branch information
opeyemi bankole committed Mar 27, 2020
1 parent 00162b8 commit 1bab9a1
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Makefile
Expand Up @@ -68,18 +68,6 @@ bundle-all-platforms:
$(MAKE) GOOS=darwin GOARCH=amd64 ./bundles/preflight-bundle-darwin-amd64.tgz
$(MAKE) GOOS=windows GOARCH=amd64 ./bundles/preflight-bundle-windows-amd64.tgz

# Packages

packages-lint:
cd $(ROOT_DIR) && \
go run . package lint $(ROOT_DIR)/preflight-packages/jetstack.io/pods && \
go run . package lint $(ROOT_DIR)/preflight-packages/examples.jetstack.io/aks_basic && \
go run . package lint $(ROOT_DIR)/preflight-packages/examples.jetstack.io/gke_basic

packages-test:
cd $(ROOT_DIR) && \
go run . package test $(ROOT_DIR)/preflight-packages/examples.jetstack.io

# Docker image

build-docker-image:
Expand All @@ -102,7 +90,7 @@ export PATH:=$(GOPATH)/bin:$(PATH)
ci-deps:
go install golang.org/x/lint/golint

ci-test: ci-deps test lint packages-test packages-lint
ci-test: ci-deps test lint

ci-build: ci-test build build-docker-image build-all-platforms bundle-all-platforms push-docker-image-canary

Expand Down

0 comments on commit 1bab9a1

Please sign in to comment.