taskotron: re-enabling hotfix for disposable client timeout increase, use python3

This commit is contained in:
Tim Flink 2019-11-20 18:44:31 +00:00 committed by Pierre-Yves Chibon
parent c4a986cad5
commit 8f7f705e67

View file

@ -117,8 +117,8 @@
when: deployment_type in ['dev', 'stg', 'prod']
- name: hotfix libtaskotron to set longer timeout for testcloud, this should be temporary fix though :/
replace: dest=/usr/lib/python2.7/site-packages/libtaskotron/ext/disposable/vm.py regexp=', timeout=60\):' replace=', timeout=120):' backup=yes
when: deployment_type in ['stg', 'prod']
replace: dest=/usr/lib/python3.7/site-packages/libtaskotron/ext/disposable/vm.py regexp=', timeout=60\):' replace=', timeout=120):' backup=yes
when: deployment_type in ['dev']
- name: setup nested virt on virthosts with nested=true variable
copy: src=kvm_intel.conf dest=/etc/modprobe.d/kvm_intel.conf