variables: CI_RUNNER_LOGS_DIR: logs localsdir: $(Build.Repository.LocalPath) builddir: /__w/1/s # Provision script: setup_containers.py requires Python3.6+ # Ubuntu-16.04 has Python 3.5.2 on board # https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1604-REA DME.md # Ubuntu-18.04 - 3.6.9 # https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1804-REA DME.md VM_IMAGE: 'Ubuntu-18.04'