Revert "W/A for zull gate issue Unable to freeze job graph"
This reverts commit 2f1ab4d788186c1692f75e1144dd76df7297e091. Reason for revert: It should be fixed on the infra side already. Change-Id: Ie40e71b7ad28d50597fae5b618ec56fe8ddeb4b8 Depends-On: https://review.opendev.org/c/x/devstack-plugin-tobiko/+/804356
This commit is contained in:
parent
d12bc00c2e
commit
a93d971e77
@ -14,6 +14,7 @@ from tobiko.tripleo import processes
|
||||
from tobiko.tripleo import containers
|
||||
from tobiko.tripleo import nova
|
||||
from tobiko.tripleo import undercloud
|
||||
from tobiko.tripleo import validations
|
||||
|
||||
|
||||
LOG = log.getLogger(__name__)
|
||||
@ -41,6 +42,7 @@ def overcloud_health_checks(passive_checks_only=False,
|
||||
# after any overcloud node is rebooted
|
||||
if not skip_mac_table_size_test:
|
||||
tests.test_ovs_bridges_mac_table_size()
|
||||
validations.run_post_deployment_validations()
|
||||
|
||||
|
||||
# check vm create with ssh and ping checks
|
||||
|
@ -4,11 +4,11 @@
|
||||
- build-openstack-docs-pti
|
||||
- build-release-notes-jobs-python3
|
||||
- check-requirements
|
||||
# - devstack-tobiko
|
||||
# - devstack-tobiko-ceph
|
||||
# - devstack-tobiko-faults
|
||||
# - devstack-tobiko-octavia
|
||||
# - devstack-tobiko-ovs
|
||||
- devstack-tobiko
|
||||
- devstack-tobiko-ceph
|
||||
- devstack-tobiko-faults
|
||||
- devstack-tobiko-octavia
|
||||
- devstack-tobiko-ovs
|
||||
- docs-on-readthedocs
|
||||
- openstack-cover-jobs
|
||||
- openstack-lower-constraints-jobs
|
||||
|
Loading…
x
Reference in New Issue
Block a user