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 44
44
cd test/e2e &&
45
45
ginkgo labels &&
46
46
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
48
50
- name : Upload operator logs
49
51
if : ${{ failure() }}
50
52
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_
97
97
# Ginkgo configuration
98
98
GINKGO_NODES ?= 12
99
99
GINKGO_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
101
101
GINKGO_FILTER_LABEL ?=
102
102
ifneq ($(GINKGO_FILTER_LABEL ) ,)
103
103
GINKGO_FILTER_LABEL_OPT := --label-filter="$(GINKGO_FILTER_LABEL ) "
Original file line number Diff line number Diff line change 14
14
fi
15
15
16
16
AKO_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