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:
parent
62c8dc95bd
commit
d898534f15
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user