From fd718df71118ab96443c5cf0f4d1292a4218d391 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Thu, 19 Apr 2018 16:57:53 +0200 Subject: [PATCH] Remove python3 job The python3 job should be generic, and therefore be implemented into the openstack-ansible-tests repo. Change-Id: I4052547b5dc1e70a7fb079dcd13ec2a32d5efefe (cherry picked from commit 46378f2b98b359773d0d7437a9b984c740caf9ff) --- zuul.d/jobs.yaml | 21 --------------------- zuul.d/project.yaml | 3 ++- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 zuul.d/jobs.yaml diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml deleted file mode 100644 index 768c14a6..00000000 --- a/zuul.d/jobs.yaml +++ /dev/null @@ -1,21 +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-python3-ubuntu-xenial-nv - parent: openstack-ansible-functional-ubuntu-xenial - voting: false - vars: - tox_env: func_py3 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index dce8eb8d..bb9c754c 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -19,7 +19,8 @@ - openstack-ansible-functional-centos-7 - openstack-ansible-functional-opensuse-423 - openstack-ansible-functional-ubuntu-xenial - - openstack-ansible-python3-ubuntu-xenial-nv + # TODO(evrardjp): uncomment this when the job is in the tests repo + #- openstack-ansible-python3-ubuntu-xenial-nv experimental: jobs: - openstack-ansible-integrated-deploy-aio