Adding layout job to openstack functions

We need to add this job to openstack_functions because sahara-ci
disable slave after runnig this job

Change-Id: I4680879098b1839d4ab5c4e318893c64f4f650af
This commit is contained in:
Evgeny Sikachev 2016-09-13 18:35:37 +03:00
parent 32e68055e6
commit c11aefb06a

View File

@ -33,7 +33,7 @@ def set_log_url(item, job, params):
def single_use_node(item, job, params):
set_log_url(item, job, params)
if job.name != "sahara-ci-syntax-check":
if job.name not in ["sahara-ci-syntax-check", "sahara-ci-layout"]:
params['OFFLINE_NODE_WHEN_COMPLETE'] = '1'