commit | 426f980d60af02576ee573cc6ad193a930cd3dac | [log] [tgz] |
---|---|---|
author | Christian Aistleitner <christian@quelltextlich.at> | Mon Jun 22 23:35:33 2020 +0200 |
committer | Christian Aistleitner <christian@quelltextlich.at> | Mon Jun 22 23:35:33 2020 +0200 |
tree | ac454150838591f3b93f65830036f81609d4c031 | |
parent | af4a0ae4c4fc9c40d44d6c7b446de8944816715a [diff] |
Clarify roles of change variables Since there are multiple kinds of changes, it was hard to follow which variable holds the id for what kind of change. So we split into `this` (the change under consideration) and `other` the (the depending or needed changes). Change-Id: I1681f8e8506e5494d46f8b89b658b30d7da4368d
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.