summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorSlawek Kaplonski <skaplons@redhat.com>2021-11-02 14:05:14 +0100
committerSlawek Kaplonski <skaplons@redhat.com>2021-11-12 14:58:58 +0000
commit83f57021d6f317c86d1f2cf8cd38abd8863bd617 (patch)
treeea2c654403ebf76475fd8a1a112b1e0eac4ac2cb /playbooks
parent3ddc6dcbd9439e056909b459db24ef8adc14b9e8 (diff)
downloadneutron-83f57021d6f317c86d1f2cf8cd38abd8863bd617.tar.gz
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
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/run_functional_job.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/run_functional_job.yaml b/playbooks/run_functional_job.yaml
index e85c2eee96..b5d7d23850 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 }}"