From 757a8739635b14878ff996407708edb215628543 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Wed, 18 Sep 2019 21:18:49 +1200 Subject: Some clean up - Remove the unused variables in trovestack.rc which leads to module not found error. - Remove non-voting gate job Change-Id: I583945addb6cb0aa442db1c9d9c6ce3cb57793f7 --- playbooks/image-build/run.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'playbooks') diff --git a/playbooks/image-build/run.yaml b/playbooks/image-build/run.yaml index 6149f8fe..c5ca0fa9 100644 --- a/playbooks/image-build/run.yaml +++ b/playbooks/image-build/run.yaml @@ -5,13 +5,13 @@ path: '{{ ansible_user_dir }}/images' state: directory - name: Build Trove guest image - shell: > - ./trovestack build-image - {{ datastore_type }} - {{ guest_os }} - {{ guest_os_release }} - false - {{ guest_username }} + shell: >- + ./trovestack build-image \ + {{ datastore_type }} \ + {{ guest_os }} \ + {{ guest_os_release }} \ + false \ + {{ guest_username }} \ {{ ansible_user_dir }}/images/trove-{{ zuul.branch }}-{{ datastore_type }}-{{ guest_os }}-{{ guest_os_release }}.qcow2 args: chdir: "{{ ansible_user_dir }}/src/opendev.org/openstack/trove/integration/scripts" -- cgit v1.2.1