From 83f57021d6f317c86d1f2cf8cd38abd8863bd617 Mon Sep 17 00:00:00 2001
From: Slawek Kaplonski <skaplons@redhat.com>
Date: Tue, 2 Nov 2021 14:05:14 +0100
Subject: [PATCH] Remove run-devstack role from run_functional_job playbook

There is no need to run that role in the functional nor fullstack jobs
not running it can save few minutes in each job's run.

Change-Id: Ic363c5c805d02bdc93317423b95a1cd89c16876a
---
 playbooks/run_functional_job.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/playbooks/run_functional_job.yaml b/playbooks/run_functional_job.yaml
index e85c2eee965..b5d7d23850a 100644
--- a/playbooks/run_functional_job.yaml
+++ b/playbooks/run_functional_job.yaml
@@ -1,7 +1,5 @@
 - hosts: all
   roles:
-    - run-devstack
-    # Run bindep and test-setup after devstack so that they won't interfere
     - role: bindep
       bindep_profile: test
       bindep_dir: "{{ zuul_work_dir }}"