zuul/tests/fixtures/config/tenant-parser
Tobias Henkel 7207c89dde Fix mixed canonical/non-canonical project merge
When defining multiple project stanzas for the same project the
resulting job graphs get merged. This should also work if they are
given as a mixture of canonical and non-canonical project names like
the following stanza.

- project:
    name: review.example.com/org/project1
    check:
      jobs:
        - common-config-job

- project:
    name: org/project1
    check:
      jobs:
        - project1-job

However currently only one of the stanzas are effective depending on
which was processed last.

This can be fixed by canonicalizing the project names when extending
the unparsed config.

Change-Id: Icaf8fca3aa4577b009d691f9a67adcb43ea040f5
2017-11-29 20:34:06 +01:00
..
git Fix mixed canonical/non-canonical project merge 2017-11-29 20:34:06 +01:00
groups.yaml Allow per-repo selection of configuration classes to load 2017-06-08 11:38:03 -07:00
groups2.yaml Allow per-repo selection of configuration classes to load 2017-06-08 11:38:03 -07:00
groups3.yaml Allow per-repo selection of configuration classes to load 2017-06-08 11:38:03 -07:00
override.yaml Allow per-repo selection of configuration classes to load 2017-06-08 11:38:03 -07:00
simple.yaml Allow per-repo selection of configuration classes to load 2017-06-08 11:38:03 -07:00
unprotected-branches.yaml Optionally limit github to protected branches 2017-08-03 11:50:26 +02:00