From 401dcd9fc4e71afae423c58ea74d658659f71791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Guimar=C3=A3es=20de=20Medeiros?= Date: Tue, 12 Jan 2021 15:15:44 +0100 Subject: Move zuul config file to root folder Moving .zuul.d/project.yaml to .zuul.yaml as it is the only file in that folder and to look similar to other oslo repos. Change-Id: I787f57e57e5dd83d08dfaecca2405bf064c9f924 --- .zuul.d/project.yaml | 8 -------- .zuul.yaml | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 .zuul.d/project.yaml create mode 100644 .zuul.yaml diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml deleted file mode 100644 index 8425030..0000000 --- a/.zuul.d/project.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- project: - templates: - - check-requirements - - lib-forward-testing-python3 - - openstack-python3-wallaby-jobs - - periodic-stable-jobs - - publish-openstack-docs-pti - - release-notes-jobs-python3 diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..8425030 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,8 @@ +- project: + templates: + - check-requirements + - lib-forward-testing-python3 + - openstack-python3-wallaby-jobs + - periodic-stable-jobs + - publish-openstack-docs-pti + - release-notes-jobs-python3 -- cgit v1.2.1