File tree 5 files changed +4
-4
lines changed
5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ dependencies:
16
16
post :
17
17
- npm run cibuild
18
18
- docker run -d --name mytestbed -v $PWD:/var/www/streambed/image_server/plotly.js -p 9010:9010 plotly/testbed:latest
19
+ - sudo lxc-attach -n "$(docker inspect --format '{{.Id}}' mytestbed)" -- bash -c "cp -f /var/www/streambed/image_server/plotly.js/test/image/index.html /var/www/streambed/image_server/server_app/index.html"
19
20
- wget --server-response --spider --tries=8 --retry-connrefused http://localhost:9010/ping
20
21
test :
21
22
override :
Original file line number Diff line number Diff line change 18
18
- .:/var/www/streambed/image_server/plotly.js
19
19
ports :
20
20
- " 9010:9010"
21
- - " 2022:22"
Original file line number Diff line number Diff line change 13
13
" cd /var/www/streambed/image_server/plotly.js &&"
14
14
" cp -f test/image/index.html ../server_app/index.html &&"
15
15
" supervisorctl restart nw1 &&"
16
- " wget --server-response --spider --tries=8 --retry-connrefused http://localhost:9010/ping &&"
16
+ " wget --server-response --spider --tries=10 --retry-connrefused http://localhost:9010/ping &&"
17
17
" node test/image/make_baseline.js $1 "
18
18
)
19
19
Original file line number Diff line number Diff line change 13
13
" cd /var/www/streambed/image_server/plotly.js &&"
14
14
" cp -f test/image/index.html ../server_app/index.html &&"
15
15
" supervisorctl restart nw1 && "
16
- " wget --server-response --spider --tries=8 --retry-connrefused http://localhost:9010/ping &&"
16
+ " wget --server-response --spider --tries=10 --retry-connrefused http://localhost:9010/ping &&"
17
17
" node test/image/export_test.js $1 "
18
18
)
19
19
Original file line number Diff line number Diff line change 13
13
" cd /var/www/streambed/image_server/plotly.js &&"
14
14
" cp -f test/image/index.html ../server_app/index.html &&"
15
15
" supervisorctl restart nw1 && "
16
- " wget --server-response --spider --tries=8 --retry-connrefused http://localhost:9010/ping &&"
16
+ " wget --server-response --spider --tries=10 --retry-connrefused http://localhost:9010/ping &&"
17
17
" node test/image/compare_pixels_test.js $1 "
18
18
)
19
19
You can’t perform that action at this time.
0 commit comments