commit | 4c75dad4d45423fb2a992610b9b60ecd768605f1 | [log] [tgz] |
---|---|---|
author | Christian Aistleitner <christian@quelltextlich.at> | Sun Jul 12 22:21:45 2020 +0200 |
committer | Christian Aistleitner <christian@quelltextlich.at> | Sun Jul 12 22:23:39 2020 +0200 |
tree | 13e7d74b2ed67cac3f629e7fbd016580dfa92f3f | |
parent | e51d7e84899b7116d6cb7c04265ea30f57dd25ec [diff] |
Clarify that only Change-Id dependencies are supported Change-Id: I85549ae4b262c144a10aae812755e965f20637b8
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:
To help alleviate these issues this plugin adds the following:
Detailed information about this plugin can be found in the documentation.