commit | 8446c415c89df80ae2f4ee1e2ef84f0dfaad62ce | [log] [tgz] |
---|---|---|
author | James E. Blair <jeblair@redhat.com> | Wed Jan 17 15:49:59 2018 -0800 |
committer | James E. Blair <jeblair@redhat.com> | Thu Jan 18 13:38:13 2018 -0800 |
tree | d671fc93e1d8b7b6374cff7f294a1fe51af8de8d | |
parent | a17a8e7ba4f2e1f8494cc2bd8dd6f743e3e78a11 [diff] [blame] |
Handle nodesets in branches This allows a nodeset to appear on multiple branches of a project. See Ia9d5b77d1ce46e6461b370e951301ede4045bbb9 for more information. Change-Id: If7ca83e8ec3cad8f9bd99a65b974d56a999f256c
diff --git a/tests/fixtures/config/nodesets/main.yaml b/tests/fixtures/config/nodesets/main.yaml new file mode 100644 index 0000000..950b117 --- /dev/null +++ b/tests/fixtures/config/nodesets/main.yaml
@@ -0,0 +1,9 @@ +- tenant: + name: tenant-one + source: + gerrit: + config-projects: + - common-config + untrusted-projects: + - org/project1 + - org/project2