From 47b73030cba7d67fe308c5b89c2a64e93d74bcd6 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 24 May 2019 14:23:05 -0400 Subject: [PATCH] Skip novnc tests in multi-cell job until bug 1830417 is fixed NoVNCConsoleTestJSON.test_novnc is intermittently failing in the multi-cell job when trying to get a vnc console for an instance in cell2. It looks like requests aren't getting routed to the novnc-cell2 service properly, so let's skip novnc tests until the bug is fixed since we want to stabilize this job to make it voting. Change-Id: I74a4b392ccec66a7a80a117d1cdf83a418c7dcdc Related-Bug: #1830417 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index f40d23bdb9f2..3afec56373d9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -250,6 +250,8 @@ # allow_resize_to_same_host=True cold migrate will try to migrate # on the same host which is not supported by the libvirt driver. cold_migration: false + # NOTE(mriedem): Skip novnc tests until bug 1830417 is fixed. + vnc_console: false devstack_services: # Disable other non-essential services that we don't need for this job. c-bak: false