LAVA configs: Removed the -delay parameter
Latest version of LAVA has removed the delay directive
from accepted as valid keys, rendering all jobs invalid.
This patch removes this key from template and aligns
the generated definitions with the new requirements.
Change-Id: I6c55b6354ad2e7abcfdf5863559995016360a7a5
Signed-off-by: Minos Galanakis <minos.galanakis@linaro.org>
diff --git a/lava_helper/jinja2_templates/template_tfm_mps2_sse_200.jinja2 b/lava_helper/jinja2_templates/template_tfm_mps2_sse_200.jinja2
index 2647e7f..b397065 100644
--- a/lava_helper/jinja2_templates/template_tfm_mps2_sse_200.jinja2
+++ b/lava_helper/jinja2_templates/template_tfm_mps2_sse_200.jinja2
@@ -57,7 +57,6 @@
- test:
namespace: target
- delay: 5
monitors:
{%- for monitor in test.monitors %}
- name: "{{monitor.name}}_{{ platform }}_{{ compiler }}_{{ name }}_{{ build_type }}_{{ boot_type }}"