CI: Fix Debian aarch64 jobs

Debian defaults to Python2 which is not complete in aarch64 images.

This patch changes CI to always use Python3.

Change-Id: Ie2582baf1cf47201e077d49d8c9102b1af9b2bd5
This commit is contained in:
Marcin Juszkiewicz 2020-04-27 11:08:51 +02:00
parent 62c8dc95bd
commit d898534f15
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@
- ^\.zuul\.d/
vars:
publisher: false
ansible_python_interpreter: python3
extra-vars:
kolla_logs_dir: "{{ zuul_output_dir }}/logs/kolla"
kolla_build_logs_dir: "{{ kolla_logs_dir }}/build"