From 06426493a06bb76fb9d342c370235efe38662b19 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 13 Feb 2018 14:29:26 +0100 Subject: [PATCH] Stop running standalone tests for classic drivers They are pending removal this cycle anyway. Removing them will free up CI resources for more standalone tests in the near future. Depends-On: I90f8b42113d6621c7af644fdb4c76d5f3dde318e Change-Id: Icdcc4f0ddd336cc44dbfabc2b1a3c21b3c270803 --- playbooks/legacy/ironic-dsvm-standalone/run.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/playbooks/legacy/ironic-dsvm-standalone/run.yaml b/playbooks/legacy/ironic-dsvm-standalone/run.yaml index 6a575569ca..2a74ea0844 100644 --- a/playbooks/legacy/ironic-dsvm-standalone/run.yaml +++ b/playbooks/legacy/ironic-dsvm-standalone/run.yaml @@ -71,9 +71,7 @@ export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_DEFAULT_DEPLOY_INTERFACE=direct" export DEVSTACK_LOCAL_CONFIG+=$'\n'"SWIFT_ENABLE_TEMPURLS=True" export DEVSTACK_LOCAL_CONFIG+=$'\n'"SWIFT_TEMPURL_KEY=secretkey" - # keep classic drivers enabled here until we remove them, as - # standalone tests cover both types of drivers. - export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_ENABLED_DRIVERS=fake,agent_ipmitool,pxe_ipmitool" + export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_ENABLED_DRIVERS=fake" export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_AUTOMATED_CLEAN_ENABLED=False" export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_USE_MOD_WSGI=True"