mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Run only of asubset of the integration tests in OpenShift CI
Rationale: All of the integration tests are already covered in GitHb CI (using Kubernetes), and they tend to be a bit flaky on OpenShift.
This commit is contained in:
4
Makefile
4
Makefile
@@ -213,6 +213,10 @@ openshiftci-presubmit-unittests:
|
||||
test-integration-cluster:
|
||||
$(RUN_GINKGO) $(GINKGO_FLAGS) --junit-report="test-integration.xml" --label-filter="!unauth && !nocluster && !podman" tests/integration
|
||||
|
||||
.PHONY: test-integration-openshift
|
||||
test-integration-openshift:
|
||||
$(RUN_GINKGO) $(GINKGO_FLAGS) --junit-report="test-integration.xml" --label-filter="!unauth && !nocluster && !podman && !skiponopenshift" tests/integration
|
||||
|
||||
.PHONY: test-integration-cluster-no-service-binding
|
||||
test-integration-cluster-no-service-binding:
|
||||
$(RUN_GINKGO) $(GINKGO_FLAGS) --junit-report="test-integration.xml" --label-filter="!unauth && !nocluster && !podman &&!servicebinding" tests/integration
|
||||
|
||||
Reference in New Issue
Block a user