Use legacy-base job for base of all converted jobs

Change-Id: I0c2f1a46ca27330d34539f5ae899a4fcc87c10cb
This commit is contained in:
Monty Taylor 2017-09-22 11:07:44 -05:00
parent 2bd6b001e8
commit 81aa20b1a4
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
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: