summaryrefslogtreecommitdiffstats
path: root/utils
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:32:29 +0200
commita6b119633abb125fee71a82a5917b06bdd9c4d8e (patch)
tree4899c585a87e4b95fbc75aed69af63edcbfc226d /utils
parent65ee84bb6e3f87021b09802c6672e95890e0d0eb (diff)
Use the new qemu for dual-screen capability. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I97a4d303bbc452902a4b555d00f05b0685e0e2de
Diffstat (limited to 'utils')
-rw-r--r--utils/agljobtemplate.py1
-rwxr-xr-xutils/create-jobs.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py
index 67b4ca6..37e1f3a 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):
diff --git a/utils/create-jobs.py b/utils/create-jobs.py
index f3a158f..1663035 100755
--- a/utils/create-jobs.py
+++ b/utils/create-jobs.py
@@ -42,7 +42,7 @@ def parse_cmdline(machines, tests, rfs_types):
parser.add_argument('-o', '--output', dest='job_file', action='store',
help="destination file")
parser.add_argument('-n', '--name', dest='job_name', action='store',
- help="job name", default='AGL-short-smoke-wip')
+ help="job name", default='AGL-short-smoke')
parser.add_argument('--rootfs-img', dest='rootfs_img', action='store',
help="The name of the root file system image (such as agl-demo-platform-raspberrypi3.ext4.xz)")
parser.add_argument('--kernel-img', dest='kernel_img', action='store',