From 0995dfe020560154bcb4a79a7003a8cbdfdd25c5 Mon Sep 17 00:00:00 2001 From: Sergey Skorik Date: Wed, 6 Jan 2021 16:37:06 +0200 Subject: [PATCH] [Selenium] disable chectl telemetry (#18741) --- tests/.infra/centos-ci/functional_tests_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/.infra/centos-ci/functional_tests_utils.sh b/tests/.infra/centos-ci/functional_tests_utils.sh index 75c41f2b1d5..6296896ff71 100755 --- a/tests/.infra/centos-ci/functional_tests_utils.sh +++ b/tests/.infra/centos-ci/functional_tests_utils.sh @@ -271,7 +271,7 @@ function getOpenshiftLogs() { function deployCheIntoCluster() { echo "======== Start to install CHE ========" - if chectl server:deploy --listr-renderer=verbose -a operator -p minishift --k8spodreadytimeout=600000 --k8spodwaittimeout=600000 --k8spoddownloadimagetimeout=600000 $1 --chenamespace=eclipse-che; then + if chectl server:deploy --telemetry=off --listr-renderer=verbose -a operator -p minishift --k8spodreadytimeout=600000 --k8spodwaittimeout=600000 --k8spoddownloadimagetimeout=600000 $1 --chenamespace=eclipse-che; then echo "Started successfully" oc get checluster -o yaml else