aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2019-03-07 16:05:56 -0800
committerKevin Hilman <khilman@baylibre.com>2019-03-07 16:05:56 -0800
commitbaa64687b3b27fe5a5b59120ccb2a316b912a11a (patch)
treedcc5e89f40f9a35251c9bd32d9c3450c53dde3c2
parenta6a95e66a49a05c9dc4ed45cb6330b7ccfa288e1 (diff)
job-prereq: fix use of render_job after updates
Change-Id: I094220e829686f9acd362339fea93f947f5bfa57 Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rwxr-xr-xutils/job-prereq.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/job-prereq.py b/utils/job-prereq.py
index f688aca..56a50ba 100755
--- a/utils/job-prereq.py
+++ b/utils/job-prereq.py
@@ -52,8 +52,8 @@ def main():
args = parse_cmdline(ajt.machines)
job = ajt.render_job(build_type=args.build_type[0],
- url_branch=args.build_type[1],
- url_version=args.build_type[2],
+ changeid=args.build_type[1],
+ patchset=args.build_type[2],
machine=args.machine)
job_yaml = yaml.load(job)
if args.machine == "qemux86-64":