From 6c2b2b476d1b1dc77a37db7fa6944b89998f9426 Mon Sep 17 00:00:00 2001 From: Yogesh Lal Date: Wed, 3 Dec 2025 14:20:16 +0530 Subject: [PATCH] templates: Increase the priority of job Increase priority of job to high so that these jobs have higher preference. Signed-off-by: Yogesh Lal --- templates/lava_job_template.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lava_job_template.jinja2 b/templates/lava_job_template.jinja2 index 1105245..2751dee 100644 --- a/templates/lava_job_template.jinja2 +++ b/templates/lava_job_template.jinja2 @@ -16,7 +16,7 @@ actions: {% endif %} device_type: {{ platform_config.name }} job_name: "[{{ instanceid|default('AKS')}}] {{ node.id }} {{ node.name }} {{ node.data.kernel_revision.describe }}" -priority: 20 +priority: high timeouts: action: minutes: 10