Skip to content

Commit 1d71479

Browse files
committed
zuul: Remove nova-network tests
nova-network has been removed from nova for a very long time now and we've no way to test it in CI save for installing old versions of OpenStack. We don't care about this enough to do that, so just remove the thing. In the vein of things that have been removed, we also remove configuration that was supposed to enable cinder's v1 API but doesn't since the related knob was removed over 5 years ago [1]. [1] openstack/cinder@3e91de9 Change-Id: I76efeccec04937c3a68108e2654872e00fadcec4 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
1 parent 70de317 commit 1d71479

1 file changed

Lines changed: 0 additions & 34 deletions

File tree

.zuul.yaml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@
5454
LIBS_FROM_GIT: python-openstackclient
5555
# NOTE(dtroyer): Functional tests need a bit more volume headroom
5656
VOLUME_BACKING_FILE_SIZE: 20G
57-
devstack_local_conf:
58-
post-config:
59-
$CINDER_CONF:
60-
DEFAULT:
61-
# NOTE(dtroyer): OSC needs to support Volume v1 for a while yet so re-enable
62-
enable_v1_api: true
6357
devstack_services:
6458
ceilometer-acentral: false
6559
ceilometer-acompute: false
@@ -114,28 +108,6 @@
114108
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
115109
tox_envlist: functional
116110

117-
- job:
118-
name: osc-functional-devstack-n-net
119-
parent: osc-functional-devstack-base
120-
timeout: 7800
121-
vars:
122-
devstack_localrc:
123-
FLAT_INTERFACE: br_flat
124-
PUBLIC_INTERFACE: br_pub
125-
devstack_services:
126-
n-cell: true
127-
n-net: true
128-
neutron: false
129-
neutron-segments: false
130-
q-agt: false
131-
q-dhcp: false
132-
q-l3: false
133-
q-meta: false
134-
q-metering: false
135-
q-qos: false
136-
q-svc: false
137-
tox_envlist: functional
138-
139111
- job:
140112
name: osc-functional-devstack-tips
141113
parent: osc-functional-devstack
@@ -232,12 +204,6 @@
232204
jobs:
233205
- osc-build-image
234206
- osc-functional-devstack
235-
# - osc-functional-devstack-n-net:
236-
# voting: false
237-
# # The job testing nova-network no longer works before Pike, and
238-
# # should be disabled until the New Way of testing against old clouds
239-
# # is ready and backported
240-
# branches: ^(?!stable/(newton|ocata)).*$
241207
- osc-functional-devstack-tips:
242208
# The functional-tips job only tests the latest and shouldn't be run
243209
# on the stable branches

0 commit comments

Comments
 (0)