Skip to content

Commit 2e67566

Browse files
committed
Re-enable horizon in jammy-based jobs
The issue that Horizon had with python3.10 has been fixed some time ago, so we can stop disabling it for those jobs. Also stop including roles from devstack-gate which we no longer need. Change-Id: Ia5d0b31561adc5051acd96fcaab183e60c3c2f99
1 parent 0b0e6a6 commit 2e67566

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.zuul.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@
335335
required-projects:
336336
- opendev.org/openstack/devstack
337337
roles:
338-
- zuul: opendev.org/openstack/devstack-gate
339338
- zuul: opendev.org/openstack/openstack-zuul-jobs
340339
vars:
341340
devstack_localrc:
@@ -676,9 +675,6 @@
676675
timeout: 9000
677676
vars:
678677
configure_swap_size: 4096
679-
devstack_services:
680-
# Horizon doesn't like py310
681-
horizon: false
682678

683679
- job:
684680
name: devstack-platform-ubuntu-jammy-ovn-source
@@ -706,8 +702,6 @@
706702
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
707703
Q_ML2_TENANT_NETWORK_TYPE: vxlan
708704
devstack_services:
709-
# Horizon doesn't like py310
710-
horizon: false
711705
# Disable OVN services
712706
ovn-northd: false
713707
ovn-controller: false
@@ -752,10 +746,6 @@
752746
voting: false
753747
vars:
754748
configure_swap_size: 4096
755-
# Python 3.10 dependency issues; see
756-
# https://bugs.launchpad.net/horizon/+bug/1960204
757-
devstack_services:
758-
horizon: false
759749

760750
- job:
761751
name: devstack-platform-fedora-latest-virt-preview

0 commit comments

Comments
 (0)