tree: 9406a052f7ca677f2f60b30c1fc177a2bfff9f71 [path history] [tgz]
  1. lib/
  2. src/
  3. .gitignore
  4. BUCK
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

Gerrit Depends On 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.

It can become very difficult, downright confusing really to determine the dependency relationships with only the ‘depends-on’ reference. Also the use of CRD can produce dependency cycles which can cause Zuul to be ineffective. To help alleviate these issues this plugin adds a ‘needed-by’ reference on the Gerrit UI. It also adds dependency cycle detection and will display the CRD references in red if a cycle has been detected. This plugin also adds a REST endpoint to allow other clients to retrieve CRD info.

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