diff --git a/tda/build.sh b/tda/build.sh index db8601ff..cc5fc6ae 100755 --- a/tda/build.sh +++ b/tda/build.sh @@ -1,6 +1,7 @@ #!/bin/bash set -e -virtualenv --python=`which python3.8` env +#virtualenv --python=`which python3.8` env +python3.10 -m venv env source env/bin/activate -pip install -r requirements.txt \ No newline at end of file +pip install -r requirements.txt diff --git a/tda/conftest.py b/tda/conftest.py index da3f709b..a4f1a3a2 100644 --- a/tda/conftest.py +++ b/tda/conftest.py @@ -359,6 +359,7 @@ def android_emu_driver(request, set_tags, selenium_endpoint): except Exception as err: sentry_sdk.capture_exception(err) + raise @pytest.fixture def ios_react_native_sim_driver(request, set_tags, selenium_endpoint): diff --git a/tda/deploy_tda.sh b/tda/deploy_tda.sh index 2265096e..018f79ab 100755 --- a/tda/deploy_tda.sh +++ b/tda/deploy_tda.sh @@ -1,7 +1,7 @@ #!/bin/bash -HOST=tda-application-monitoring.us-central1-a.sales-engineering-sf -DIR=/home/kosty_maleyev/empower_tda +HOST=tda.us-central1-a.sales-engineering-sf +DIR=/home/kosty/empower_tda function cleanup { echo "NOTE: if ssh check hangs, re-run 'gcloud compute config-ssh; ssh $HOST exit' to fix"