
Those neutron branches do not support some of the Tobiko StatelessSecurityGroup tests. Depends-On: I8ee32ba467bd70142816953598d1736fa353d3d0 Closes-bug: #2045270 Change-Id: I8ab1eb7774e230adf7f6eea27c90978a8b8cf41c
63 lines
1.7 KiB
YAML
63 lines
1.7 KiB
YAML
---
|
|
|
|
- project-template:
|
|
name: devstack-tobiko-neutron
|
|
description: |
|
|
DevStack jobs intended to gate Neutron project changes
|
|
check: &CHECK
|
|
jobs:
|
|
- devstack-tobiko-neutron
|
|
- devstack-tobiko-ovs-neutron
|
|
gate: *CHECK
|
|
periodic: *CHECK
|
|
|
|
|
|
# --- DEFAULT ----------------------------------------------------------------
|
|
|
|
- job:
|
|
name: devstack-tobiko-neutron
|
|
parent: devstack-tobiko
|
|
voting: true
|
|
branches:
|
|
regex: ^(stable/(xena|yoga|zed)).*$
|
|
negate: true
|
|
description: |
|
|
Base Tobiko devstack job to execute scenario+faults+scenario test cases.
|
|
vars: &FAULTS_VARS
|
|
test_workflow: faults-neutron
|
|
irrelevant-files: &FAULTS_IRRELEVANT_FILES
|
|
- ^.*\.rst$
|
|
- ^doc/
|
|
- ^infrared_plugin/
|
|
- ^playbooks/vagrant
|
|
- ^releasenotes/
|
|
- ^report/
|
|
- ^tobiko/tests/functional/
|
|
- ^tobiko/tests/sanity/
|
|
- ^tobiko/tests/unit/
|
|
- ^Vagrantfile
|
|
|
|
- job:
|
|
name: devstack-tobiko-neutron
|
|
parent: devstack-tobiko
|
|
voting: true
|
|
branches: ^(stable/(xena|yoga|zed)).*$
|
|
description: |
|
|
Base Tobiko devstack job to execute scenario+faults+scenario test cases.
|
|
Variant applied to stable branches xena, yoga and zed.
|
|
vars:
|
|
<<: *FAULTS_VARS
|
|
pytest_addopts_global: "--skipregex=StatelessSecurityGroup"
|
|
irrelevant-files: *FAULTS_IRRELEVANT_FILES
|
|
|
|
# --- OVS jobs----------------------------------------------------------------
|
|
|
|
- job:
|
|
name: devstack-tobiko-ovs-neutron
|
|
parent: devstack-tobiko-ovs
|
|
voting: true
|
|
description: |
|
|
Base Tobiko devstack job to execute scenario+faults+scenario test cases.
|
|
vars: *FAULTS_VARS
|
|
irrelevant-files: *FAULTS_IRRELEVANT_FILES
|