From 9a60630540a094eb29dfe1cbce1f834822c9a844 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Thu, 14 Nov 2019 11:47:53 +0100 Subject: [PATCH] Drop old neutron-grenade job This job is still running python 2.7. As we are dropping py2 support in Ussuri cycle, lets drop this job now. There is same job called "grenade-py3" which runs on python 3 already and this will be now used in project's CI. Change-Id: Ie5cfd00cb27928d1ce82e6eb89d8c705292d9d30 --- .zuul.d/project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 38ac196582..ec7eb3ba40 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -54,7 +54,7 @@ irrelevant-files: - ^(test-|)requirements.txt$ - ^setup.cfg$ - - neutron-grenade: + - grenade-py3: irrelevant-files: - ^(test-|)requirements.txt$ - ^setup.cfg$ @@ -107,7 +107,7 @@ irrelevant-files: - ^(test-|)requirements.txt$ - ^setup.cfg$ - - neutron-grenade: + - grenade-py3: irrelevant-files: - ^(test-|)requirements.txt$ - ^setup.cfg$