Zuul

Describe shortly what is Zuul

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

From Zuul's docs: "Zuul is a Project Gating System. That’s like a CI or CD system, but the focus is on testing the future state of code repositories...

Zuul itself is a service which listens to events from various code review systems, executes jobs based on those events, and reports the results back to the code review system."