gitlab-ci/lava: fix handling of lava tags
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 5 Mar 2020 14:19:15 +0000 (15:19 +0100)
committerMarge Bot <eric+marge@anholt.net>
Mon, 16 Mar 2020 11:16:27 +0000 (11:16 +0000)
commitbbdb4b1a6d9c1f211ef7e67f3dcdf92de24c3a67
tree991445dd1858d6d77c822e32606b1cedb28cec0d
parentfd1436440bd84d0b48fd7282b8f012ad382483ed
gitlab-ci/lava:  fix handling of lava tags

The lava tags was a python array not it's a gitlab CI string,
slit the string with periods in the jinja2 template to avoid having
the following tags :

tags:
 - p
 - a
 - n
 - f
 - r
 - o
 - s
 - t

instead of :
tags:
 - panfrost

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4057>
.gitlab-ci/lava-deqp.yml.jinja2