summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-11-28 07:50:36 +0000
committerGerrit Code Review <review@openstack.org>2022-11-28 07:50:36 +0000
commitd64c503d629acc724994d14450627122e666eae8 (patch)
tree8984a800d761f1632a0161d216d58a7542a714a0
parent9f803535a427adcfeb96ef92b7307c67d8c8b389 (diff)
parent3134fd478d11ea08c513254a305b6ae0bf323b75 (diff)
downloadtrove-d64c503d629acc724994d14450627122e666eae8.tar.gz
Merge "Follow up: CI: test build docker image"
-rw-r--r--playbooks/image-build/docker-registry.yaml2
-rw-r--r--zuul.d/jobs.yaml3
2 files changed, 3 insertions, 2 deletions
diff --git a/playbooks/image-build/docker-registry.yaml b/playbooks/image-build/docker-registry.yaml
index fc9074f1..8c46b01d 100644
--- a/playbooks/image-build/docker-registry.yaml
+++ b/playbooks/image-build/docker-registry.yaml
@@ -65,4 +65,4 @@
become: true
archive:
path: "/opt/trove_registry/"
- dest: '{{ ansible_user_dir }}/images/trove-datastore-registry-master.tar.gz' \ No newline at end of file
+ dest: "{{ ansible_user_dir }}/images/trove-datastore-registry-master.tar.gz"
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index a2747831..032f4776 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -484,7 +484,8 @@
Build and publish trove datastore docker images to
tarballs.openstack.org.
run: playbooks/image-build/docker-registry.yaml
+ parent: publish-openstack-artifacts
post-run: playbooks/image-build/post.yaml
nodeset: trove-ubuntu-focal-single
required-projects:
- - openstack/trove \ No newline at end of file
+ - openstack/trove