Skip to content

2.6.4 (2024-03-09)

Compare
Choose a tag to compare
@vdelendik vdelendik released this 09 Mar 11:39
· 44 commits to master since this release
104d82d

Enhancements

  • [#300] bump up to mcloud-device:2.6.4
  • [#296] bump up to appium:2.0.13

Fixed

  • [#294] Got "Syntax Error while loading YAML." on /roles/devices/vars/main.yml

Migration Steps

  • Pull latest changes
  • [Optional] register new unique server_proxy_port for each device in roles/devices/vars/main.yml or roles/mac-devices/vars/main.yml
  • Execute ansible script according to platform
    //Linux
    ansible-playbook -vvv -i hosts devices.yml
    
    //MacOS
    ansible-playbook -vvv -i hosts mac-devices.yml
    
  • Restart device containers using ./zebrunner.sh restart or zebrunner-farm restart