From 97779411576f098d3f3d252af9235212fd4a4733 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Sat, 28 Sep 2019 18:22:37 +1200 Subject: Fix the periodic image build job The name of the image the current periodic job builds is incorrect according to the log: Image /home/zuul/images/trove-train-mysql-ubuntu-xenial.qcow2.qcow2 was built successfully Change-Id: I8e2d55c4cd07fc22a784a9137811d10ec7b46cda --- playbooks/image-build/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/image-build/run.yaml b/playbooks/image-build/run.yaml index 91e3da90..2037edde 100644 --- a/playbooks/image-build/run.yaml +++ b/playbooks/image-build/run.yaml @@ -12,7 +12,7 @@ {{ guest_os_release }} \ false \ {{ guest_username }} \ - {{ ansible_user_dir }}/images/trove-{{ branch }}-{{ datastore_type }}-{{ guest_os }}-{{ guest_os_release }}.qcow2 + {{ ansible_user_dir }}/images/trove-{{ branch }}-{{ datastore_type }}-{{ guest_os }}-{{ guest_os_release }} args: chdir: "{{ ansible_user_dir }}/src/opendev.org/openstack/trove/integration/scripts" tags: -- cgit v1.2.1