-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: Upgrade ginkgo to 2.11.0 (#1199)
* deps: Upgrade ginkgo to 2.11.0 Signed-off-by: Mat Kowalski <[email protected]> * state: remove duplicated key from model yaml Signed-off-by: Mat Kowalski <[email protected]> --------- Signed-off-by: Mat Kowalski <[email protected]>
- Loading branch information
Showing
202 changed files
with
20,177 additions
and
1,940 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ export KUBEVIRT_NUM_SECONDARY_NICS ?= 2 | |
|
||
export E2E_TEST_TIMEOUT ?= 80m | ||
|
||
e2e_test_args = -v -timeout=$(E2E_TEST_TIMEOUT) --slow-spec-threshold=60s $(E2E_TEST_ARGS) | ||
e2e_test_args = -vv --show-node-events -timeout=$(E2E_TEST_TIMEOUT) $(E2E_TEST_ARGS) | ||
|
||
ifeq ($(findstring k8s,$(KUBEVIRT_PROVIDER)),k8s) | ||
export PRIMARY_NIC ?= eth0 | ||
|
@@ -61,7 +61,7 @@ export KUBECTL ?= ./cluster/kubectl.sh | |
KUBECTL ?= ./cluster/kubectl.sh | ||
OPERATOR_SDK_VERSION ?= 1.21.0 | ||
|
||
GINKGO = GOFLAGS=-mod=mod go run github.com/onsi/ginkgo/v2/ginkgo@v2.1.5 | ||
GINKGO = GOFLAGS=-mod=mod go run github.com/onsi/ginkgo/v2/ginkgo@v2.11.0 | ||
CONTROLLER_GEN = GOFLAGS=-mod=mod go run sigs.k8s.io/controller-tools/cmd/[email protected] | ||
OPM = hack/opm.sh | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.