aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2019-08-15 11:56:27 -0700
committerKevin Hilman <khilman@baylibre.com>2019-08-15 12:01:00 -0700
commitc92bc4856cdff9b58e0237a25456b3464c335c52 (patch)
tree63ec15d0396a2ca80fb138f2bdc9083e04d7737f
parent55c756f9846551f826ac82d079a692d37d5c77d2 (diff)
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 <khilman@baylibre.com>
-rw-r--r--templates/base/agl-base.jinja26
1 files changed, 0 insertions, 6 deletions
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 }}