From 3134fd478d11ea08c513254a305b6ae0bf323b75 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Wed, 23 Nov 2022 18:57:18 +0800 Subject: Follow up: CI: test build docker image The previous patch forgot to push the tarball to openstack website. This change adds a task to push it and replaces hard quote with soft quote Change-Id: I8619621b4348bff26808104e4f9e070c64429c3f --- playbooks/image-build/docker-registry.yaml | 2 +- zuul.d/jobs.yaml | 3 ++- 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 -- cgit v1.2.1