From e2ca16133627d3711ce8e607ca26cb061773e250 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 4 Feb 2018 20:11:40 +0100 Subject: [PATCH] Fix Zuul v3 file name Zuul v3 currently only parses .yaml files, rename the file. remove the project name stanza, it is not needed and will harm with project renames. The current automated changes will not catch this, as this basically is a new name. Also, remove .zuul.yaml - we don't need both files. And the noop template is just wrong for this project since it has jobs. Change-Id: I112711a28d9635cb9eaa6f788e1747b20596701b --- .zuul.yaml | 4 ---- zuul.d/{layout.yml => layout.yaml} | 1 - 2 files changed, 5 deletions(-) delete mode 100644 .zuul.yaml rename zuul.d/{layout.yml => layout.yaml} (79%) diff --git a/.zuul.yaml b/.zuul.yaml deleted file mode 100644 index cf413ca..0000000 --- a/.zuul.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- project: - name: openstack/tripleo-ipsec - templates: - - noop-jobs diff --git a/zuul.d/layout.yml b/zuul.d/layout.yaml similarity index 79% rename from zuul.d/layout.yml rename to zuul.d/layout.yaml index f0a7c26..1ba0ec8 100644 --- a/zuul.d/layout.yml +++ b/zuul.d/layout.yaml @@ -1,5 +1,4 @@ - project: - name: openstack/tripleo-ipsec check: jobs: - openstack-ansible-linters