File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ setup-bare: clean e2e.namespace
109
109
110
110
# e2e test exculding the rh-operators directory which tests rh-operators and their metric cardinality.
111
111
e2e :
112
- 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
112
+ go test -v $(MOD_FLAGS ) -failfast -timeout 70m ./test/e2e/... -namespace=openshift-operators -kubeconfig=${KUBECONFIG} -olmNamespace=openshift-operator-lifecycle-manager -dummyImage=bitnami/nginx:latest
113
113
114
114
e2e-local : build-linux build-wait
115
115
. ./scripts/build_local.sh
@@ -123,7 +123,7 @@ e2e-local-docker:
123
123
. ./scripts/run_e2e_docker.sh $(TEST )
124
124
125
125
e2e-operator-metrics :
126
- go test -v $(MOD_FLAGS ) -failfast -timeout 70m ./test/e2e/ rh-operators
126
+ go test -v $(MOD_FLAGS ) -failfast -timeout 70m ./test/rh-operators/...
127
127
128
128
vendor :
129
129
go mod tidy
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments