... and use its output. tox is not available by default on the images anymore. Change-Id: If5ea0ffdfc51860842c19f0a6f238127d42eb292changes/55/745555/3
parent
6a316ee9bf
commit
2d0c3a8b98
@ -1,3 +1,4 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- ensure-tox
|
||||
- build-sahara-images-dib
|
||||
|
@ -1,4 +1,4 @@
|
||||
- name: Build all the images for the selected plugin
|
||||
command: ./tools/gate/build-images "{{ sahara_plugin }}" "{{ sahara_plugin_version }}" "{{ sahara_plugin_distro }}"
|
||||
command: ./tools/gate/build-images "{{ sahara_plugin }}" "{{ sahara_plugin_version }}" "{{ sahara_plugin_distro }}" "{{ tox_executable }}"
|
||||
args:
|
||||
chdir: "{{ sahara_image_elements_src_dir }}"
|
||||
|
Loading…
Reference in new issue