Remove ZUUL_CHANGES

Removing old ZUUL_ env variables which have been replaced with
Ansible variables.

Change-Id: I5a470637fac20add65c4e25809285459e1db7589
This commit is contained in:
James E. Blair 2017-07-21 15:14:31 -07:00
parent 6193a1f47e
commit 8ef7ff4fc4
1 changed files with 0 additions and 5 deletions

View File

@ -197,12 +197,7 @@ class ExecutorClient(object):
params['ZUUL_URL'] = item.current_build_set.zuul_url
params['ZUUL_VOTING'] = job.voting and '1' or '0'
if hasattr(item.change, 'number'):
changes_str = '^'.join(
['%s:%s:%s' % (i.change.project.name, i.change.branch,
i.change.ref)
for i in all_items])
params['ZUUL_BRANCH'] = item.change.branch
params['ZUUL_CHANGES'] = changes_str
params['job'] = job.name
params['timeout'] = job.timeout