File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,9 @@ SCRIPT_DIR=$(dirname $0)
77cd $SCRIPT_DIR /../..
88
99IOS_SERVER_BINARY=" ios-server-standalone-0.6.6-SNAPSHOT.jar"
10- # This is fixed as Jenkins is running on the host
11- # that also hosts the wifi
12- HOSTNAME=" 192.168.2.1"
1310PROTRACTOR=" ./node_modules/.bin/protractor"
1411# TODO(tbosch): only running a smoke test on iOS as our transpiled sources don't run in Safari yet.
15- IOS_ARGS=" --seleniumAddress=http://localhost:5555/wd/hub --hostname=$HOSTNAME \
12+ IOS_ARGS=" --seleniumAddress=http://localhost:5555/wd/hub --hostname=$CIHOSTADDRESS \
1613 --specs=dist/js/cjs/examples/e2e_test/benchpress/smoke_test_perf.js"
1714IOS_BROWSER_NAME=" SafariIos"
1815
@@ -48,12 +45,12 @@ serverPid=$!
4845
4946if [[ $IOS_BROWSER ]]; then
5047 echo Starting ios selenium server
51- java -jar $IOS_SERVER_BINARY -real & > /dev/null &
48+ java -jar $IOS_SERVER_BINARY -real&
5249 iosServerPid=$!
5350fi
5451
5552# wait for server to come up!
56- sleep 20
53+ sleep 40
5754
5855if [[ $IOS_BROWSER ]]; then
5956 echo Running ios tests
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ export PERF_BROWSERS=SafariIos
1313export CLOUD_SECRET_PATH=" /Users/Shared/jenkins/keys/perf-cloud-secret"
1414export GIT_SHA=$( git rev-parse HEAD)
1515
16+ # This is fixed as Jenkins is running on the host
17+ # that also hosts the wifi
18+ export CIHOSTADDRESS=192.168.2.1
19+
1620nvm use 0.10
1721
1822# TODO ./scripts/ci/init_android.sh
You can’t perform that action at this time.
0 commit comments