Set CHE_OPENSHIFT_PROJECT=eclipse-che in E2E java selenium tests (#17881)

Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
7.20.x
Dmytro Nochevnov 2020-09-16 14:30:17 +03:00 committed by GitHub
parent 666ee82843
commit 093fe75384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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