aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuild.automotivelinux.org <jenkins@automotivelinux.org>2019-05-31 17:51:47 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-05-31 20:20:44 +0000
commit6f9c7a1f047f52c406109b3704b7ff47c5a474a0 (patch)
tree1ca4705df20d20be455b1b32cdd66b2d020e0d68
parent402db0b5d149c47b5f0313c1c114eeabd0950d80 (diff)
Extend the timeouts for CIBT jobs in the templateshalibut_7.99.1halibut/7.99.17.99.1
This mitigates slower downloads. Change-Id: I4e18f133097e8a3c32889fcc30a076ad24b882f9 Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org>
-rw-r--r--templates/base/agl-base-defaults.jinja28
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base/agl-base-defaults.jinja2 b/templates/base/agl-base-defaults.jinja2
index 613f607..d86365f 100644
--- a/templates/base/agl-base-defaults.jinja2
+++ b/templates/base/agl-base-defaults.jinja2
@@ -2,13 +2,13 @@
{{ urlbase }}/{{ object }}
{%- endmacro %}
{%- set action_timeout = action_timeout|default(15) %}
-{%- set boot_timeout = boot_timeout|default(10) %}
+{%- set boot_timeout = boot_timeout|default(15) %}
{%- set build_type = build_type|default("default") %}
-{%- set connection_timeout = connection_timeout|default(5) %}
-{%- set deploy_timeout = deploy_timeout|default(25) %}
+{%- set connection_timeout = connection_timeout|default(10) %}
+{%- set deploy_timeout = deploy_timeout|default(60) %}
{%- set device_type = device_type|default(yocto_machine+"-uboot") %}
{%- set image_type = image_type|default("AGL") %}
-{%- set job_timeout = job_timeout|default(80) %}
+{%- set job_timeout = job_timeout|default(120) %}
{%- set kernel_defconfig = kernel_defconfig|default("defconfig+CONFIG_AGL=y") %}
{%- set kernel_defconfig_base = kernel_defconfig_base|default("defconfig") %}
{%- set kernel_image = kernel_image|default('uImage') %}