Merge "Use legacy-base job for base of all converted jobs" into feature/zuulv3

This commit is contained in:
Zuul 2017-09-22 17:51:07 +00:00 committed by Gerrit Code Review
commit c9730ce661
1 changed files with 1 additions and 0 deletions

View File

@ -824,6 +824,7 @@ class Job:
expanded_projects.extend(expand_project_names(
self.name, project_names))
output['parent'] = 'legacy-base'
if 'dsvm' in self.name:
output['parent'] = 'legacy-dsvm-base'
elif 'puppet-openstack-integration' in self.name: