Files
mesa/.gitlab-ci
Martin Roukala (né Peres) bb91117204 ci/b2c: add support for the new format of CI_RUNNER_TAGS
Seems like Gitlab did not follow their own documentation:

```
CI_RUNNER_TAGS  8.10  0.5  A comma-separated list of the runner tags.
```

But it would seem like a gitlab update brought json-style lists which
broke:

```
CI_RUNNER_TAGS = '["keywords-gateway", "CI-gateway"]'
```

This commit adds support for both style.

Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Reviewed-by: John Brooks <john@fastquake.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18923>
2022-10-01 12:53:08 +00:00
..
2022-10-01 03:17:33 +00:00
2022-09-29 16:45:04 +00:00
2022-09-11 23:21:48 +00:00
2022-09-29 16:45:04 +00:00
2022-09-29 16:45:04 +00:00
2022-09-12 05:58:13 +00:00