diff --git a/examples/authelia/tests.json b/examples/authelia/tests.json index dce84e981..5d02eeaf3 100644 --- a/examples/authelia/tests.json +++ b/examples/authelia/tests.json @@ -1,8 +1,8 @@ { "name": "authelia", - "kinds": ["docker", "autoconf", "swarm", "linux"], + "kinds": ["docker", "autoconf", "linux"], "timeout": 120, - "delay": 60, + "delay": 90, "tests": [ { "type": "string", diff --git a/examples/drupal/tests.json b/examples/drupal/tests.json index b3b022104..98eed7f75 100644 --- a/examples/drupal/tests.json +++ b/examples/drupal/tests.json @@ -1,6 +1,6 @@ { "name": "drupal", - "kinds": ["docker", "autoconf", "swarm", "kubernetes", "linux"], + "kinds": ["docker", "autoconf", "kubernetes", "linux"], "no_copy_container": true, "timeout": 90, "delay": 120, diff --git a/examples/ghost/tests.json b/examples/ghost/tests.json index 20fadf2a3..b43df8cb8 100644 --- a/examples/ghost/tests.json +++ b/examples/ghost/tests.json @@ -1,6 +1,6 @@ { "name": "ghost", - "kinds": ["docker", "autoconf", "swarm", "kubernetes"], + "kinds": ["docker", "autoconf", "kubernetes"], "timeout": 90, "delay": 300, "tests": [ diff --git a/examples/gogs/tests.json b/examples/gogs/tests.json index 37a820808..34c0f28ad 100644 --- a/examples/gogs/tests.json +++ b/examples/gogs/tests.json @@ -1,6 +1,6 @@ { "name": "gogs", - "kinds": ["docker", "autoconf", "swarm", "kubernetes"], + "kinds": ["docker", "autoconf", "kubernetes"], "no_copy_container": true, "timeout": 90, "delay": 150, diff --git a/examples/joomla/tests.json b/examples/joomla/tests.json index da85cfe5f..478aad331 100644 --- a/examples/joomla/tests.json +++ b/examples/joomla/tests.json @@ -1,6 +1,6 @@ { "name": "joomla", - "kinds": ["docker", "autoconf", "swarm"], + "kinds": ["docker", "autoconf"], "timeout": 90, "delay": 120, "tests": [ diff --git a/examples/moodle/tests.json b/examples/moodle/tests.json index 135f89925..81b8cc479 100644 --- a/examples/moodle/tests.json +++ b/examples/moodle/tests.json @@ -1,6 +1,6 @@ { "name": "moodle", - "kinds": ["docker", "autoconf", "swarm", "kubernetes"], + "kinds": ["docker", "autoconf", "kubernetes"], "timeout": 300, "delay": 300, "tests": [ diff --git a/examples/passbolt/tests.json b/examples/passbolt/tests.json index e8ba50c57..2a8d5912e 100644 --- a/examples/passbolt/tests.json +++ b/examples/passbolt/tests.json @@ -1,6 +1,6 @@ { "name": "passbolt", - "kinds": ["docker", "autoconf", "swarm"], + "kinds": ["docker", "autoconf"], "timeout": 120, "tests": [ { diff --git a/examples/prestashop/tests.json.backup b/examples/prestashop/tests.json.backup index 219a48655..8d765ced2 100644 --- a/examples/prestashop/tests.json.backup +++ b/examples/prestashop/tests.json.backup @@ -1,6 +1,6 @@ { "name": "prestashop", - "kinds": ["docker", "autoconf", "swarm", "kubernetes"], + "kinds": ["docker", "autoconf", "kubernetes"], "timeout": 240, "delay": 300, "tests": [ diff --git a/examples/radarr/tests.json b/examples/radarr/tests.json index 686673b56..42b699e73 100644 --- a/examples/radarr/tests.json +++ b/examples/radarr/tests.json @@ -1,6 +1,6 @@ { "name": "radarr", - "kinds": ["docker", "autoconf", "swarm"], + "kinds": ["docker", "autoconf"], "delay": 180, "timeout": 90, "tests": [ diff --git a/examples/redmine/tests.json b/examples/redmine/tests.json index 20f255049..7efa32e37 100644 --- a/examples/redmine/tests.json +++ b/examples/redmine/tests.json @@ -1,6 +1,6 @@ { "name": "redmine", - "kinds": ["docker", "autoconf", "swarm", "kubernetes"], + "kinds": ["docker", "autoconf", "kubernetes"], "timeout": 120, "delay": 180, "tests": [ diff --git a/examples/reverse-proxy-multisite/tests.json b/examples/reverse-proxy-multisite/tests.json index 4ce8e777b..07a6036ed 100644 --- a/examples/reverse-proxy-multisite/tests.json +++ b/examples/reverse-proxy-multisite/tests.json @@ -1,6 +1,6 @@ { "name": "reverse-proxy-multisite", - "kinds": ["docker", "autoconf", "swarm", "kubernetes"], + "kinds": ["docker", "autoconf", "kubernetes"], "timeout": 90, "delay": 90, "tests": [ diff --git a/examples/reverse-proxy-singlesite/tests.json b/examples/reverse-proxy-singlesite/tests.json index fa178f1c2..6dfbfc9c1 100644 --- a/examples/reverse-proxy-singlesite/tests.json +++ b/examples/reverse-proxy-singlesite/tests.json @@ -1,6 +1,6 @@ { "name": "reverse-proxy-singlesite", - "kinds": ["docker", "autoconf", "swarm"], + "kinds": ["docker", "autoconf"], "delay": 120, "timeout": 90, "no_copy_container": true, diff --git a/examples/swarm-configs/tests.json b/examples/swarm-configs/tests.json.backup similarity index 100% rename from examples/swarm-configs/tests.json rename to examples/swarm-configs/tests.json.backup diff --git a/examples/tomcat/tests.json b/examples/tomcat/tests.json index ee812066e..9d0fa73a2 100644 --- a/examples/tomcat/tests.json +++ b/examples/tomcat/tests.json @@ -1,6 +1,6 @@ { "name": "tomcat", - "kinds": ["docker", "autoconf", "swarm"], + "kinds": ["docker", "autoconf"], "timeout": 90, "delay": 60, "tests": [ diff --git a/examples/wordpress/tests.json b/examples/wordpress/tests.json index 1b7450ab5..0baec2319 100644 --- a/examples/wordpress/tests.json +++ b/examples/wordpress/tests.json @@ -1,6 +1,6 @@ { "name": "wordpress", - "kinds": ["docker", "autoconf", "swarm", "kubernetes", "linux"], + "kinds": ["docker", "autoconf", "kubernetes", "linux"], "timeout": 120, "delay": 120, "no_copy_container": true,