Gerrit Zuul Plugin

Clone this repo:
  1. 7db1779 Merge branch 'stable-3.7' by Antoine Musso · 8 weeks ago master
  2. c4c52fd Inline removal of Gerrit.Nav in Gerrit 3.7 by Antoine Musso · 8 weeks ago stable-3.7
  3. 16a217c Merge branch 'stable-3.2' by Antoine Musso · 2 years, 8 months ago
  4. ea30290 Switch from html to js plugin by Ben Rohlfs · 3 years ago
  5. 0460e54 Replace @npm_bazel_rollup with @npm//@bazel/rollup by Antoine Musso · 3 years, 2 months ago

Gerrit Zuul Plugin

Openstack uses Zuul for project gating and one of the features of Zuul is cross repository dependencies (CRD). Zuul will detect CRDs in git commit messages to allow it to arrange patchsets (in order) before scheduling them for build and test.

The problems with having only a ‘depends-on’ reference:

  • It can become very difficult, downright confusing really, to determine the dependency relationships.
  • The use of CRD can produce dependency cycles which can be difficult to detect.

To help alleviate these issues this plugin adds the following:

  • A reverse lookup for the ‘depends-on’ reference.
  • A REST endpoint to allow other clients to retrieve CRD info.

Detailed information about this plugin can be found in the documentation.