mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
fix flake and use operatorhub to install EDB (#6004)
* fix flake Signed-off-by: anandrkskd <anandrkskd@gmail.com> * fix flake Signed-off-by: anandrkskd <anandrkskd@gmail.com> * check if namespace is created Signed-off-by: anandrkskd <anandrkskd@gmail.com> * check if namespace without sercice is created Signed-off-by: anandrkskd <anandrkskd@gmail.com> Signed-off-by: anandrkskd <anandrkskd@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0a83f1d899
commit
39b8c7e4c2
2
Makefile
2
Makefile
@@ -45,6 +45,8 @@ export ODO_LOG_LEVEL ?= 4
|
||||
# To enable verbosity export or set env GINKGO_TEST_ARGS like "GINKGO_TEST_ARGS=-v"
|
||||
UNIT_TEST_ARGS ?=
|
||||
|
||||
export ARTIFACT_DIR ?= .
|
||||
|
||||
GINKGO_FLAGS_ALL = $(GINKGO_TEST_ARGS) --randomize-all --slow-spec-threshold=$(SLOW_SPEC_THRESHOLD) -timeout $(TIMEOUT) --no-color
|
||||
|
||||
# Flags for tests that must not be run in parallel.
|
||||
|
||||
Reference in New Issue
Block a user