Skip to content

Commit

Permalink
fix deploy_tda.sh by upgrading Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
realkosty committed Oct 31, 2023
1 parent 92e9895 commit d679d9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions tda/build.sh
Original file line number Diff line number Diff line change
@@ -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
pip install -r requirements.txt
1 change: 1 addition & 0 deletions tda/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
4 changes: 2 additions & 2 deletions tda/deploy_tda.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d679d9d

Please sign in to comment.