tripleo-ci/zuul.d/content-provider.yaml
frenzyfriday 0b0e42fd38 Reverting non voting status on wallaby jobs
Branchful jobs were non voting while wallaby was branching.
This review makes image jobs, content provider and multinode
jobs voting again.

Change-Id: I128204803694bb0c905f0732a11664752e83f8f9
2021-04-28 18:16:36 +02:00

25 lines
844 B
YAML

---
# zuul.d/content-provider.yaml
# Zuul layout for TripleO content-provider jobs.
# ATTENTION: Try to avoid adding irrelevant-files inside templates
# or project because it does override values defined at job level.
# An attempt to optimize at this level can have the exactly opposite effect,
# triggering the affected jobs on far more changes than needed.
- job:
name: tripleo-ci-centos-8-content-provider-wallaby
parent: tripleo-ci-centos-8-content-provider
override-checkout: stable/wallaby
branches: ^(master|stable/wallaby).*$
vars:
branch_override: stable/wallaby
- job:
name: tripleo-ci-centos-8-content-provider-victoria
parent: tripleo-ci-centos-8-content-provider
override-checkout: stable/victoria
branches: ^(master|stable/victoria).*$
vars:
branch_override: stable/victoria