From 5d6ec316d636f730d630e637178f1806999ca423 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 26 Feb 2019 10:55:18 -0600 Subject: Drop py35 jobs Python 3.5 was the target runtime for the Rocky release. The current target py3 runtime for Stein is Python 3.6, so there is no reason to keep testing against the older version. https://governance.openstack.org/tc/reference/runtimes/stein.html#python-runtime-for-stein Change-Id: If810570859e4c4a942f44097717170d5a0affbd0 Signed-off-by: Sean McGinnis --- .zuul.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.zuul.yaml') diff --git a/.zuul.yaml b/.zuul.yaml index a16aff575..28083cd5a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,7 +2,6 @@ templates: - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - publish-openstack-docs-pti - periodic-stable-jobs @@ -15,7 +14,7 @@ - cinder-tempest-dsvm-lvm-lio-barbican - cinder-tox-bandit-baseline: voting: false - - openstack-tox-functional-py35: + - openstack-tox-functional-py36: irrelevant-files: &functional-irrelevant-files - ^.*\.rst$ - ^api-ref/.*$ @@ -25,7 +24,6 @@ - ^contrib/block-box.*$ - ^doc/.*$ - ^releasenotes/.*$ - - openstack-tox-functional-py36 - cinder-rally-task: voting: false - openstack-tox-pylint: @@ -71,8 +69,6 @@ irrelevant-files: *gate-irrelevant-files gate: jobs: - - openstack-tox-functional-py35: - irrelevant-files: *functional-irrelevant-files - legacy-grenade-dsvm-cinder-mn-sub-volbak: irrelevant-files: *gate-irrelevant-files - neutron-grenade: -- cgit v1.2.1