From 54930c0048671055ee4bbbd7f32437de22daa221 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 20 Nov 2017 11:28:06 -0600 Subject: [PATCH] Remove the serialization in tests The lxc container create process were running in serial as it sets up the test environment. Being this is setting up a test environment there's no need for it to be executed in serial. The original reason these container creates were running in serial was due to SSH issues however the integrated repo has been creating containers in parallel for sometime now so it is believed the original control path issues have been resolved. Change-Id: I59d563549b288e634338474aed45011e94b85c47 Signed-off-by: Kevin Carter --- destroy_containers.yml | 1 - test-prepare-containers.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/destroy_containers.yml b/destroy_containers.yml index caee8a6a..4318bc3f 100644 --- a/destroy_containers.yml +++ b/destroy_containers.yml @@ -15,7 +15,6 @@ - name: Playbook for destroying test containers hosts: all_containers - serial: 1 become: true gather_facts: false tasks: diff --git a/test-prepare-containers.yml b/test-prepare-containers.yml index 930912ce..7fbb7139 100644 --- a/test-prepare-containers.yml +++ b/test-prepare-containers.yml @@ -25,7 +25,6 @@ - name: Playbook for creating containers hosts: all_containers - serial: 1 become: True gather_facts: False any_errors_fatal: true