summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-09-28 18:22:37 +1200
committerLingxian Kong <anlin.kong@gmail.com>2019-09-28 18:22:38 +1200
commit97779411576f098d3f3d252af9235212fd4a4733 (patch)
tree2852202a658ce5de7c43054ffe6fc89836404da7
parent5021bd2b76dfe175e3fbfa3a5d4c17ac25f38261 (diff)
downloadtrove-97779411576f098d3f3d252af9235212fd4a4733.tar.gz
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
-rw-r--r--playbooks/image-build/run.yaml2
1 files changed, 1 insertions, 1 deletions
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: