Skip to content

Commit

Permalink
[Selenium] disable chectl telemetry (#18741)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkorikSergey authored Jan 6, 2021
1 parent 0a783ee commit 0995dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/.infra/centos-ci/functional_tests_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0995dfe

Please sign in to comment.