On Fri, May 11, 2018 at 9:22 PM, Greg Sheremeta <gshereme(a)redhat.com> wrote:
How do I map branches to distros, like, how do I add fc28 only for
master?
In other words, how do I replicate something like this v1 config?
version:
- master:
branch: master
- 4.2:
branch: master
- 4.1:
branch: master
distro:
- el7
- fc27
exclude:
- { version: 4.1, distro: fc27 }
arch: x86_64
Hi Grer,
Since STDCI reacts to changes in your repo (PR/Merge in GitHub or new
patchset/update/submit in Gerrit),
STDCI checks out to the same branch the change was made to after cloning
your project.
Since stdci.yaml is located in your repository, you neeed to write
different stdci.yaml for each branch with it's
specific configuration.
--
DANIEL BELENKY
RHV DEVOPS