From cb7ace691883a6a7bef84b2c3652c0f26be91feb Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 6 May 2020 09:59:52 +0100 Subject: [PATCH] Remove CI for fedora-latest The fedora-latest build is broken on master and stable branches. OSA do not support depoyment on Fedora so this job is removed to allow other code to merge. Change-Id: Iee174f76d732941ef97b75612c1420c3dee335f3 --- ...edora-latest-support-bf58ecd96cc8fbd4.yaml | 4 ++++ zuul.d/jobs.yaml | 19 ------------------- zuul.d/project.yaml | 6 ------ 3 files changed, 4 insertions(+), 25 deletions(-) create mode 100644 releasenotes/notes/fedora-latest-support-bf58ecd96cc8fbd4.yaml delete mode 100644 zuul.d/jobs.yaml diff --git a/releasenotes/notes/fedora-latest-support-bf58ecd96cc8fbd4.yaml b/releasenotes/notes/fedora-latest-support-bf58ecd96cc8fbd4.yaml new file mode 100644 index 00000000..aaf5b416 --- /dev/null +++ b/releasenotes/notes/fedora-latest-support-bf58ecd96cc8fbd4.yaml @@ -0,0 +1,4 @@ +--- +deprecations: + - | + Fedora is no longer tested in CI for each commit. diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml deleted file mode 100644 index 330599c6..00000000 --- a/zuul.d/jobs.yaml +++ /dev/null @@ -1,19 +0,0 @@ ---- -# Copyright 2017, Rackspace US, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -- job: - name: openstack-ansible-functional-fedora-latest - parent: openstack-ansible-functional - nodeset: fedora-latest diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index c86d965f..e4b83578 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -18,9 +18,3 @@ - check-requirements - publish-openstack-docs-pti - release-notes-jobs-python3 - check: - jobs: - - openstack-ansible-functional-fedora-latest - gate: - jobs: - - openstack-ansible-functional-fedora-latest