Skip to content

Commit

Permalink
Optimize acceptance testing jobs on OpenShift CI
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Macík <pavel.macik@gmail.com>
  • Loading branch information
pmacik committed Jun 10, 2021
1 parent 847b684 commit 1ae7ad6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ else
TEST_ACCEPTANCE_TAGS_ARG ?= --tags="~@disabled" --tags="~@examples"
endif

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
GOBIN=$(shell go env GOPATH)/bin
else
GOBIN=$(shell go env GOBIN)
endif

GO ?= CGO_ENABLED=$(CGO_ENABLED) GOCACHE=$(GOCACHE) GOFLAGS="$(GOFLAGS)" GO111MODULE=$(GO111MODULE) go


Expand Down Expand Up @@ -184,7 +177,7 @@ create-test-namespace:
test-setup: test-cleanup create-test-namespace deploy-test-3rd-party-crds

.PHONY: test-cleanup
test-cleanup: manifests
test-cleanup:
$(Q)-TEST_NAMESPACE=$(TEST_NAMESPACE) $(HACK_DIR)/test-cleanup.sh

.PHONY: deploy-rbac
Expand Down
41 changes: 0 additions & 41 deletions openshift-ci/Dockerfile.tools

This file was deleted.

0 comments on commit 1ae7ad6

Please sign in to comment.