commit | aee576673201b0fc1101e8eb6e28389f7aa665f5 | [log] [tgz] |
---|---|---|
author | Clark Boylan <clark.boylan@gmail.com> | Thu Sep 28 10:28:50 2023 -0700 |
committer | Clark Boylan <clark.boylan@gmail.com> | Thu Sep 28 11:20:46 2023 -0700 |
tree | 3009ca26830dc829798d99ebc32d5edf3834d881 | |
parent | 4042a817428d604895b34abed45ce6c41e4c7056 [diff] |
Fix submodules error checking in prepare-gerrit-repos The prepare-gerrit-repos role has an error checking task that ensures git submodules are properly checked out for projects under test. There was a problem with this check in that it would check all projects in the zuul projects list against the valid submodule criteria even if that particular project is not a submodule. Not being a submodule evaluated to not being a valid submodule. This makes sense except for in these cases we don't care to check submodule critera for non submodules. Simply skip this check for repos that are not submodules. Bug: Issue 40015618 Change-Id: Ia16bf721d4d6d65be23ab54f3c41c05faa20a759
This repository holds job definition for the Gerrit Code Review instance of Zuul.