diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-12 13:32:29 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-12 13:32:29 +0200 |
commit | a6b119633abb125fee71a82a5917b06bdd9c4d8e (patch) | |
tree | 4899c585a87e4b95fbc75aed69af63edcbfc226d /utils/agljobtemplate.py | |
parent | 65ee84bb6e3f87021b09802c6672e95890e0d0eb (diff) |
Remove notifier and metadata and use new qemuoctopus_15.0.5octopus_15.0.4octopus_15.0.3octopus/15.0.5octopus/15.0.4octopus/15.0.315.0.515.0.415.0.3octopus
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.py | 1 |
1 files changed, 1 insertions, 0 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): |