Merge "Update Zuul branch limit"

This commit is contained in:
Zuul 2017-12-11 14:13:42 +00:00 committed by Gerrit Code Review
commit d03514e3c8
2 changed files with 2 additions and 15 deletions

View File

@ -57,14 +57,12 @@
- job: - job:
name: heat-functional-convg-mysql-lbaasv2-non-apache name: heat-functional-convg-mysql-lbaasv2-non-apache
parent: heat-functional-devstack-base parent: heat-functional-devstack-base
branches: ^(?!stable/newton).*$
vars: vars:
use_apache: 0 use_apache: 0
- job: - job:
name: heat-functional-convg-mysql-lbaasv2-py35 name: heat-functional-convg-mysql-lbaasv2-py35
parent: heat-functional-devstack-base parent: heat-functional-devstack-base
branches: ^(?!stable/(newton|ocata)).*$
vars: vars:
use_python3: 1 use_python3: 1
@ -82,7 +80,6 @@
run: playbooks/devstack/grenade/run.yaml run: playbooks/devstack/grenade/run.yaml
post-run: playbooks/devstack/functional/post.yaml post-run: playbooks/devstack/functional/post.yaml
timeout: 7800 timeout: 7800
branches: ^(?!(driverfixes|stable/(mitaka|newton))).*$
required-projects: required-projects:
- openstack-dev/grenade - openstack-dev/grenade
- openstack-infra/devstack-gate - openstack-infra/devstack-gate

View File

@ -29,16 +29,10 @@
export PYTHONUNBUFFERED=true export PYTHONUNBUFFERED=true
services=rabbit,tempest,mysql,dstat,key services=rabbit,tempest,mysql,dstat,key
services+=,n-api,n-api-meta,n-cpu,n-cond,n-sch,n-crt services+=,n-api,n-api-meta,n-cpu,n-cond,n-sch,n-crt
services+=,placement-api,placement-client
# TODO(ricolin) replace the usage of ZUUL_BRANCH
# placement services mandatory for nova from ocata
if [[ "stable/newton" != $ZUUL_BRANCH ]]; then
services+=,placement-api,placement-client
fi
services+=,g-api,g-reg services+=,g-api,g-reg
services+=,c-sch,c-api,c-vol,c-bak services+=,c-sch,c-api,c-vol,c-bak
services+=,q-svc,q-dhcp,q-meta,q-agt,q-l3 services+=,q-svc,q-dhcp,q-meta,q-agt,q-l3,q-trunk
if [ "{{ use_python3 }}" -eq 1 ] ; then if [ "{{ use_python3 }}" -eq 1 ] ; then
export DEVSTACK_GATE_USE_PYTHON3=True export DEVSTACK_GATE_USE_PYTHON3=True
@ -47,10 +41,6 @@
export DEVSTACK_GATE_USE_PYTHON3=False export DEVSTACK_GATE_USE_PYTHON3=False
services+=,s-proxy,s-object,s-container,s-account services+=,s-proxy,s-object,s-container,s-account
fi fi
# TODO(ricolin) replace the usage of ZUUL_BRANCH
if [[ ! "stable/newton stable/ocata" =~ $ZUUL_BRANCH ]]; then
services+=,q-trunk
fi
export DEVSTACK_GATE_NEUTRON=1 export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_TEMPEST=1