This re-implements I430277369f9ecb2ecc0a31f795c72bba83bcecff (that had
to be reverted with commit c8628dd8f8
).
The original change had a small syntax error using
"zuul.projects.values()" instead of "zuul._projects.values()". This
is corrected here.
It also had a problem with_items: zuul._projects.values() -- in
python3 this returns a view, which doesn't work with "with_items:"
... so you need to "| list".
Integration test results (for use-cached-repos at least) in
I7828f78efd1d20031cf1c34629200f265576e7a7.
Change-Id: I9d88f405f34d1c5f75ebf4f52cedfaaab20c3bda
changes/17/514117/6
parent
0d4e6fb52b
commit
bccbc1b221
Loading…
Reference in new issue