From d237107f8949e0e3ba146b9c4d8db3c74f44a7ed Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Wed, 6 Nov 2019 15:18:14 +0000 Subject: [PATCH] Add openstacksdk-functional-devstack job The openstacksdk project's functional job is also running for devstack patches, so a breakage there is affecting several important projects. The main component that seems not to be covered by existing tests is the functional testing of the heat service, so adding this jobs closes that hole. Change-Id: I2a5968b9a09529742af4b7057498a4fb7323080d --- .zuul.d/project.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 327eabcfb4..3e1a520640 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -40,6 +40,7 @@ - cross-swift-py27 - cross-swift-py36 - openstack-tox-py36 + - openstacksdk-functional-devstack - neutron-grenade-multinode: irrelevant-files: - ^(test-|)requirements.txt$ @@ -87,6 +88,7 @@ - cross-swift-py27 - cross-swift-py36 - openstack-tox-py36 + - openstacksdk-functional-devstack - neutron-grenade-multinode: irrelevant-files: - ^(test-|)requirements.txt$