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
(cherry picked from commit 83f57021d6f317c86d1f2cf8cd38abd8863bd617)
This commit is contained in:
Slawek Kaplonski 2021-11-02 14:05:14 +01:00
parent 8ad5beb479
commit a4f4dbcf10

View File

@ -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 }}"