zebrunner / mcloud-device

Android, Appium and STF provider in Docker.
9 stars 8 forks source link

don't start stf and uploader if related settings are empty #154

Closed vdelendik closed 9 months ago

vdelendik commented 9 months ago

choose 1 or 2 params to detect that mcloud-redroid is not configured with device farm and do exit 0 to avoid container restarts

                "STF_PROVIDER_NAME=redroid-agent",
                "RETHINKDB_PORT_28015_TCP=",
                "STF_PROVIDER_CONNECT_PUSH=",
                "DEVICE_UDID=:5555",
                "STF_PROVIDER_CONNECT_SUB=",
                "STF_PROVIDER_HOST=",
vdelendik commented 9 months ago

fixed. @azarouski - please test

vdelendik commented 9 months ago

closing on my own