You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use --shm-size option for docker run for increasing it. Remove old code for increase shm by runtime.
Need to use docker v1.10.0 or newer for it (moby/moby#16168)
Increase shm-size to 2 gigabyte
Docker rm executed containers after finish task
Add ability to send custom portal name to spec. It use enviroment variable SPEC_SERVER_IP.
You should implement parsing it in your tests, to correctly run tests on customs ip.
Add single button to destroy all unbooked servers
Add ability to run before spec any command from /before-run.sh, not only sudo mount -a
Add button to remove duplicates from Test Queue
Remove all internal global variables
Do not try to mount /mnt/data_share inside docker. This cause error mentioned in #158
Better logging of error in HTMLResultManager
Hide exceeding log output on production environment
Changes
Add button for spec file now adds it to beginning of queue, instead of end. Behaviour not changed if add folder
Remove setting @create_portal flag in portal_data_docs. It broke stuff if there is custom portal
Remove not-helpful logging of Thread events
Fixes
Fix problem with checkout of tag and running git pull after that