Fix hook-murano-rtfd job

Disable parsing hook-murano-rtfd in set_params method

Change-Id: Ibc7a75245fbe6cf0c27820393d6ee703e5a5ee88
Closes-Bug: #1636177
This commit is contained in:
Mykyta Karpin 2016-10-24 15:23:49 +03:00
parent c70dba8a45
commit 452520186f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def single_use_node(item, job, params):
def set_params(item, job, params):
single_use_node(item, job, params)
if job.name != 'gate-murano-deployment':
if job.name not in ['gate-murano-deployment','hook-murano-rtfd']:
# Get project name which can be different from ZUUL_PROJECT parameter
if 'murano-client' in job.name:
project_name = 'python-muranoclient'