mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
refactor: remove 'swarm' from kinds in multiple test configurations
This commit is contained in:
parent
68b49cc384
commit
be4d886d4b
15 changed files with 15 additions and 15 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "authelia",
|
||||
"kinds": ["docker", "autoconf", "swarm", "linux"],
|
||||
"kinds": ["docker", "autoconf", "linux"],
|
||||
"timeout": 120,
|
||||
"delay": 60,
|
||||
"delay": 90,
|
||||
"tests": [
|
||||
{
|
||||
"type": "string",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ghost",
|
||||
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
|
||||
"kinds": ["docker", "autoconf", "kubernetes"],
|
||||
"timeout": 90,
|
||||
"delay": 300,
|
||||
"tests": [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gogs",
|
||||
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
|
||||
"kinds": ["docker", "autoconf", "kubernetes"],
|
||||
"no_copy_container": true,
|
||||
"timeout": 90,
|
||||
"delay": 150,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "joomla",
|
||||
"kinds": ["docker", "autoconf", "swarm"],
|
||||
"kinds": ["docker", "autoconf"],
|
||||
"timeout": 90,
|
||||
"delay": 120,
|
||||
"tests": [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "moodle",
|
||||
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
|
||||
"kinds": ["docker", "autoconf", "kubernetes"],
|
||||
"timeout": 300,
|
||||
"delay": 300,
|
||||
"tests": [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "passbolt",
|
||||
"kinds": ["docker", "autoconf", "swarm"],
|
||||
"kinds": ["docker", "autoconf"],
|
||||
"timeout": 120,
|
||||
"tests": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "prestashop",
|
||||
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
|
||||
"kinds": ["docker", "autoconf", "kubernetes"],
|
||||
"timeout": 240,
|
||||
"delay": 300,
|
||||
"tests": [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "radarr",
|
||||
"kinds": ["docker", "autoconf", "swarm"],
|
||||
"kinds": ["docker", "autoconf"],
|
||||
"delay": 180,
|
||||
"timeout": 90,
|
||||
"tests": [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "redmine",
|
||||
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
|
||||
"kinds": ["docker", "autoconf", "kubernetes"],
|
||||
"timeout": 120,
|
||||
"delay": 180,
|
||||
"tests": [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "reverse-proxy-multisite",
|
||||
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
|
||||
"kinds": ["docker", "autoconf", "kubernetes"],
|
||||
"timeout": 90,
|
||||
"delay": 90,
|
||||
"tests": [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "reverse-proxy-singlesite",
|
||||
"kinds": ["docker", "autoconf", "swarm"],
|
||||
"kinds": ["docker", "autoconf"],
|
||||
"delay": 120,
|
||||
"timeout": 90,
|
||||
"no_copy_container": true,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tomcat",
|
||||
"kinds": ["docker", "autoconf", "swarm"],
|
||||
"kinds": ["docker", "autoconf"],
|
||||
"timeout": 90,
|
||||
"delay": 60,
|
||||
"tests": [
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue