Skip to content

Commit

Permalink
Merge pull request #1274 from Bowenislandsong/Makefile
Browse files Browse the repository at this point in the history
Bug 1797675: Refactoring rh-operator test directory
  • Loading branch information
openshift-merge-robot committed Feb 4, 2020
2 parents 8775d5a + ef89567 commit 7dc5359
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ setup-bare: clean e2e.namespace

# e2e test exculding the rh-operators directory which tests rh-operators and their metric cardinality.
e2e:
go test -v $(MOD_FLAGS) -failfast -timeout 70m `go list ./test/e2e/... | grep -v /rh-operators` -namespace=openshift-operators -kubeconfig=${KUBECONFIG} -olmNamespace=openshift-operator-lifecycle-manager -dummyImage=bitnami/nginx:latest
go test -v $(MOD_FLAGS) -failfast -timeout 70m ./test/e2e/... -namespace=openshift-operators -kubeconfig=${KUBECONFIG} -olmNamespace=openshift-operator-lifecycle-manager -dummyImage=bitnami/nginx:latest

e2e-local: build-linux build-wait
. ./scripts/build_local.sh
Expand All @@ -123,7 +123,7 @@ e2e-local-docker:
. ./scripts/run_e2e_docker.sh $(TEST)

e2e-operator-metrics:
go test -v $(MOD_FLAGS) -failfast -timeout 70m ./test/e2e/rh-operators
go test -v $(MOD_FLAGS) -failfast -timeout 70m ./test/rh-operators/...

vendor:
go mod tidy
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7dc5359

Please sign in to comment.