diff options
Diffstat (limited to 'utils/agljobtemplate.py')
-rw-r--r-- | utils/agljobtemplate.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 48bafad..0d34867 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -60,7 +60,7 @@ class Agljobtemplate(object): return self.RFS_TYPE def render_job(self, url, machine, job_name="AGL-short-smoke", priority="medium", tests=[], rfs_type=None, - kci_callback=None, rfs_image=None, kernel_version=None): + kci_callback=None, rfs_image=None): test_templates = [] if machine not in self.machines: @@ -80,9 +80,6 @@ class Agljobtemplate(object): job['urlbase'] = url job['test_templates'] = test_templates - if kernel_version is not None: - job['kernel_version'] = kernel_version - if rfs_type is not None: job['rootfs_type'] = rfs_type |