Rename fullstack gates

Rename the fullstack gates in order to emphasize the difference
between the gates, and what is tested in each gate.

Change-Id: I56200b4eedac14a0b3f3f795d6b952f799a36de1
This commit is contained in:
Lihi Wishnitzer 2017-10-26 17:18:29 +03:00
parent 3a6a3c5c7b
commit 7c5eb3cd4c
9 changed files with 14 additions and 14 deletions

View File

@ -9,8 +9,8 @@
- ^setup.cfg$
- dragonflow-dsvm-rally:
voting: false
- dragonflow-dsvm-fullstack
- dragonflow-dsvm-fullstack-zmq
- dragonflow-dsvm-fullstack-redis
- dragonflow-dsvm-fullstack-etcd-zmq
- legacy-install-dsvm-dragonflow-kuryr-kubernetes:
voting: false
- legacy-openstack-ansible-os_neutron-ansible-dragonflow:
@ -18,13 +18,13 @@
branches: ^(?!stable/newton).*$
gate:
jobs:
- dragonflow-dsvm-fullstack
- dragonflow-dsvm-fullstack-redis
- job:
name: dragonflow-dsvm-fullstack
name: dragonflow-dsvm-fullstack-redis
parent: legacy-dsvm-base
run: zuul/dragonflow-dsvm-fullstack/run
post-run: zuul/dragonflow-dsvm-fullstack/post
run: zuul/dragonflow-dsvm-fullstack-redis/run
post-run: zuul/dragonflow-dsvm-fullstack-redis/post
timeout: 9900
required-projects:
- openstack-infra/devstack-gate
@ -34,10 +34,10 @@
- openstack/neutron-dynamic-routing
- job:
name: dragonflow-dsvm-fullstack-zmq
name: dragonflow-dsvm-fullstack-etcd-zmq
parent: legacy-dsvm-base
run: zuul/dragonflow-dsvm-fullstack-zmq/run
post-run: zuul/dragonflow-dsvm-fullstack-zmq/post
run: zuul/dragonflow-dsvm-fullstack-etcd-zmq/run
post-run: zuul/dragonflow-dsvm-fullstack-etcd-zmq/post
timeout: 9900
required-projects:
- openstack-infra/devstack-gate
@ -72,4 +72,4 @@
- openstack/neutron
- openstack/networking-sfc
- openstack/neutron-dynamic-routing
- openstack/tempest
- openstack/tempest

View File

@ -57,7 +57,7 @@
export PROJECTS="openstack/dragonflow $PROJECTS"
export PROJECTS="openstack/neutron-dynamic-routing $PROJECTS"
export PROJECTS="openstack/networking-sfc $PROJECTS"
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/dragonflow/devstack/devstackgaterc-zmq
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/dragonflow/devstack/devstackgaterc-etcd-zmq
function gate_hook {
bash -xe $BASE/new/dragonflow/dragonflow/tests/contrib/gate_hook.sh fullstack

View File

@ -61,7 +61,7 @@
export PROJECTS="openstack/neutron-dynamic-routing $PROJECTS"
export PROJECTS="openstack/networking-sfc $PROJECTS"
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/dragonflow/devstack/devstackgaterc
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/dragonflow/devstack/devstackgaterc-redis
function gate_hook {
bash -xe $BASE/new/dragonflow/dragonflow/tests/contrib/gate_hook.sh fullstack

View File

@ -54,7 +54,7 @@
export PROJECTS="openstack/neutron-dynamic-routing $PROJECTS"
export PROJECTS="openstack/rally $PROJECTS"
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/dragonflow/devstack/devstackgaterc
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/dragonflow/devstack/devstackgaterc-redis
function post_test_hook {
$BASE/new/rally/tests/ci/rally-gate.sh

View File

@ -63,7 +63,7 @@
# Keep localrc to be able to set some vars in pre_test_hook
export KEEP_LOCALRC=1
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/dragonflow/devstack/devstackgaterc
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/dragonflow/devstack/devstackgaterc-redis
function gate_hook {
bash -xe $BASE/new/dragonflow/dragonflow/tests/contrib/gate_hook.sh tempest