From dbda8b2b4f155ad374b6bc584875c7839f148495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dulko?= Date: Wed, 23 Sep 2020 13:40:23 +0200 Subject: [PATCH] Disable dstat to enable tests on Ubuntu 20.04 Apparently dstat's bug causing it to show that kuryr-daemon is using 1 TB of RAM causes some buffer overflow in Python 3.8. We need to disable it in order to enable testing on Ubuntu Focal. Change-Id: Ifacc8c5f3e4a7adc010de75923d69f1df615450a --- .zuul.d/base.yaml | 4 ++++ .zuul.d/multinode.yaml | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.zuul.d/base.yaml b/.zuul.d/base.yaml index f1d2b24e0..21aca1147 100644 --- a/.zuul.d/base.yaml +++ b/.zuul.d/base.yaml @@ -45,6 +45,8 @@ devstack_services: # TODO(dmellado):Temporary workaround until proper fix base: false + # Need to disable dstat due to bug https://github.com/dstat-real/dstat/pull/162 + dstat: false s-account: false s-container: false s-object: false @@ -111,6 +113,8 @@ devstack_services: # TODO(dmellado):Temporary workaround until proper fix base: false + # Need to disable dstat due to bug https://github.com/dstat-real/dstat/pull/162 + dstat: false s-account: false s-container: false s-object: false diff --git a/.zuul.d/multinode.yaml b/.zuul.d/multinode.yaml index b38509a17..0ed703a09 100644 --- a/.zuul.d/multinode.yaml +++ b/.zuul.d/multinode.yaml @@ -17,7 +17,7 @@ parent: kuryr-kubernetes-tempest description: | Kuryr-Kubernetes tempest multinode job - nodeset: openstack-two-node-bionic + nodeset: openstack-two-node-focal host-vars: controller: devstack_plugins: @@ -31,6 +31,8 @@ devstack-plugin-container: https://opendev.org/openstack/devstack-plugin-container kuryr-kubernetes: https://opendev.org/openstack/kuryr devstack_services: + # Need to disable dstat due to bug https://github.com/dstat-real/dstat/pull/162 + dstat: false kuryr-kubernetes: false kubernetes-api: false kubernetes-controller-manager: false