From 2183195b77b005f8b9c7b9448f3234813eca1146 Mon Sep 17 00:00:00 2001 From: Sofer Athlan-Guyot Date: Fri, 9 Sep 2022 13:06:02 +0200 Subject: [PATCH] Remove linter testing as pip dependencies won't install anymore. We also remove the duplicate zuul definition and keep zuul.d/layout.yaml as it's the default on the tripleo project. Change-Id: I17affa26617f62444f1b768a9bc41e2ff4dafac9 Closes-Bug: #1989005 --- .zuul.yaml | 14 -------------- zuul.d/layout.yaml | 11 +---------- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml deleted file mode 100644 index b0e7e277..00000000 --- a/.zuul.yaml +++ /dev/null @@ -1,14 +0,0 @@ -- project: - templates: - - check-requirements - - release-notes-jobs - check: - jobs: - - openstack-tox-linters - gate: - queue: tripleo - jobs: - - openstack-tox-linters - post: - jobs: - - publish-openstack-python-branch-tarball diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 0e246e9d..b7fb669a 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -2,13 +2,4 @@ - project: templates: - check-requirements - check: - jobs: - - openstack-tox-linters - gate: - queue: tripleo - jobs: - - openstack-tox-linters - post: - jobs: - - publish-openstack-python-branch-tarball + - release-notes-jobs