From 8c7c5a3332fa611682ba1907c102fccc4f4a4e0f Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 22 Apr 2020 21:26:26 -0500 Subject: [PATCH] Move tempest-full-rocky-py3 job defintion to stackviz tempest-full-rocky-py3 was defined in Tempest which is going to removed[1] from there as rocky is in Extended Maintainance state. Stackviz need to run the rocky job as it support py3.5 env also. Renaming the job to avoid the zuul error of duplciate definition of same job name. [1] https://review.opendev.org/#/c/722183/1 Change-Id: Ieb1ce1f5c712ffedbacab8dd58cf75cc138deca4 --- .zuul.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index b0dbed4..c7ac4df 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,3 +1,9 @@ +- job: + name: tempest-full-rocky + parent: tempest-full-py3 + nodeset: openstack-single-node-xenial + override-checkout: stable/rocky + - project: templates: - nodejs8-jobs @@ -19,7 +25,7 @@ irrelevant-files: *irrelevant-files - tempest-full-stein-py3: irrelevant-files: *irrelevant-files - - tempest-full-rocky-py3: + - tempest-full-rocky: irrelevant-files: *irrelevant-files post: jobs: