summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-09-23 22:23:13 +1200
committerLingxian Kong <anlin.kong@gmail.com>2019-09-23 22:23:13 +1200
commit86f0ace357a58daecd70e1fa9eacb9e73051fb6e (patch)
treecc4b06f3c7018ddb49f282e9939bb1044a825acb /playbooks
parent59be66ceaacba7be038ff17817fa6bd8e0aed4ec (diff)
downloadtrove-86f0ace357a58daecd70e1fa9eacb9e73051fb6e.tar.gz
Fix Trove periodic job
Change-Id: Iaa6b7e04ab3882d426b8943591fc9189243d69c0
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/image-build/post.yaml4
-rw-r--r--playbooks/image-build/run.yaml2
2 files changed, 2 insertions, 4 deletions
diff --git a/playbooks/image-build/post.yaml b/playbooks/image-build/post.yaml
index bebd79fb..d993a058 100644
--- a/playbooks/image-build/post.yaml
+++ b/playbooks/image-build/post.yaml
@@ -7,6 +7,4 @@
mode: pull
verify_host: true
rsync_opts:
- - --include="trove-*.qcow2"
- - --exclude=*
- - --prune-empty-dirs
+ - "--exclude=/*/*/"
diff --git a/playbooks/image-build/run.yaml b/playbooks/image-build/run.yaml
index c5ca0fa9..2c8e0fbb 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-{{ zuul.branch }}-{{ datastore_type }}-{{ guest_os }}-{{ guest_os_release }}.qcow2
+ {{ ansible_user_dir }}/images/trove-{{ zuul.branch }}-{{ datastore_type }}-{{ guest_os }}-{{ guest_os_release }}
args:
chdir: "{{ ansible_user_dir }}/src/opendev.org/openstack/trove/integration/scripts"
tags: