From 093fe75384e1f3503c1228a9e34750fd6692927f Mon Sep 17 00:00:00 2001 From: Dmytro Nochevnov Date: Wed, 16 Sep 2020 14:30:17 +0300 Subject: [PATCH] Set CHE_OPENSHIFT_PROJECT=eclipse-che in E2E java selenium tests (#17881) Signed-off-by: Dmytro Nochevnov --- tests/.infra/centos-ci/functional_tests_utils.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/.infra/centos-ci/functional_tests_utils.sh b/tests/.infra/centos-ci/functional_tests_utils.sh index 98b2b89964..b22884e0fa 100755 --- a/tests/.infra/centos-ci/functional_tests_utils.sh +++ b/tests/.infra/centos-ci/functional_tests_utils.sh @@ -408,7 +408,10 @@ function installDockerCompose() { function seleniumTestsSetup() { echo "======== Start selenium tests ========" cd /root/payload + export CHE_INFRASTRUCTURE=openshift + export CHE_OPENSHIFT_PROJECT=eclipse-che + defineCheRoute mvn clean install -pl :che-selenium-test -am -DskipTests=true -U