From e7525f8f5286269ff456611a3f482879662b6aa2 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 14 May 2024 14:56:16 -0700 Subject: [PATCH] Add devstack-gate back to central config for retirement prep Several years ago all of devstack-gate's zuul config was moved into devstack-gate proper. We need to keep the official jobs that do github syncing here in project-config and we need to add noop-jobs to project-config in order to "remove" the repo content in preparation for its retirement. Do that here. Followup changes will retire the repo then eventually make it back to this repo to remove the config I have just added. Change-Id: Ib7aa64663cd6306e69b49e15e80419230079a8a8 --- zuul.d/projects.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 4ce3944880..4bac1cf721 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -1732,6 +1732,12 @@ templates: - official-openstack-repo-jobs +- project: + name: openstack/devstack-gate + templates: + - official-openstack-repo-jobs + - noop-jobs + - project: name: openstack/devstack-plugin-amqp1 templates: