From 5f24dc0675dd134d75b5d8feddb79c2675a3644b Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Thu, 19 Apr 2018 15:29:42 +0300 Subject: [PATCH] [ci][rally] make the job inherit the right parent Rally team finally added native Zuul V3 jobs (with a bunch of separate roles and etc) and for simplification of maintainance, it would be nice to use them. Needed-By: If5d17fe2b1965ceed578fe20168d011c4f087242 Needed-By: I5cc99b67495e2e10264f1cb89b25b37f5f7af66b Change-Id: Idc780fd3095e2d5e0e170fba7ce15580c73048be --- .zuul.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 32ff5218d7d..5d2ecdcec72 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -20,6 +20,8 @@ - openstack-tox-lower-constraints - cinder-tox-functional-py36 - cinder-tox-py36 + - cinder-rally-task: + voting: false gate: jobs: - cinder-tox-compliance @@ -133,3 +135,14 @@ - ^doc/.*$ - ^releasenotes/.*$ - ^tools/.*$ + +- job: + name: cinder-rally-task + parent: rally-task-cinder + timeout: 7800 + vars: + devstack_plugins: + rally-openstack: https://git.openstack.org/openstack/rally-openstack + rally_task: rally-jobs/cinder.yaml + required-projects: + - openstack/rally-openstack