From c92bc4856cdff9b58e0237a25456b3464c335c52 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Thu, 15 Aug 2019 11:56:27 -0700 Subject: templates/base: remove build-tags section in job build-tags: is not a valid LAVA keyword/section so is causing LAVA jobs to be refused. Only "tags:" is a valid keyword/section. However, build-tags are not needed for selecting a correct LAVA device. This is what 'device-tags' are for. The build-tags are only propogated to the test-scripts. So, to fix, just remove the entire build-tags section. Bug-AGL: SPEC-2751 Change-Id: Ic24bf9c0caf1f4bc2dacd8065eb0edbace7937b1 Signed-off-by: Kevin Hilman --- templates/base/agl-base.jinja2 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'templates/base/agl-base.jinja2') diff --git a/templates/base/agl-base.jinja2 b/templates/base/agl-base.jinja2 index 20fc01f..0bc7188 100644 --- a/templates/base/agl-base.jinja2 +++ b/templates/base/agl-base.jinja2 @@ -14,12 +14,6 @@ tags: - {{ tag|lower }} {%- endfor %} {%- endif %} -{%- if BUILD_TAGS %} -build-tags: -{%- for tag in BUILD_TAGS %} -- {{ tag|lower }} -{%- endfor %} -{%- endif %} job_name: {{ name }} -- cgit 1.2.3-korg