File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4444 cd test/e2e &&
4545 ginkgo labels &&
4646 echo "Running: AKO_E2E_TEST=1 ginkgo --label-filter=\"atlas-gov\" --timeout 120m --nodes=10 --flake-attempts=1 --randomize-all --race --cover --v --trace --show-nodes-events --output-interceptor-mode=none" &&
47- AKO_E2E_TEST=1 ginkgo --label-filter="atlas-gov" --timeout 120m --nodes=10 --flake-attempts=1 --randomize-all --race --cover --v --trace --show-node-events --output-interceptor-mode=none --coverpkg=github.com/mongodb/mongodb-atlas-kubernetes/v2/pkg/...'
47+ AKO_E2E_TEST=1 ginkgo --label-filter="atlas-gov" --timeout 120m --nodes=10 --flake-attempts=1 \
48+ --randomize-all --race --cover --v --trace --show-node-events --output-interceptor-mode=none \
49+ --coverpkg=github.com/mongodb/mongodb-atlas-kubernetes/v2/pkg/...' --coverprofile=.coverprofile.out
4850 - name : Upload operator logs
4951 if : ${{ failure() }}
5052 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ KUBEBUILDER_ASSETS ?= $(ENVTEST_ASSETS_DIR)/k8s/$(ENVTEST_K8S_VERSION)-$(TARGET_
9797# Ginkgo configuration
9898GINKGO_NODES ?= 12
9999GINKGO_EDITOR_INTEGRATION ?= true
100- GINKGO_OPTS = -vv --randomize-all --output-interceptor-mode=none --trace --timeout 90m --flake-attempts=1 --race --nodes=$(GINKGO_NODES ) --cover --coverpkg=github.com/mongodb/mongodb-atlas-kubernetes/v2/...
100+ GINKGO_OPTS = -vv --randomize-all --output-interceptor-mode=none --trace --timeout 90m --flake-attempts=1 --race --nodes=$(GINKGO_NODES ) --cover --coverpkg=github.com/mongodb/mongodb-atlas-kubernetes/v2/... --coverprofile=.coverprofile.out
101101GINKGO_FILTER_LABEL ?=
102102ifneq ($(GINKGO_FILTER_LABEL ) ,)
103103GINKGO_FILTER_LABEL_OPT := --label-filter="$(GINKGO_FILTER_LABEL ) "
Original file line number Diff line number Diff line change 1414fi
1515
1616AKO_E2E_TEST=1 ginkgo --output-interceptor-mode=none --label-filter=" ${filter} " --timeout 120m --nodes=10 \
17- --flake-attempts=1 --race --cover --v --coverpkg=github.com/mongodb/mongodb-atlas-kubernetes/v2/pkg/...
17+ --flake-attempts=1 --race --cover --v --coverpkg=github.com/mongodb/mongodb-atlas-kubernetes/v2/pkg/... \
18+ --coverprofile=.coverprofile.out
You can’t perform that action at this time.
0 commit comments