A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/cloudfoundry/cli/commit/636312f0a148be6c9200330708e2d294803b6ebb below:

Configure flake attempts to all integration tests (#3468) · cloudfoundry/cli@636312f · GitHub

@@ -20,7 +20,7 @@ UNAME_S := $(shell uname -s)

20 20

POLL_PROGRESS_THRESHOLD=120s

21 21 22 22

GINKGO_FLAGS ?= -r -randomize-all -require-suite

23 -

GINKGO_INT_FLAGS = $(GINKGO_FLAGS) --poll-progress-after $(POLL_PROGRESS_THRESHOLD)

23 +

GINKGO_INT_FLAGS = $(GINKGO_FLAGS) --poll-progress-after $(POLL_PROGRESS_THRESHOLD) -flake-attempts $(FLAKE_ATTEMPTS)

24 24

ginkgo_int = ginkgo $(GINKGO_INT_FLAGS)

25 25 26 26

GINKGO_UNITS_FLAGS = $(GINKGO_FLAGS) -randomize-suites

@@ -139,9 +139,9 @@ integration-full-tests: integration-tests-full

139 139

integration-tests-full: build integration-cleanup integration-isolated integration-push integration-experimental integration-plugin integration-global integration-selfcontained ## Run all isolated, push, experimental, plugin, selfcontained, and global integration tests

140 140 141 141

integration-tests-full-ci: install-test-deps integration-cleanup

142 -

$(ginkgo_int) -nodes $(NODES) -flake-attempts $(FLAKE_ATTEMPTS) \

142 +

$(ginkgo_int) -nodes $(NODES) \

143 143

integration/shared/isolated integration/v7/isolated integration/shared/plugin integration/shared/experimental integration/v7/experimental integration/v7/push

144 -

$(ginkgo_int) -flake-attempts $(FLAKE_ATTEMPTS) integration/shared/global integration/v7/global

144 +

$(ginkgo_int) integration/shared/global integration/v7/global

145 145 146 146

lint: format ## Runs all linters and formatters

147 147

@echo "Running linters..."


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4