From f0cd0181bc1a6b23768d6976bc0d1b8e1dc7bd0f Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Thu, 17 Oct 2019 16:09:26 -0500 Subject: [PATCH] Turn off devstack as a zuul job devstack is failing, most likely because StarlingX uses postgres, and postgres was dropped in devstack by: https://opendev.org/openstack/devstack/commit/cf1c8471910924d154158f78027e46b3e0d3d840 I am not removing the devstack job declaration, or the devstack files because in the future StarlingX could convert from postgres to another DB backend, at which point we might want to revisit using devstack. Change-Id: Iaac99f28b24609764e7c0cf4750122d765b13420 Partial-Bug: 1848557 Signed-off-by: Al Bailey --- .zuul.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 834413b6..13481aa4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,7 +6,6 @@ - stx-release-notes-jobs check: jobs: - - flock-devstack-update - openstack-tox-linters - patch-tox-flake8 - patch-tox-pylint @@ -18,7 +17,6 @@ - patch-alarm-tox-py36 gate: jobs: - - flock-devstack-update - openstack-tox-linters - patch-tox-flake8 - patch-tox-pylint