commit | c2cf1b831f84304132ac292483e6ec94d77b8ff3 | [log] [tgz] |
---|---|---|
author | Christian Aistleitner <christian@quelltextlich.at> | Sun Jul 05 21:25:19 2020 +0200 |
committer | Christian Aistleitner <christian@quelltextlich.at> | Sat Jul 11 15:47:37 2020 +0200 |
tree | 4193e3c29f99a60f7c43b02b002a3949d0de7a9d | |
parent | 902b0a378c08ce6210b788c14244d74d2d88310e [diff] |
Split out Needed-By computation in helper class This splitting out simplifies the main logic a bit, but helps a lot with getting simpler tests. Change-Id: I12c12f1bbaaa725a58de3983f704edf14125739b
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.