From 57fe385486d49c897bf8b4aa1ea2fe89133b783d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 15 Dec 2016 14:55:02 +0200
Subject: [PATCH] - Removed Jessie and Trusty from tests (for this role there's
 no difference between the various versions and the Travis CI job times out).

---
 molecule.yml       | 18 ------------------
 tests/playbook.yml |  1 -
 2 files changed, 19 deletions(-)

diff --git a/molecule.yml b/molecule.yml
index c95dae4..93e1456 100644
--- a/molecule.yml
+++ b/molecule.yml
@@ -41,21 +41,3 @@ docker:
     environment:
         DEBIAN_FRONTEND: noninteractive
         container: docker
-  - name: pelican-gitreceive-trusty
-    image: ubuntu-upstart
-    image_version: trusty
-    command: /sbin/init
-    environment:
-        DEBIAN_FRONTEND: noninteractive
-        container: docker
-  - name: pelican-gitreceive-jessie
-    image: debian
-    image_version: jessie
-    command: /sbin/init
-    privileged: True
-    volume_mounts:
-      - /sys/fs/cgroup:/sys/fs/cgroup
-      - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
-    environment:
-        DEBIAN_FRONTEND: noninteractive
-        container: docker
diff --git a/tests/playbook.yml b/tests/playbook.yml
index 3c206eb..3feb168 100644
--- a/tests/playbook.yml
+++ b/tests/playbook.yml
@@ -29,7 +29,6 @@
             state: started
 
 - hosts: all
-  serial: 1
   roles:
     - role: adarnimrod.nginx
     - role: pelican-gitreceive
-- 
GitLab