zuul-sphinx/zuul_sphinx
James E. Blair f51dd26d25 Update autojob to handle branch regexes
Now that a job branch list can be a list of dictionaries, the autojob
directive can hit this error:

    variant = ', '.join(branches)
  TypeError: sequence item 0: expected str instance, dict found

Handle this by serializing the dictionaries with (str) so that we get
something printable.  It's not going to be pretty, but the old regexes
weren't either.

Change-Id: I9c0b242a8993760a7b7b27bbf231550c03cde183
2023-09-05 11:08:53 -07:00
..
__init__.py Add setup to module import 2017-08-04 16:02:27 -07:00
version.py Switch docs theme to versioned RTD 2021-12-16 11:23:09 -08:00
zuul.py Update autojob to handle branch regexes 2023-09-05 11:08:53 -07:00