summaryrefslogtreecommitdiffstats
path: root/utils/agljobtemplate.py
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-12 13:32:29 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-12 13:33:16 +0200
commit98a8a4c346cb86f15a20cec9fe3a2f0c6325a8d9 (patch)
treedfdce5d25738a0ef1a39f0da55e0181ce9c1d38c /utils/agljobtemplate.py
parent80c78c8b4316b530d0d2a48703e7469e548daff2 (diff)
Remove notifier and metadata and use new qemupike_15.91.0pike/15.91.015.91.0
Use the new qemu for dual-screen capability. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I97a4d303bbc452902a4b555d00f05b0685e0e2de
Diffstat (limited to 'utils/agljobtemplate.py')
-rw-r--r--utils/agljobtemplate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py
index 456f43e..34d7cbb 100644
--- a/utils/agljobtemplate.py
+++ b/utils/agljobtemplate.py
@@ -122,6 +122,7 @@ class Agljobtemplate(object):
url_fragment = ''
if (build_type == 'ci'):
url_fragment += changeid + '/' + patchset + '/'
+ #job['name'] = job_name + "-" + changeid + "-" + patchset
if not vcs_branch:
vcs_branch = 'master'
elif (build_type == 'snapshot' or build_type == 'weekly' or build_type == 'daily') and (not vcs_branch and not version):