aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/agljobtemplate.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py
index 528a3b9..f4b5919 100644
--- a/utils/agljobtemplate.py
+++ b/utils/agljobtemplate.py
@@ -78,7 +78,10 @@ class Agljobtemplate(object):
job['name'] = job_name
job['yocto_machine'] = machine
job['priority'] = priority
- job['urlbase'] = url
+ if url == 'demo':
+ job['urlbase'] = 'http://healthchecks.lavabox:8080/pub/agl/ci/demo'
+ else:
+ job['urlbase'] = url
job['test_templates'] = test_templates
if build_version is not None: