Set CHE_OPENSHIFT_PROJECT=eclipse-che in E2E java selenium tests (#17881)
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>7.20.x
parent
666ee82843
commit
093fe75384
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue